Problem with logrotate
Posted: Wed Aug 04, 2010 4:20 pm
I noticed that I had some huge log files which hadn't been rotated in a long time. I ran but the process ground to a halt and appears to be caused by the pre script in the /etc/logrotate.d/syslog file. By commenting out the two lines (pre and post) referencing greyhole logrotate now runs correctly. As I don't use greyhole at the moment, it shouldn't cause any issues for me.
Jim!
Code: Select all
/usr/sbin/logrotate -v -f /etc/logrotate.conf
Jim!