Verify at least the following:

$ cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
 
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

$ls -l /etc/cron.daily/logrotate
-rwxr-xr-x   1 root     root           51 Apr 12  1999 /etc/cron.daily/logrotate

[Is your machine on at 4:02am every day?]

$ls -l /etc/logrotate.conf
-rw-r--r--   1 root     root          563 Apr 12  1999 /etc/logrotate.conf

$ls /etc/logrotate.d
apache  cron  linuxconf  mgetty  sendfax  sudo  syslog


You might also want to do a quick check of vixie-cron and logrotate:

$ rpm -V vixie-cron
$ rpm -V logrotate

Rob

On Wed, Nov 03, 1999 at 09:08:40AM -0500, [EMAIL PROTECTED] wrote:
> Hello,
> 
> I'm running RH6.1 with a recent upgrade from 6.0.  Now I can't seem to get
> the cron system to rotate my logs.  any pointers on tracking down the cause?
> 
> Thanks
> John


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to