[kernel-bugs] [Bug 1172670] kdump: fails to create dump as dump-capture kernel boots into systemd emergency mode
https://bugzilla.suse.com/show_bug.cgi?id=1172670 https://bugzilla.suse.com/show_bug.cgi?id=1172670#c7 Shung-Hsi Yu <shung-hsi.yu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #7 from Shung-Hsi Yu <shung-hsi.yu@suse.com> --- (In reply to Shung-Hsi Yu from comment #6)
(In reply to Shung-Hsi Yu from comment #5)
kdump-save.service is not listed as a dependency of initrd.target, not sure if this is the intended behavior.
$ systemctl list-dependencies initrd.target initrd.target ● ├─dev-disk-by\x2duuid-BEE5\x2dF873.device ● ├─dracut-cmdline-ask.service [...snip...]
According to /usr/lib/dracut/modules.d/99kdump/module-setup.sh:277 there should be a $systemdsystemunitdir"/initrd.target.wants/kdump-save.service symbolic link to the kdump-save.service, however I don't see such symbolic link in my kdump initrd.
Adding a `mkdir -p "$initdir/$systemdsystemunitdir/initrd.target.wants"` in /usr/lib/dracut/modules.d/99kdump/module-setup.sh does the magic, kdump now works. -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com