[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: server crashes



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