[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cron not working raq3
- Subject: Re: [cobalt-users] cron not working raq3
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Nov 8 11:10:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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