Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2009-02-12 Thread Wilco Baan Hofman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Hoggarth schreef: > > > Should the postfix package not be updated to mknod suitable devices in > /var/spool/postfix/dev on installation? > That was the original point I made, yes. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Com

Re: [Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-18 Thread Wilco Baan Hofman
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 s

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-16 Thread Wilco Baan Hofman
** Changed in: postfix (Ubuntu) Status: Incomplete => Confirmed -- postfix-ldap is linked against gnuTLS https://bugs.launchpad.net/bugs/81242 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in ubuntu. -- Ubuntu-server-bug

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-16 Thread Wilco Baan Hofman
> Marking as 'incomplete' and unmilestoning. We still need the stderr output of > a > process that's failing in this way to diagnose whether it's a postfix or > gnutls bug. IMHO it is a bug in both. - GnuTLS is a library and therefore should not do fprintf(stderr,..) + exit, because printing

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-06-08 Thread Wilco Baan Hofman
Thu GNU TLS library does exit_group(2) when no /dev/random (or /dev/urandom) is available (in the chroot, there isn't, so the TLS code for LDAP is broken). Wietse Venema wrote the explanation Steve Langasek quoted, because Wietse does not really like a library calling exit_group(2). I'm not aware