[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cron msg every 15 mins
- Subject: Re: [cobalt-users] cron msg every 15 mins
- From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
- Date: Sun May 28 10:11:54 2000
- Organization: anonymous
The file /etc/crontab starts the monitor service every 15 minutes:
# Monitor services to make sure everything is still okay.
0,15,30,45 * * * * root /usr/local/sbin/monitor
If you look in /usr/local/sbin/monitor you will find that your error message
is being generated due to what appears to be a problem with your monitor lock
file. That is about the best I can offer at this point. I would appreciate you
posting back what you find just for educational purposes.
Mike.
On Sun, 28 May 2000 10:48:59 +0200, "Michael Liatowitsch" <mli@xxxxxx> wrote:
:>Hi you all
:>
:>On my Cube2 I get a mail every 15 mins from cron to root@xxxxxxxx with the
:>content "monitor has already been started"
:>
:>Can anyone give me a hint please ??!!