Comment 3 for bug 15270

Revision history for this message
In , Stephen Frost (sfrost) wrote : Re: [debian-openldap] Bug#255276: slapd/slapcat hang in endless loops

* Hadmut Danisch (<email address hidden>) wrote:
> since I've upgraded my machine to 2.6.7 slapd
> (and even slapcat) hang. When tracing with strace,
> they are caught in an endless loop of

Others have complained of similar problems. If running db*_recover
doesn't fix the problem then it may be the case that the new TLS-enabled
glibc is the problem. Try setting LD_ASSUME_KERNEL=2.4.1 prior to
starting slapd. That should cause it to link against the old
non-TLS-enable version of glibc. (NOTE: TLS in this case is
'thread-local storage', nothing to do with 'transport-layer security').

 Stephen