[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#6331) slapd freezing, not accepting further 'write' operations while 'read' operations are unaffected
- To: openldap-its@OpenLDAP.org
- Subject: Re: (ITS#6331) slapd freezing, not accepting further 'write' operations while 'read' operations are unaffected
- From: j@telepaths.org
- Date: Thu, 15 Oct 2009 18:48:11 GMT
- Auto-submitted: auto-generated (OpenLDAP-ITS)
Quanah,
I wasn't sure what you meant, but I figured out gdb (never used it
before):
This is what I did (on both servers), so I'm putting it here so people
aren't left in the dark:
dpkg -i slapd-dbg (whatever version applicable)
apt-get install gdb
gdb (enter gdb console)
gdb> file /usr/sbin/slapd
gdb> set args -d -1 -u openldap -g openldap -h ldap:/// ldaps:/// ldapi:///
-f /etc/ldap/slapd.conf
gdb> run
Running on both servers now ....
Jeff