On Tue, Feb 15, 2000 at 03:48:31AM -0500, Jim Breton wrote:
> > Very bad practice. In general, on a unix system, try to kill a process
> > with kill -TERM first, and if that doesn't work, _then_ try kill -KILL
> > (or kill -9).
>
> I did. It didn't stop, so then I used -9.
Hang on... If I read this right, you killed qmail-send with a -9 ? Bad.
This is what you're supposed to do:
kill qmail-send (standard kill, not kill -9)
... it waits for it's qmail-remote children to finish ....
kill qmail-remotes (standard kill, not kill -9)
... now qmail-send will die on its own ...
--
See complete headers for more info