FS#8392 - Initscripts SIGTERM problem
Attached to Project:
Arch Linux
Opened by Jaideep Das (jaideep_jdof) - Tuesday, 23 October 2007, 18:16 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 14 March 2008, 18:13 GMT
Opened by Jaideep Das (jaideep_jdof) - Tuesday, 23 October 2007, 18:16 GMT
Last edited by Aaron Griffin (phrakture) - Friday, 14 March 2008, 18:13 GMT
|
Details
Summary and Info:
since i update my system to new kernel and initscripts i am facing a strange problem. When i shutdown the process gets stuck at SIGTERM with status BUSY. And then I have to hold down the power button of my laptop to shutdown. The versions of initscript and kernel are: initscripts-2007.7.11-2 kernel-26-2.6.2.3.1-4 Steps to Reproduce: Update with pacman -Syu and then reboot. |
This task depends upon
Jaideep, could you please give use the DAEMONS line from your rc.conf please?
Sorry if I didn't explain it well enough, heh.
DAEMONS=(syslog-ng network iptables !netfs @crond @ntpd @cups dbus hal @alsa bluetooth avupdater avguard cpufreq slim)
In the beginning:
. /etc/rc.conf
. /etc/rc.d/functions
At daemon start:
add_daemon avguard (resp. avupdater)
At daemon shutdown:
rm_daemon avguard (resp. avupdater)
Closing this, as no official arch daemons script causes it.
Thomas, any idea why it would hang? I was under the assumption this scripts would send sigterm, wait a bit, then send sigkill to everything remaining... is this not the case?
We have also not made a public announcement to the TUs or anything of the sort like this, so no one ever KNOWS to make these changes
Still, with something as variable as installable scripts like that that aren't always under our control, we should be more fault tolerant here.