Back to bug 1024561

Who When What Removed Added
Lukáš Nykrýn 2013-10-30 07:48:49 UTC Status NEW ASSIGNED
Petr Sklenar 2014-03-24 13:36:07 UTC CC psklenar
Lukáš Nykrýn 2014-03-26 12:47:32 UTC Status ASSIGNED POST
Lukáš Nykrýn 2014-04-30 13:30:32 UTC Status POST MODIFIED
Fixed In Version initscripts-9.03.41-1.el6
errata-xmlrpc 2014-04-30 13:35:30 UTC Status MODIFIED ON_QA
Lukáš Nykrýn 2014-07-09 16:00:33 UTC Doc Text When issuing a reboot, or halt the system sometimes kills the S01reboot process and never completes a reboot or shutdown.

The culprit that kills S01reboot:
fstab-decode /sbin/fuser -m $remaining 2>/dev/null | sed -e "s/\b$$\b//" | xargs kill $sig >/dev/null

fstab-decode /sbin/fuser -m $remaining reports back two copies of the scripts PID and the sed command only removes the first. Changing the regex for sed to "s/\b$$\b//g" resolves the issue.
Jan Ščotka 2014-07-29 11:19:05 UTC QA Contact qe-baseos-daemons jscotka
Jan Ščotka 2014-07-30 12:16:15 UTC Status ON_QA VERIFIED
errata-xmlrpc 2014-10-14 06:27:33 UTC Status VERIFIED CLOSED
Resolution --- ERRATA
Last Closed 2014-10-14 02:27:33 UTC
David Kaspar // Dee'Kej 2016-11-25 13:06:26 UTC CC initscripts-maint-list

Back to bug 1024561