Index: [Article Count Order] [Thread]

Date:  Mon, 18 Sep 2006 09:12:29 -0400 (EDT)
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:07041] Re: Weird logs
To:  coba-e (at mark) bluequartz.org
Message-Id:  <Pine.LNX.4.63.0609180909570.2839 (at mark) mail.nuonce.net>
In-Reply-To:  <006d01c6dae6$f587aa80$6400a8c0@YOUR4105E587B6>
References:  <006d01c6dae6$f587aa80$6400a8c0@YOUR4105E587B6>
X-Mail-Count: 07041

> [root (at mark) www ~]# ls -l /etc/logrotate.d

With the exception of the following config (below), your files all appear 
to the be the correct size.

> -rw-r--r--  1 root root  678 Feb 28  2005 openwebmail.logrotate

Are you still gettng the logrotate error via email?

My only other suggestion would be to look at this file

cat /etc/cron.daily/logrotate
#!/bin/sh

/usr/sbin/logrotate /etc/logrotate.conf
EXITVALUE=$?
if [ $EXITVALUE != 0 ]; then
     /usr/bin/logger -t logrotate "ALERT exited abnormally with 
[$EXITVALUE]"
fi
exit 0

Make sure that is correct.

-Brian