On Mon, 3 Jan 2000, Kjell Jarl wrote:

> Thanks Tomi, yes kill -9 my.script has been performed regularly. Seems
> to be a bad habit of mine, have to change it. Also, I may be doing wrong
> in the expect script, node simply is left in the dark?

Well sending SIGKILL to terminate node certainly doesn't give it any
chance to free the IPC message channel. Besides using SIGKILL should
always be the absolute last resort when trying to make a process
terminate.

If you can't get node to exit cleanly you can send a SIGTERM or a SIGQUIT
to it.

-- 
--- Tomi Manninen / [EMAIL PROTECTED] / OH2BNS @ OH2RBI.FIN.EU ---

Reply via email to