Your message dated Tue, 03 Oct 2006 14:40:50 +0200
with message-id <[EMAIL PROTECTED]>
and subject line misfiled
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: quagga
Version: 0.99.5-2

On an Ubuntu dapper system with a quagga 0.99.5-2 backport,
"/etc/init.d/quagga stop" fails to properly stop the daemons.  It gets
stuck in an infinite wait loop.

After some investigation, I found that it's because the command on line 94:

start-stop-daemon --stop --quiet --oknodo --exec "$D_PATH/$1"

doesn't appear to find the correct process to kill.  Changing this line to:

start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE

seems to fix the problem.  I do not know if this is a bug specific to
dapper, or if it also exists on sarge or etch, as I don't have any
systems of those types to test on.


Thanks,
Wes


--- End Message ---
--- Begin Message ---
No problem, I close the bug.

bye,

-christian-


--- End Message ---

Reply via email to