Richard C. Barker Sr. wrote:
> Does this list work?
>
> LogWatch logrotate not working not reports no emails daily.
>
> Does anyone have any info how to fix this on a BQ / Centos
> Serever??????????????????
>
> I have 8 servers all running the Nounce load but only one sever has
> this issue.
>
>
>
Richard, in the past I have had to rotate by hand, I found that locks up
due to one of these files
/var/log/httpd/access_log
/var/log/httpd/error_log
rm /var/log/httpd/ssl_request_log
how I fixed in the past
#### Rotate Logs Manualy ########
/usr/sbin/logrotate /etc/logrotate.conf
/usr/sbin/logrotate -d -f (the d is debug, the f is force)
YOU MY NEED TO DELETE
rm /var/log/httpd/access_log
rm /var/log/httpd/error_log
rm /var/log/httpd/ssl_request_log
Have a great holiday season!
Best Regards, Jon McCauley
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.