Index: [Article Count Order] [Thread]

Date:  Fri, 23 Jan 2009 10:53:49 -0500
From:  Jon McCauley <jmccauley (at mark) ontarioweb.ca>
Subject:  [coba-e:14853] Re: Server Issues Log issuse
To:  coba-e (at mark) bluequartz.org
Message-Id:  <4979E80D.7080200 (at mark) ontarioweb.ca>
In-Reply-To:  <4979DB1D.3080001 (at mark) probass.com>
References:  <4979DB1D.3080001 (at mark) probass.com>
X-Mail-Count: 14853


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.