For the collective knowledge:
Q: Can I run without logger?
A: Yes, but you should actually disable it & not leave it in a broken state.
To fix, the commands I had him run were:
su - zimbra
logmysql.server stop
exit/su - root/sudo -i (switch back to root however)
ps aux | grep logger (kill -9 any remaining)
Note:
-The below will remove all currently recorded data.
-Make sure you use the word 'logger' where given below, else you'll wipe your data db if you use the wrong path!
rm -rf /opt/zimbra/logger/db/data/*
chown zimbra:zimbra /opt/zimbra/logger/db/data
chmod 775 /opt/zimbra/logger/db/data
su - zimbra
cd /opt/zimbra/libexec
./zmloggerinit
logmysql.server start (or zmcontrol stop/start)
cd /opt/zimbra/libexec
./zmgengraphs
(And ./zmdailyreport as wanted, but it will proably be empty the first time.)
Quote:
|
Originally Posted by dljordaneku Just wanted to let you know that I got a good daily report this morning. Thanks. |
