Welcome to the forums,
Is that from your CentOS box or Fedora box?
If it's the CentOS 5 box you should be using a RHEL 5 build.
-If you're using
NE while CentOS is 99% like RHEL we generally ask that you use RHEL as an operating system platform for support reasons

If it's the Fedora 7 box you should be using the Fedora 7
FOSS build.
Compare ZCS Editions http://www.zimbra.com/forums/announc...html#post62754
Ok so, if that output is from your your Fedora box, examine your log files in /tmp (install.log.# & zmsetup.log.#) do you see sections like:
Quote:
** Saving CA in ldap...ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
done.
-snip-
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
IO::Socket::INET: connect: Connection refused at /opt/zimbra/libexec/zmldapinit line 160.
failed. (28416)
ERROR
-snip-
Starting ldap...Done.
FAILED
/opt/zimbra/bin/ldap: line 57: kill: (16016) - No such process
sudo: sorry, you must have a tty to run sudo
|
If that's the case:
visudo
comment out:
#Defaults requiretty
ie: Type visudo to edit /etc/sudoers rather than another text editor (vi, nano, nedit, gedit, etc). Visudo provides basic sanity checks, looks for parse errors, and locks the sudoers file against multiple simultaneous edits (say you we're in a multi-admin environment).
If requiretty is set sudo will only run when the user is logged in to a real tty. Requiring it disallows things like 'rsh somehost sudo ls' since rsh does not allocate a tty, etc, etc. Here we're turning it off because it's saying "you must have a tty to run sudo".