[systemd-bugs] [Bug 85724] [Systemd 217] System reboots on shutdown

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 3 18:38:41 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=85724

--- Comment #12 from Zbigniew Jedrzejewski-Szmek <zbyszek at in.waw.pl> ---
(In reply to Colin Guthrie from comment #11)
> Uneducated guess, but perhaps it's due to the failure-action rework...
> perhaps some service is failing with a failure action of reboot or something
> similar.
> 
> e.g. something in or around 2928b0a863091f8f291fddb168988711afd389ef
This would seem resonable, but... the shutdown commands have
JobTimeoutAction=poweroff-force, so if anything, the machine should shut down
hard. The result in comment #9 shows that poweroff works, so this is not a
kernel issue.

I just tried, and a failing job with JobTimeoutAction=poweroff-force shuts down
the machine.

@Alex, can you remove the JobTimeoutAction settings, by adding
/etc/systemd/system/basic.target.d/timeout.conf,
/etc/systemd/system/poweroff.target.d/timeout.conf,
/etc/systemd/system/reboot.target.d/timeout.conf, each containing:

[Unit]
JobTimeoutSec=0
JobTimeoutAction=none

and systemctl daemon-reload and shut down. Does this change anythign?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20141104/28132279/attachment.html>


More information about the systemd-bugs mailing list