I haven't done any searching on bugzilla yet. It's on my "to-do" list but I've had other higher priority items to take care of first. The logger so far hasn't seemed to disrupt any other functions in Zimbra (knock on wood).
Printable View
I haven't done any searching on bugzilla yet. It's on my "to-do" list but I've had other higher priority items to take care of first. The logger so far hasn't seemed to disrupt any other functions in Zimbra (knock on wood).
next time you have to get in and do a "zmloggerctl start" edit crontab as the zimbra user (crontab -e) and at the end of the zimbra "END" section add:
00 */1 * * * if [ "`zmloggerctl status`" != "" ]; then zmloggerctl start; fi;
will check for output of status and start it if it is off (since no output if running)
Use full path. In my case, “/opt/zimbra/bin/zmloggerctl status”
I upgraded to 4.0.2 opensource and then to 4.5.3.
Still having the same problem....