Zimbra slapd bind(7) errno=98 after power failure

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
Rudy
Posts: 2
Joined: Wed Dec 07, 2022 9:11 pm

Zimbra slapd bind(7) errno=98 after power failure

Post by Rudy »

The problem started after a power failure.
Zimbra 8.8.15

Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=98 (Address already in use)

the hosts file is correct
MX records are correct
no services using port 389

I have researched and researched everything check out fine but slapd keeps failing.
BradC
Outstanding Member
Outstanding Member
Posts: 265
Joined: Tue May 03, 2016 1:39 am

Re: Zimbra slapd bind(7) errno=98 after power failure

Post by BradC »

What does this show :

Code: Select all

netstat -tnap | grep :389
Rudy
Posts: 2
Joined: Wed Dec 07, 2022 9:11 pm

Re: Zimbra slapd bind(7) errno=98 after power failure

Post by Rudy »

# netstat -tnap | grep :389
result: tcp 0 0 192.168.0.1:389 0.0.0.0* LISTEN 2910/slapd

# kill 2910
# netstat -tnap | grep :389
result: blank

# zmcontrol start
result: same error:
Failed to start slapd. Attempting debug start to determine error.
daemon: bind(7) failed errno=98 (Address already in use)

# netstat -tnap | grep :389
result: tcp 0 0 192.168.0.1:389 0.0.0.0* LISTEN 2910/slapd
Post Reply