[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] EMERGENCY



On Mon, 8 Jan 2001, Mike Fritsch wrote:

> We did the same thing when we moved some sites using the CMU. We had to have
> our colo do a reboot. Why does cobalt tell us to issue the command 'kill
> head -1 /var/run/sendmail.pid' if it kills the RaQ?

i suspect cause it's supposed to be

 kill `head -1 /var/run/sendmail.pid` ... which makes a slight differrence

(eg kill the pid number in the first line of the file)