[Pkg-sysvinit-devel] Bug#548863: initscripts: sendsigs fails

Sven Joachim svenjoac at gmx.de
Tue Sep 29 15:03:33 UTC 2009


On 2009-09-29 10:58 +0200, Sven Joachim wrote:

> Package: initscripts
> Version: 2.87dsf-6
> Severity: normal
>
> Since I upgraded udev to version 146-3 on Sunday evening, the shutdown
> process hiccups.  One symptom is that wpa_supplicant does not get
> killed, leaving /var and /usr busy; see #548694 for that issue.
>
> The other problem is that sendsigs takes ten seconds and then reports
> failure.  I tried running all the scripts in /etc/rc6.d manually and put
> a "set -x" into the sendsigs script; the output is attached, as is the
> output of "pstree" before and after running sendsigs.

Putting "ps -ef" calls into the sendsigs script, it seems that a
dhclient3 process is the culprit.  Inside the
"for seq in 1 2 3 4 5 6 7 8 9 10" loop in the sendsigs script the
process table looks like this:

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ps.loop
URL: <http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/attachments/20090929/f01e08fe/attachment.txt>
-------------- next part --------------

After the "killall5 -9 $OMITPIDS" call the dhclient3 process is still
not quite dead and listed like this:

root      1682     1  0 16:08 ?        00:00:00 [dhclient3]

Any clue why killall5 did not manage to kill it for good?

Sven


More information about the Pkg-sysvinit-devel mailing list