Comment 13 for bug 81242

Revision history for this message
Wilco Baan Hofman (wilco) wrote : Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

Well, for one you could work around the issue using:

mkdir /var/spool/postfix/dev
cp -a /dev/random /dev/urandom /var/spool/postfix/dev

This should solve the exit_group(2) errors, as it did for me.
Of course the proper (read: permanent) fix would be to include this in
the init scripts, but this should work for now.

Brendan Martens schreef:
> So what is needed exactly? I currently have an LDAP installation failing
> due to this exact issue of being compiled against gnutls. Right now all
> I have is a debut level log output. Let me know if I might be able to
> supply more helpful information?
>
> This is where ldap goes bad:
>
> TLS: could not set cipher list SSLv3.
> main: TLS init def ctx failed: -1
> slapd destroy: freeing system resources.
> slapd stopped.
> connections_destroy: nothing to destroy.
>