El Domingo, 10 de Septiembre de 2006 23:02, Leonardo Vizcaya escribió: > tcp 0 0 *:32769 *:* LISTEN > tcp 0 0 *:2049 *:* LISTEN > tcp 0 0 *:674 *:* LISTEN > > **aquí** > tcp 0 0 *:ldap *:* LISTEN > > tcp 0 0 localhost.localdoma:681 *:* LISTEN > tcp 0 0 *:sunrpc *:* LISTEN > tcp 0 0 *:auth *:* LISTEN > tcp 0 0 *:691 *:* LISTEN > > **y aquí** > tcp6 0 0 *:ldap *:* LISTEN > > tcp6 0 0 *:ssh *:* LISTEN > unix 2 [ ACC ] STREAM LISTENING 4977 /dev/printer > > > Será por eso?
Tiene pinta. Supongo que ese netstat lo haces antes de tratar de levantar el servidor LDAP y de ahí el fallo al hacer el bind. No obstante, para mi gusto es más descriptivo un "netstat -putan | grep slapd". -- Iñaki

