Resolved I think there is a bug in the 4.0 RC1 installer. I found the install logs in /tmp. Before I paste those, I re-installed 4.0 RC1 (let zimbra do an upgrade), and now the logger is working. Here is contents of install logs with 'logger'. The first is the original install. Note no logger db initialization, etc. The second file is the 4.0 RC1 installer 'upgrading' the previous 4.0 RC1 install.
[/tmp]
jdell@zimbra->cat zmsetup.log.4488 | grep logger
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l ms zimbra.casat.org zimbraServiceInstalled antivirus zimbraServiceInstalled antispam zimbraServiceInstalled logger zimbraServiceInstalled imapproxy zimbraServiceInstalled mailbox zimbraServiceInstalled mta zimbraServiceInstalled snmp zimbraServiceInstalled ldap zimbraServiceInstalled spell
[/tmp]
jdell@zimbra->cat zmsetup.log.9882 | grep logger
Getting local config mysql_logger_root_password
Getting local config zimbra_logger_mysql_password
Initializing logger sql database...
*** Running as zimbra user: /opt/zimbra/libexec/zmloggerinit
* Creating database in /opt/zimbra/logger/db/data
* Starting logger_mysql server
* Loading schema /opt/zimbra/db/loggerdb.sql
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l ms zimbra.casat.org zimbraServiceInstalled antivirus zimbraServiceInstalled antispam zimbraServiceInstalled logger zimbraServiceInstalled imapproxy zimbraServiceInstalled mailbox zimbraServiceInstalled mta zimbraServiceInstalled snmp zimbraServiceInstalled ldap zimbraServiceInstalled spell
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l ms zimbra.casat.org zimbraServiceEnabled antivirus zimbraServiceEnabled antispam zimbraServiceEnabled logger zimbraServiceEnabled mailbox zimbraServiceEnabled mta zimbraServiceEnabled snmp zimbraServiceEnabled ldap zimbraServiceEnabled spell
Starting logger...Done. |