View Single Post
  #23 (permalink)  
Old 09-28-2007, 02:26 PM
cvidal cvidal is offline
Project Contributor
 
Posts: 136
Default Q&D Fix

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

Last edited by cvidal; 09-28-2007 at 02:28 PM..
Reply With Quote