On Wed, 3 Apr 2002, Bryan K. Walton wrote: > I have a box running Red Hat 6.2. I have a problem with the log > rotation on this box. Well, I think the problem is with the log > rotation. Here is what I know: > > 1) the date and time on the computer are correct > 2) logs are logging to the fourth week of logs, rather than the first > week of logs. The easiest way to explain what I am talking about is to > show you a snapshot of my /var/log directory: > > [bryanw@linux1 log]$ ls -la > total 3240 > drwxr-xr-x 7 root root 4096 Apr 3 08:43 . > drwxr-xr-x 18 root root 4096 Apr 30 2001 .. > -rw-r--r-- 1 root root 0 Mar 31 05:23 boot.log > -rw-r--r-- 1 root root 0 Mar 24 05:15 boot.log.1 > -rw-r--r-- 1 root root 0 Mar 17 06:48 boot.log.2 > -rw-r--r-- 1 root root 0 Mar 10 06:17 boot.log.3 > -rw-r--r-- 1 root root 8607 Apr 2 14:10 boot.log.4
Looks like the processes logging to these files are not being HUPped when the logs are rotated. Try doing a service $foo reload or restart for each service. No idea why that should have stopped working though unless something's wrong with logrotate itself. Try verifying the logrotate package (with rpm -V)? _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list