logrorate errors
Problem: logs won't rotate. When you run logrotate manually with
/usr/sbin/logrotate /etc/logrotate.conf
you get
error: error reading top line of /var/lib/logrotate.status
Solution:
rm -f /var/lib/logrotate.status
/usr/sbin/logrotate -f /etc/logrotate.conf
date: 12/13/2007
|