I have the same error however I dont have another instance of ldap running..
Dig shows:
; <<>> DiG 9.3.4-P1.1 <<>> mail.company.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63229
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.company.com. IN A
;; ANSWER SECTION:
mail.company.com. 3201 IN A 208.xx.xxx.61
;; Query time: 2 msec
;; SERVER: 208.69.120.23#53(208.69.120.23)
;; WHEN: Mon Oct 20 02:33:54 2008
;; MSG SIZE rcvd: 50
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
202.xx.xxx.61 mail.company.com mail
cat /etc/resolv.conf
search dtw.nexcess.net
nameserver 208.69.120.23
and the error is:
zimbra@mail:~$ zmcontrol start
Host mail.gurutoo.com
Starting ldap...Done.
FAILED
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.company.com:389
netstat -a shows:
zimbra@mail:~$ netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp6 0 0 *:ftp *:* LISTEN
tcp6 0 0 *:ssh *:* LISTEN
tcp6 0 0 ::ffff:208.69.124.6:ssh 119-224-0-1.callp:58901 ESTABLISHED
tcp6 0 272 ::ffff:208.69.124.6:ssh 119-224-0-1.callp:42846 ESTABLISHED
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 3 [ ] DGRAM 3347 /dev/log
unix 2 [ ACC ] STREAM LISTENING 3478 /var/run/proftpd/proftpd.sock
unix 2 [ ] DGRAM 2318 @/org/kernel/udev/udevd
unix 2 [ ] DGRAM 3362
any ideas? |