View Single Post
  #14 (permalink)  
Old 03-13-2007, 10:33 AM
padraig padraig is offline
Elite Member
 
Posts: 372
Default 2.30am logger

Quote:
Originally Posted by celeron View Post
Hi, All
After I had started zmlogzmlogswatchctl, Zimbra logger operated normally for some days. Then, it failed again. I don't know what is reason. Please help me.
Thanks.
I'm using zcs-4.5.0_GA_612.RHEL4 version.


This is also happening in 4.5.1 NE RHEL4_x86_64
i think its caused by:
crontab -l | grep '30 2'
30 2 * * * find /opt/zimbra/log/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1
30 2 * * * find /opt/zimbra/tomcat/logs/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1

as mentioned it happens at 2.30am

the solution seems to be:
su - zimbra
zmloggerctl stop
zmloggerctl start
exit

Last edited by padraig; 06-11-2007 at 09:01 AM.. Reason: add zmloggerctl start
Reply With Quote