hello,
i have openldap running on fedora core 5. however the openldap process keep crashing in every few days. how can i find what the problem is and troubleshoot the issue.
regards, shashank
On Tue, 09 Jan 2007, shashank agrawal might have said:
hello,
i have openldap running on fedora core 5. however the openldap process keep crashing in every few days. how can i find what the problem is and troubleshoot the issue.
regards, shashank
Are any filesystems full? Is there an ldap log in /var/log/*? Next time it crashes try starting the ldap daemon (slapd?) using strace on the console of your box. When ldap crashes you should have the last system call on your console.
# strace slapd
Mike
You don't specify what version you're running. If you're not at 2.3.32, the best advice is to hypothesize that you're being hit by one of the known issues fixed in the OpenLDAP 2.3 series (see http://www.openldap.org/software/release/changes.html). Download OpenLDAP 2.3.32, upgrade to it, and see if your problem still occurs. If it does, feel free to come back here and we'll try and work the problem with you.
On Tue, 9 Jan 2007, shashank agrawal wrote:
hello,
i have openldap running on fedora core 5. however the openldap process keep crashing in every few days. how can i find what the problem is and troubleshoot the issue.
regards, shashank
openldap-software@openldap.org