[SOLVED] Zimbra upgrade failing (ldap won't start) I was previously running the 4.5.6 GA Ubuntu release for 6.06. I have that on my server (Ubuntu Edgy 6.06) and I'm trying to upgrade to the 4.5.9 GA release. I've backed up the /opt/zimbra directory and downloaded the 4.5.9 release. After doing so, I am running a ./install.sh. During the installation, the problem I continue to run into is that ldap won't start. I get a wide variety of errors including:
* Permission denied to the slapd.conf file
* ldap_bind: Invalid credentials (49)
* Address already in use
-- snip of errors --
ldap startup failed with exit code 256
Setting defaults...
Setting local config zimbra_java_home to /opt/zimbra/java
*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_java_home='/opt/zimbra/java'
checking isEnabled zimbra-store
zimbra-store not in enabled cache
enabled packages
zimbra_server_hostname contained in ldap_url checking ldap status
Checking ldap status
*** Running as zimbra user: /opt/zimbra/bin/ldap status
Starting ldap
*** Running as zimbra user: /opt/zimbra/sleepycat/bin/db_recover -h /opt/zimbra/openldap-data
*** Running as zimbra user: /opt/zimbra/openldap/sbin/slapindex -b '' -q -f /opt/zimbra/conf/slapd.conf
slapindex: slap_init no backend for ""
*** Running as zimbra user: /opt/zimbra/libexec/zmldapapplyldif
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://arioch.myhost54.com:389
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ls: /opt/zimbra/lib/conf/*ldif: No such file or directory
*** Running as zimbra user: /opt/zimbra/bin/ldap status
*** Running as zimbra user: /opt/zimbra/bin/ldap start
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://arioch.myhost54.com:389
-- end snip of errors -
As a result, I can't get the upgrade to install properly. I can, however, get a fresh install working just fine. I have no problems with that and would be more than willing to transfer the imap folder content via command line script from one server to the next, but that requires me to setup the old zimbra directory and get it working as a mail server, which I can't seem to do.
Suggestions? Any help would be awesome.
Thanks in advance. |