Re: [systemd-devel] systemd-logind fails to start if /etc is read-only

2025-08-21 Thread Lennart Poettering
On Mi, 20.08.25 14:50, Demi Marie Obenour (demioben...@gmail.com) wrote: > >> On a system where /etc is read-only, systemd-logind fails to start. > >> I have tried making / a writable overlayfs without any success so > >> far. The code is at https://github.com/DemiMarie/spectrum (branch > >> b4/s

Re: [systemd-devel] systemd-logind fails to start if /etc is read-only

2025-08-20 Thread Demi Marie Obenour
On 8/18/25 05:02, Lennart Poettering wrote: > On Sa, 16.08.25 22:47, Demi Marie Obenour (demioben...@gmail.com) wrote: > >> On a system where /etc is read-only, systemd-logind fails to start. >> I have tried making / a writable overlayfs without any success so >> far. The code is at https://githu

Re: [systemd-devel] systemd-logind fails to start if /etc is read-only

2025-08-18 Thread Lennart Poettering
On Sa, 16.08.25 22:47, Demi Marie Obenour (demioben...@gmail.com) wrote: > On a system where /etc is read-only, systemd-logind fails to start. > I have tried making / a writable overlayfs without any success so > far. The code is at https://github.com/DemiMarie/spectrum (branch > b4/systemd) and

[systemd-devel] systemd-logind fails to start if /etc is read-only

2025-08-16 Thread Demi Marie Obenour
On a system where /etc is read-only, systemd-logind fails to start. I have tried making / a writable overlayfs without any success so far. The code is at https://github.com/DemiMarie/spectrum (branch b4/systemd) and the problem can be reproduced by running nix-shell --pure --run 'make run' in host