Hi,
I got this error while installing zcs-4.5.9_GA_1454.RHEL5.tgz on Centos 5.
Attempt to complete configuration now? [yes] Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=99 (Cannot assign requested address)
slap_open_listener: failed on ldap://mail.daquarian.com:389
Save configuration data to a file? [Yes] yes
Save config in file: [/opt/zimbra/config.10599] /opt/zimbra/config.10599
Saving config in /opt/zimbra/config.10599...Done
The system will be modified - continue? [No] yes
Operations logged to /tmp/zmsetup.log.10599
Initializing ldap...Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=99 (Cannot assign requested address)
slap_open_listener: failed on ldap://mail.daquarian.com:389
FAILED (1)
ERROR
Configuration failed
Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration.
Errors have been logged to /tmp/zmsetup.log.10599
--------------------------------------------------------------------------
Then i do this command and i got this message.
[root@mail ~]# sudo /opt/zimbra/openldap-2.3.37.7/libexec/slapd -d7 -l LOCAL0 -4 -u zimbra -h ldap://mail.daquarian.com:389 -f /opt/zimbra/conf/slapd.conf
@(#) $OpenLDAP: slapd 2.3.37 (Oct 14 2007 11:43:14) $
build@build10.re.zimbra.com:/home/build/p4/FRANK/ThirdParty/openldap/openldap-2.3.37.7/servers/slapd
daemon_init: ldap://mail.daquarian.com:389
daemon_init: listen on ldap://mail.daquarian.com:389
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap://mail.daquarian.com:389)
daemon: bind(7) failed errno=99 (Cannot assign requested address)
slap_open_listener: failed on ldap://mail.daquarian.com:389
slapd stopped.
connections_destroy: nothing to destroy.
--------------------------------------------------------------------------
etc/hosts:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
218.111.110.57 mail.daquarian.com mail
--------------------------------------------------------------------------
network configuration:
eth0 Link encap:Ethernet HWaddr 00:0D:87:AC:2D:35
inet addr:192.168.4.13 Bcast:192.168.4.255 Mask:255.255.255.0
inet6 addr: fe80::20d:87ff:feac:2d35/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2740 errors:0 dropped:0 overruns:0 frame:0
TX packets:2362 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:213420 (208.4 KiB) TX bytes:236318 (230.7 KiB)
Interrupt:177 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:33 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2276 (2.2 KiB) TX bytes:2276 (2.2 KiB)
--------------------------------------------------------------------------
Can someone help me to solve this error.