bin/77651: [patch] init(8) can lose shutdown related signals
vwe at FreeBSD.org
vwe at FreeBSD.org
Wed Aug 18 18:04:49 UTC 2010
Old Synopsis: init(8) can lose shutdown related signals
New Synopsis: [patch] init(8) can lose shutdown related signals
State-Changed-From-To: open->analyzed
State-Changed-By: vwe
State-Changed-When: Wed Aug 18 18:01:21 UTC 2010
State-Changed-Why:
this is not just possible, it does happen frequently. I'm seeing this @ work several times a week.
If a script fires a signal to reboot and a few moments later, another instruction tells init to just shutdown, init will forget about the reboot.
I've created a patch for that problem, which solves that problem (stress tested my notebook with that):
http://people.freebsd.org/~vwe/files/patches/pr77651_init.c.diff
Who's going to commit?
http://www.freebsd.org/cgi/query-pr.cgi?pr=77651
More information about the freebsd-bugs
mailing list