Displaying 2 results from an estimated 2 matches for "__epoll_wait_nocancel".
2013 Oct 01
1
[bug] ssl-params hangs when FIPS is enabled
.... It calls openssl DH generator for 512 and
1024 bits, but in FIPS mode, openssl won't generate anything for less
than 1024, so it fails with:
error:0506A06E:Diffie-Hellman routines:DH_BUILTIN_GENPARAMS:key size too
small
but when DH generator fails, ssl-params hangs forever in io_loop_run:
__epoll_wait_nocancel()
io_loop_handler_run(..) at ioloop-epoll.c:176
io_loop_run(..) at ioloop.c:406
master_service_run(..) at master-service.c:566
main(..) at main.c:156
Getting system in FIPS mode can be a little tricky, but DH_generator
simulated failure can do the trick. Just change
ssl-params/ssl-params-openssl...
2012 May 23
2
Dovecot auth process delays exiting if LDAPS passdb used
Hi,
I'm using Dovecot 2.1.6 and LDAP server as a backend for
Postfix SMTP-Auth (SASL) on Debian GNU/Linux (wheezy),
Solaris 10 and AIX 6.1/7.1.
If Dovecot passdb is configured with LDAP (no TLS/SSL),
it is no problem. But if Dovecot passdb is configured with
LDAPS (or LDAP+TLS), Dovecot auth process has a problem
that Dovecot auth delays exiting about between 20 and
60 seconds when Dovecot