[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] EMERGENCY
- Subject: Re: [cobalt-users] EMERGENCY
- From: flash22@xxxxxxx
- Date: Tue Jan 9 12:59:23 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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)