I'm trying to narrow down the issue that I am having with the logger dying on my opensuse install.
I noticed that the logger is dying sometime in the midday. I checked the /var/log directory, and found a peculiar issue. It seems that at 2:15PM the logs are getting rotated, and the ownerships seem to be changing. This is likely what's breaking it, no?
Here is the snapshot of the zcs logfile timestamps.
Code:
-rw-r--r-- 1 zimbra zimbra 0 Mar 26 14:15 zimbra.log
-rw-r----- 1 zimbra root 49979 Mar 26 14:15 zimbra.log.1.bz2
-rw-r----- 1 zimbra root 54955 Mar 25 14:15 zimbra.log.2.bz2
-rw-r----- 1 zimbra root 70399 Mar 24 14:15 zimbra.log.3.bz2
-rw-r----- 1 zimbra root 44762 Mar 23 14:15 zimbra.log.4.bz2
-rw-r----- 1 root root 720178 Mar 26 20:28 zmd-backend.log
-rw-r----- 1 root root 110086 Mar 17 14:15 zmd-backend.log-20070317.bz2
-rw-r----- 1 root root 56188 Mar 20 14:15 zmd-backend.log-20070320.bz2
-rw-r----- 1 root root 56558 Mar 22 14:15 zmd-backend.log-20070322.bz2
-rw-r----- 1 root root 56527 Mar 25 14:15 zmd-backend.log-20070325.bz2
My crontab for the zimbra user does not show any entries for ANYTHING at 15 14 * * etc. Confusing.
Any ideas on where I should look next? I did a quick search through the forums, and it doesn't seem that anyone elses logs rotate at 2:15 in the afternoon.