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
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
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
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