Actually, there should be an entry in cron.daily: /etc/cron.daily/logrotate
Mine looks like this: --------------- begin 755 /etc/cron.daily/logrotate #!/bin/sh test -x /usr/sbin/logrotate || exit 0 /usr/sbin/logrotate /etc/logrotate.conf --------------- end 755 /etc/cron.daily/logrotate More likely, tho, you've got something foobar'd in /etc/logrotate.conf -- try running the logrotate command from /etc/cron.daily/logrotate manually and see what happens. HTH, -Ian On Mon, 2005-03-07 at 11:59 -0800, Provost, Stephane wrote: > Hello everyone, > > > > I'm puzzled here. Logrotate stopped working and I don't know why. If I > force the process, such as "logrotate -f /etc/logrotate.d/apache" , > it's fine and dandy. Should logrotate be called from within cron > jobs ? aka should there be a "logrotate" entry in the cron.weekly > directory ? > > > > What am I missing here ?... TIA ! > > > > --StÃphane > > > > > >

