Trying to install ZCS 5.0.8 GA Release (open source) on an Ubuntu 6.06.2 server (running in VirtualBox). I just did a standard install for Ubuntu, installed SSH and any requirements for Zimbra and then updated the system. From there I tried to do an install from the latest file on the website (zcs-5.0.8_GA_2462.UBUNTU6.20080709173036.tgz)
Everything seemed to be running fine and then I got the above error message. Checking log file I see this.
Code:
Tue Jul 22 17:11:59 2008 checking isEnabled zimbra-ldap
Tue Jul 22 17:11:59 2008 zimbra-ldap is enabled
Tue Jul 22 17:11:59 2008 Initializing ldap...
Tue Jul 22 17:11:59 2008 *** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
IO::Socket::INET: connect: No route to host at /opt/zimbra/libexec/zmldapinit line 160.
Tue Jul 22 17:12:45 2008 failed. (28928)
Everything resolves properly (
domain.name with MX record of
mail.domain.name and
mail.domain.name with a CNAME record pointing to
host.domain.name). The only other related post said that it was a sudoers problem (it is 0440) and that restarting the network fixed it (it didn't).
Any ideas?