I am sure this has been ask before but having issues finding answer.
I have one server that LogWatch does not run daily all other servers
work just.
All server are setup the same.
File info:
lrwxrwxrwx 1 root root 28 Sep 23 20:49 00-logwatch ->
../log.d/scripts/logwatch.pl
-rwxr-xr-x 1 root root 180 Jul 25 09:22 logrotate
less 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
drwxr-xr-x 2 root root 4096 Jan 20 04:53 httpd
ls -la /var/log/httpd/
total 18216
drwxr-xr-x 2 root root 4096 Jan 20 04:53 .
drwxr-xr-x 8 root root 4096 Jan 20 05:35 ..
-rw-r--r-- 1 root root 3056993 Jan 20 11:54 access_log
-rw-r--r-- 1 root root 819132 Jan 11 04:52 access_log.10.gz
-rw-r--r-- 1 root root 992287 Jan 20 04:53 access_log.1.gz
-rw-r--r-- 1 root root 757001 Jan 19 04:07 access_log.2.gz
-rw-r--r-- 1 root root 686563 Jan 18 04:44 access_log.3.gz
-rw-r--r-- 1 root root 895540 Jan 17 05:04 access_log.4.gz
-rw-r--r-- 1 root root 1054047 Jan 16 04:45 access_log.5.gz
-rw-r--r-- 1 root root 1145823 Jan 15 04:28 access_log.6.gz
-rw-r--r-- 1 root root 1176797 Jan 14 04:20 access_log.7.gz
-rw-r--r-- 1 root root 922008 Jan 13 04:28 access_log.8.gz
-rw-r--r-- 1 root root 723407 Jan 12 04:37 access_log.9.gz
-rw-r--r-- 1 root root 1982991 Jan 20 11:54 error_log
-rw-r--r-- 1 root root 483440 Nov 16 05:00 error_log.10.gz
-rw-r--r-- 1 root root 436978 Jan 18 05:26 error_log.1.gz
-rw-r--r-- 1 root root 494374 Jan 11 05:54 error_log.2.gz
-rw-r--r-- 1 root root 400207 Jan 4 05:50 error_log.3.gz
-rw-r--r-- 1 root root 355221 Dec 28 05:10 error_log.4.gz
-rw-r--r-- 1 root root 395519 Dec 21 05:05 error_log.5.gz
-rw-r--r-- 1 root root 405800 Dec 14 05:19 error_log.6.gz
-rw-r--r-- 1 root root 428725 Dec 7 05:20 error_log.7.gz
-rw-r--r-- 1 root root 415258 Nov 30 05:32 error_log.8.gz
-rw-r--r-- 1 root root 471395 Nov 23 05:11 error_log.9.gz
srwx------ 1 apache root 0 Jan 20 04:53 fpcgisock
Richard C. Barker Sr.