Re: [systemd-devel] Root remaining read-only after boot, no obvious reason why

2023-05-15 Thread Zbigniew Jędrzejewski-Szmek
On Mon, May 15, 2023 at 10:21:27PM +, Dave Re wrote: > > Hi, all, > > Hoping to get some assistance root causing this issue. We have a set of > CentOS 7 based systems in AWS that we're using the leapp tool to migrate to > AlmaLinux 8.7. Following migration, the root filesystem is ending up

[systemd-devel] Root remaining read-only after boot, no obvious reason why

2023-05-15 Thread Dave Re
Hi, all, Hoping to get some assistance root causing this issue. We have a set of CentOS 7 based systems in AWS that we're using the leapp tool to migrate to AlmaLinux 8.7. Following migration, the root filesystem is ending up being mounted read-only, and I'm having a devil of a time figuring o

[systemd-devel] Undocumented return value of `sd_bus_get_timeout`

2023-05-15 Thread Marcel Hellwig
Dear All, according to the man page `sd_bus_get_timeout` returns a non-negative value in case of an success, so a typical check should be `r < 0`. However, in your code there's a distinction between *less than zero*, *zero* and *larger than zero*: https://github.com/systemd/systemd/blob/c06d2e

Re: [systemd-devel] Reg: systemd boot up hung after sysroot.mount in initrd phase

2023-05-15 Thread Lennart Poettering
On So, 07.05.23 20:28, RAJESH DASARI ([email protected]) wrote: > Hi , > > We are issuing reboot with this command systemctl --no-block reboot > and boot up is stuck at initrd phase , we are using dracut and > systemd in initramfs phase. Boot up is stuck after sysroot.mount is > executed