I started getting the following cron error from logrotate:

error: httpd:1 duplicate log entry for /var/log/httpd/error_log

It turns out there was an emacs autosave file in the logrotate.d directory which was trying to rotate the httpd logs as well. Logrotate checks to see if there is more than one file trying to rotate the same logs.


CategoryLinux

LogrotateDuplicateLogEntry (last edited 2006-04-01 16:10:34 by scorpio)