Quote:
Originally Posted by celeron 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