Hi,
How do i check and see errors for cron.daily? My logrotate and logwatch is not running at the specific time daily.
Thanks
Has anyone else seen the current anaconda generate a kickstart file that ignores package deselection from groups after an installation?
Blake Dunlap
CentOS List wrote:
Hi,
How do i check and see errors for cron.daily? My logrotate and logwatch is not running at the specific time daily.
Thanks
/var/log/cron?
My logwatch and logrotate are not running at all. Any idea?
[root@www ]# ls -la /etc/cron.daily/0logwatch lrwxrwxrwx 1 root root 39 Apr 17 11:36 /etc/cron.daily/0logwatch -> /usr/share/logwatch/scripts/logwatch.pl
[root@www ]# ls -la /etc/cron.daily/logrotate -rwxr-xr-x 1 root root 180 Jan 7 00:42 /etc/cron.daily/logrotate
On 22/04/2007, at 12:08 PM, CentOS List wrote:
CentOS List wrote:
Hi,
How do i check and see errors for cron.daily? My logrotate and logwatch is not running at the specific time daily.
Thanks
/var/log/cron?
My logwatch and logrotate are not running at all. Any idea?
[root@www ]# ls -la /etc/cron.daily/0logwatch lrwxrwxrwx 1 root root 39 Apr 17 11:36 /etc/cron.daily/0logwatch -
/usr/share/logwatch/scripts/logwatch.pl
[root@www ]# ls -la /etc/cron.daily/logrotate -rwxr-xr-x 1 root root 180 Jan 7 00:42 /etc/cron.daily/logrotate
is crond running? As the previous person said, checking /var/log/cron is a start. If there's no entries in this, then crond is probably not running. If there are entries, then there's probably some kind of message. Also check you have a way to get mail off that box if you're forwarding mail in /etc/aliases to somewhere else...
-- Steven Haigh
Email: netwiz@crc.id.au Web: http://www.crc.id.au Phone: (03) 9017 0597 - 0404 087 474
On 4/21/07, Steven Haigh netwiz@crc.id.au wrote:
On 22/04/2007, at 12:08 PM, CentOS List wrote:
is crond running? As the previous person said, checking /var/log/cron is a start. If there's no entries in this, then crond is probably not running.
You can check it by:
/sbin/service crond status
Akemi
On 4/21/07, Steven Haigh netwiz@crc.id.au wrote:
On 22/04/2007, at 12:08 PM, CentOS List wrote:
is crond running? As the previous person said, checking /var/log/cron is a start. If there's no entries in this, then crond is probably not running.
You can check it by:
/sbin/service crond status
Thanks alot to all and your suggestions. Somehow, cron was not running.