Re: [CentOS] log rotation not working

2010-03-14 Thread Wes Shull
On Sun, Mar 14, 2010 at 5:10 PM, David Mehler dave.meh...@gmail.com wrote:
 I've got a Centos 5.4 box that is not rotating it's mail logs. I just
 found out about this, the file is considerably large. I've included my
 log rotation configs if anyone has any suggestions i'm open to them.

I had a system, set up very minimally by someone else, exhibit this
behavior.  In my case, turned out that the crontabs package was not
installed, which has the general cron config.  Check that?

--wes
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] log rotation not working

2010-03-14 Thread David Mehler
Hi,
Thanks for your reply. Crontabs package is indeed installed.
Thanks.
Dave.


On 3/14/10, Wes Shull wes.sh...@gmail.com wrote:
 On Sun, Mar 14, 2010 at 5:10 PM, David Mehler dave.meh...@gmail.com wrote:
 I've got a Centos 5.4 box that is not rotating it's mail logs. I just
 found out about this, the file is considerably large. I've included my
 log rotation configs if anyone has any suggestions i'm open to them.

 I had a system, set up very minimally by someone else, exhibit this
 behavior.  In my case, turned out that the crontabs package was not
 installed, which has the general cron config.  Check that?

 --wes
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] log rotation not working

2010-03-14 Thread Jorge Fábregas
On Sunday 14 March 2010 20:38:23 David Mehler wrote:
 Thanks for your reply. Crontabs package is indeed installed.

Various things:

1- Check that indeed crond is running (ps -ef | grep cron)
2- Check that the logrotate script is indeed in the /etc/cron.daily|hourly|
weekly directories...
3- the best one: run it manually by doing:
logrotate -d -f /etc/logrotate.conf

..and see for yourself why isn't running.

HTH,
Jorge
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] log rotation not working

2010-03-14 Thread David Mehler
Hi,
Thanks for your reply.
Cron is indeed installed and started. I had a logrotate script in cron.daily.
When i ran logrotate -d -f logrotate.conf first it failed to complete
with an error having to do with ftp, corrected that, reran it, this
time it completed successfully but the major file had not rotated. The
script claimed rotation of the maillog* files replacing 5 with 4, but
the large maillog file didn't go away.
Thanks.
Dave.


On 3/14/10, Jorge Fábregas jorge.fabre...@gmail.com wrote:
 On Sunday 14 March 2010 20:38:23 David Mehler wrote:
 Thanks for your reply. Crontabs package is indeed installed.

 Various things:

 1- Check that indeed crond is running (ps -ef | grep cron)
 2- Check that the logrotate script is indeed in the /etc/cron.daily|hourly|
 weekly directories...
 3- the best one: run it manually by doing:
 logrotate -d -f /etc/logrotate.conf

 ..and see for yourself why isn't running.

 HTH,
 Jorge
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos