> Our openldap 2.2.24 running on Solaris 9 x86 suddently stopped functioning > this morning:( . > > It can still be started up but doesn't give any response to queries: > > # ps -ef |grep slapd > root 648 1 0 11:18:33 ? 0:00 /usr/local/libexec/slapd > -h ldap:/// ldaps:/// > > # ldapsearch -x "uid=guest,ou=people,dc=example,dc=com" -wsecret "uid=tech" > ldap_bind: Can't contact LDAP server (-1) > > Only kill -9 can stop the process. kill -INT or kill -TERM doesn't work.
Try turning on more logging and using -d on ldapsearch. Can you show the full command you use to start slapd? Use /usr/ucb/ps -auxwwww Is it showing up on netstat? Do you have other system problems? (full disks, etc?)
