Comment # 113 on bug 1055834 from
(In reply to M Fredericks from comment #112)
> (In reply to Karl Mistelberger from comment #110)
> > systemd-vconsole-setup.service is forked by systemd-udevd.service. It fails
> > on the first fork, but succeeds on the subsequent ones:
> 
> That is I think not strange, the problems happen during boot and the first
> time the files are not present/available yet while later they are.
> 
> The patch:
> 
> +After=systemd-vconsole-setup.service
> +Requires=systemd-vconsole-setup.service
> 
> is making sure dracut-cmdline-ask.service is started later in the boot
> process.

added these lines to section [unit] of
/usr/lib/dracut/modules.d/98dracut-systemd/dracut-cmdline-ask.service, ran
mkinitrd and rebooted: No more errors from systemd-vconsole-setup.service!


You are receiving this mail because: