Hello,

In /etc/rc.d/init.d/halt:

runcmd "Sending all processes the TERM signal..." kill -15 -1
sleep 5
runcmd "Sending all processes the KILL signal.."  kill -9 -1

For obvious reasons, it should instead be:

runcmd "Sending all processes the TERM signal..." /sbin/killall5 -15
sleep 5
runcmd "Sending all processes the KILL signal.."  /sbin/killall5 -9

I thought this had been fixed long ago? Well, Redhat, too, reproduces this
error again and again in every new release... It's sad, because we have mailed
them a bugfix every time.

Regards
        -Klaus Knopper  mailto:[EMAIL PROTECTED]
                        http://home.pages.de/~knopper
        "Disk Space... The final frontier!"

Reply via email to