Hi all,
zimbra 5.0.12 worked well one year, but after upgrade to 6.0.6 I have these issues:
I write all these issues since I don't know if there are connected.
1. ldap can not start Code:
zimbra@zimbra:~$ ldap start
/opt/zimbra/bin/ldap: line 57: kill: (9274) - No such process
/opt/zimbra/bin/ldap: line 57: kill: (9354) - No such process
/opt/zimbra/bin/ldap: line 57: kill: (9360) - No such process
/opt/zimbra/bin/ldap: line 57: kill: (9366) - No such process
/opt/zimbra/bin/ldap: line 57: kill: (9372) - No such process
/opt/zimbra/bin/ldap: line 57: kill: (9378) - No such process
/opt/zimbra/bin/ldap: line 57: kill: (9384) - No such process
Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=98 (Address already in use)
slap_open_listener: failed on ldap://zimbra.mydomain.com:389
(i replaced real domain here with zimbra.mydomain.com)
I folowed suggestions from this forum, checked /etc/hosts, hostname `hosts`... I prepared split domain setup. But still doesn't work.
I find that I have to comment these line in
/opt/zimbra/libexec/zmslapd Code:
#export LD_PRELOAD=/opt/zimbra/tcmalloc/lib/libtcmalloc_minimal.so
After that ldap started to work. But this is probably not right solution. Is this bug in zimbra?
Code:
zimbra@zimbra:~$ ldap start
Started slapd: pid 17992
2. Zimbra server statistic does not show any information
(screenshot added in attachment)
Thank you for help!