Package: munin-node

Version: Version:

Error:
/etc/init.d/munin-node restart
Stopping Munin-Node:/sbin/start-stop-daemon: signal value must be numeric or name of signal (KILL, INT, ...)
Try `/sbin/start-stop-daemon --help' for more information.
 failed!

Reason:
There seems no killproc on Debian.

vi +"124" /etc/init.d/munin-node
  killproc -p $PIDFILE /usr/bin/munin-node

I do not now what is best practice here in Debian, this short hack works. ;-)

vi +"124" /etc/init.d/munin-node
  sbin/start-stop-daemon --stop -p $PIDFILE /usr/bin/munin-node

Thanks and best regards, Jan
--
--
http://www.kreis-jusos.de/index1.html
http://wiki.vorratsdatenspeicherung.de/images/Das-Leben-der-Anderen.jpg
http://www.heise.de/tp/r4/html/result.xhtml?url=/tp/r4/artikel/25/25046/1.html&words=Sch%E4uble&T=Sch%E4uble



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to