Comment 4 for bug 750371

Revision history for this message
Jorge Molina (jmolina) wrote :

Also on the 2nd line for 'stop on' there is no space after runlevel.

Correct syntax should be:

start on runlevel [2345] or net-device-up IFACE!=lo
stop on runlevel [!2345]

I also applied codewarrior's patch to sendsig found on https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/616287

With these 2 changes I fixed 2 servers running 10.04.3 LTS that had this problem.