!coeAONBrWyDJnYMbMi:nixos.org

NixOS System Operations

570 Members
About system administration for running NixOS systems in production. Declaratively manage your operations. | Room recommendations: #networking:nixos.org151 Servers

Load older messages


SenderMessageTime
10 Jan 2025
@ehrenschwan:matrix.orgehrenschwan left the room.16:29:45
@nikita0x:matrix.orgMykyta set a profile picture.16:39:29
@sigmasquadron:matrix.orgFernando Rodrigues changed their display name from SigmaSquadron (Away until 2024-01-12) to SigmaSquadron (Away until 2024-01-11).22:16:03
@sigmasquadron:matrix.orgFernando Rodrigues changed their display name from SigmaSquadron (Away until 2024-01-11) to SigmaSquadron (Away until 2025-01-11).22:43:45
11 Jan 2025
@orzklv:matrix.org@orzklv:matrix.org left the room.04:07:34
@nam3l33ss:matrix.org·☽•Nameless☆•777 · ± changed their profile picture.04:42:20
@sigmasquadron:matrix.orgFernando Rodrigues changed their display name from SigmaSquadron (Away until 2025-01-11) to SigmaSquadron.15:07:01
@pandapip1:matrix.orgpandapip1 joined the room.21:18:06
13 Jan 2025
@afdee1c:matrix.orgafdee1c joined the room.10:33:29
15 Jan 2025
@stv0ge:matrix.org@stv0ge:matrix.org left the room.05:43:48
@joelmatrixaccount:matrix.orgJoel joined the room.17:25:35
16 Jan 2025
@shaderoit99:matrix.org@shaderoit99:matrix.org left the room.02:11:53
@pistache:systemli.orgpistache joined the room.09:23:14
@fliegendewurst:matrix.orgFliegendeWurst joined the room.09:37:37
@j4:matrix.orgj4m3s set their display name to j4m3s.10:27:46
@leo:gaspard.ninjaEkleog joined the room.23:53:21
17 Jan 2025
@chintuchamar:matrix.org@chintuchamar:matrix.org joined the room.04:38:24
@irenox:matrix.orgTim joined the room.23:43:34
19 Jan 2025
@rgrunbla:matrix.org@rgrunbla:matrix.org left the room.09:36:48
@chintuchamar:matrix.org@chintuchamar:matrix.org left the room.12:35:15
20 Jan 2025
@federicodschonborn:matrix.orgFederico Damián Schonborn changed their display name from LEGO® Worm™ to Leg O'Worm.01:31:46
@kaczus:matrix.ujwie.cokaczus joined the room.07:26:07
@abyxcos:beeper.comabyxcos set a profile picture.18:01:03
23 Jan 2025
@3pnetja:matrix.org3pnetja joined the room.20:51:49
24 Jan 2025
@mutantmell:matrix.orgmutantmell joined the room.17:57:06
@mutantmell:matrix.orgmutantmell set a profile picture.18:13:50
@mutantmell:matrix.orgmutantmell changed their profile picture.18:14:00
25 Jan 2025
@scrumplex:duckhub.ioScrumplex I am running a server with impermanence. When adding /var/lib/postgres as a persistent path. The actual service still writes to tmpfs on root. My suspicion is the ReadWritePaths= setting on the systemd service. Does anyone have an idea what I could do about this? 14:36:20
@scrumplex:duckhub.ioScrumplex
# cat /proc/<pid of postgres>/mounts
none / tmpfs ro,nosuid,noexec,relatime,size=131072k,mode=755 0 0
tmpfs /run tmpfs rw,nosuid,nodev,size=971276k,nr_inodes=819200,mode=755 0 0
ramfs /run/keys ramfs rw,nosuid,nodev,relatime,mode=750 0 0
none /run/agenix.d ramfs rw,nosuid,nodev,relatime,mode=751 0 0
tmpfs /run/wrappers tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
/dev/sda2 /nix ext4 ro,nosuid,relatime 0 0
/dev/sda2 /nix/store ext4 ro,nosuid,relatime 0 0
/dev/sda2 /var/log ext4 ro,nosuid,relatime 0 0
/dev/sda2 /var/lib/nixos ext4 ro,nosuid,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
cgroup2 /sys/fs/cgroup cgroup2 ro,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0
bpf /sys/fs/bpf bpf ro,nosuid,nodev,noexec,relatime,mode=700 0 0
debugfs /sys/kernel/debug debugfs ro,nosuid,nodev,noexec,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
/dev/sda2 /etc/machine-id ext4 ro,nosuid,relatime 0 0
/dev/sda2 /etc/ssh/ssh_host_ed25519_key ext4 ro,nosuid,relatime 0 0
/dev/sda2 /etc/ssh/ssh_host_ed25519_key.pub ext4 ro,nosuid,relatime 0 0
/dev/sda2 /tmp ext4 rw,nosuid,relatime 0 0
/dev/sda1 /boot vfat ro,nosuid,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
/dev/sda2 /var/lib/postgres ext4 ro,nosuid,relatime 0 0
/dev/sda2 /var/lib/systemd/coredump ext4 ro,nosuid,relatime 0 0
/dev/sda2 /var/lib/blockgame-meta ext4 ro,nosuid,relatime 0 0
/dev/sda2 /var/cache/blockgame-meta ext4 ro,nosuid,relatime 0 0
tmpfs /dev tmpfs ro,nosuid,noexec,size=4096k,nr_inodes=65536,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=3,mode=620,ptmxmode=666 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,nosuid,nodev,relatime,pagesize=2M 0 0
tmpfs /home tmpfs ro,nosuid,nodev,noexec,size=971276k,nr_inodes=819200,mode=755 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime,hidepid=invisible,subset=pid 0 0
tmpfs /root tmpfs ro,nosuid,nodev,noexec,size=971276k,nr_inodes=819200,mode=755 0 0
tmpfs /run/credentials tmpfs ro,nosuid,nodev,noexec,size=971276k,nr_inodes=819200,mode=755 0 0
tmpfs /run/postgresql tmpfs rw,nosuid,nodev,size=971276k,nr_inodes=819200,mode=755 0 0
tmpfs /run/systemd/incoming tmpfs ro,nosuid,nodev,size=971276k,nr_inodes=819200,mode=755 0 0
tmpfs /run/user tmpfs ro,nosuid,nodev,noexec,size=971276k,nr_inodes=819200,mode=755 0 0
cgroup2 /sys/fs/cgroup/system.slice/postgresql.service/memory.pressure cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
sysfs /sys/kernel/tracing sysfs ro,nosuid,nodev,noexec,relatime 0 0
/dev/sda2 /tmp ext4 rw,nosuid,relatime 0 0
none /var/lib/postgresql tmpfs rw,nosuid,noexec,relatime,size=131072k,mode=755 0 0
none /var/lib/postgresql/17 tmpfs rw,nosuid,noexec,relatime,size=131072k,mode=755 0 0
none /var/tmp tmpfs rw,nosuid,noexec,relatime,size=131072k,mode=755 0 0
tmpfs /run/credentials/getty@tty1.service tmpfs ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap 0 0
tmpfs /run/credentials/serial-getty@ttyAMA0.service tmpfs ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap 0 0
tmpfs /run/credentials/serial-getty@ttyS0.service tmpfs ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,noswap 0 0
tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=388508k,nr_inodes=97127,mode=700 0 0
14:36:58
@k900:0upti.meK900It's /var/lib/postgresql14:37:36

Show newer messages


Back to Room ListRoom Version: 10