[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] cron not working raq3
- Subject: [cobalt-users] cron not working raq3
- From: "Rob Moore" <rob.moore@xxxxxxxxxxxxxxx>
- Date: Thu Nov 8 15:47:45 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Gerald, thanks for your note
>> Is crond running?
Answer: no.
Anyone tell me how to ensure crond is enabled on system start
on a raq3 box?
Cheers
Rob
----------------------------------------------------
Message: 6
From: "Gerald Waugh" <gerald@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] cron not working raq3
Date: Thu, 8 Nov 2001 14:05:38 -0500
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> Can anyone give me some pointers as to why none of the cron jobs,
> quarter-hour, half-hour, daily, etc. are not running automatically
> on a raq3. There are various entries in /etc/cron.xxx and if I fire
> them off manually, eg. logrotate, work fine, but they are not going
> automatically.
>
Is cornd running?
ps ax | grep crond
Try
/etc/rc.d/init.d/crond restart
Gerald