View Single Post
  #5 (permalink)  
Old 03-18-2010, 10:28 AM
carias78 carias78 is offline
New Member
 
Posts: 3
Default

Quote:
Originally Posted by quanah View Post
The error messages clearly states that LDAP was unable to start because something else is already using the LDAP port (389). Determine what that is and disable it.
this is the por open:

root@mail:~# netstat -plut
Conexiones activas de Internet (solo servidores)
Protocolo Recv-Q Send-Q Dirección Local Dirección Externa Estado PID/Program name
tcp 0 0 *:ldap *:* ESCUCHAR 5016/slapd
tcp 0 0 mail.banpro2.com:domain *:* ESCUCHAR 4953/named
tcp 0 0 localhost.locald:domain *:* ESCUCHAR 4953/named
tcp 0 0 localhost.localdoma:ipp *:* ESCUCHAR 5058/cupsd
tcp 0 0 localhost.localdoma:953 *:* ESCUCHAR 4953/named
tcp6 0 0 [::]:ldap [::]:* ESCUCHAR 5016/slapd
tcp6 0 0 [::]:domain [::]:* ESCUCHAR 4953/named
tcp6 0 0 [::]:ssh [::]:* ESCUCHAR 4979/sshd
tcp6 0 0 ip6-localhost:953 [::]:* ESCUCHAR 4953/named
udp 0 0 *:domain *:* 4953/named
udp 0 0 mail.banpro2.com:domain *:* 4953/named
udp 0 0 localhost.locald:domain *:* 4953/named
udp 0 0 *:47711 *:* 5000/avahi-daemon:
udp 0 0 *:mdns *:* 5000/avahi-daemon:
udp6 0 0 [::]:34459 [::]:* 4953/named
udp6 0 0 [::]:domain [::]:* 4953/named
root@mail:~#
Reply With Quote