View Single Post
  #24 (permalink)  
Old 09-29-2007, 09:36 AM
centrex centrex is offline
Loyal Member
 
Posts: 98
Default

Quote:
Originally Posted by cvidal View Post
It looks like a path problem. If you run:

/opt/zimbra/libexec/zmstatuslog

as user zimbra and then click "Refresh" on the Server Status screen, everything is OK (the zimbra.log also), but if the same command is triggered by cron it fails.

The solution (quick and dirty = Q&D) is to replace the zmsatuslog line in the crontab by:

Code:
*/2 * * * * . /opt/zimbra/.bashrc ; LANG=C /opt/zimbra/libexec/zmstatuslog
That's it! :-)

Carlos
Excellent workaround Carlos, I implemented it now and so far, so good Service is showing as running now in admin console. Tomorrow I will know if the stats are logging correctly..
Reply With Quote