Control: tags -1 + confirmed Control: severity -1 + important On Wed, Aug 07, 2019 at 07:05:47PM +0200, [email protected] wrote: > Hello Nicalos, > > > Am Wed, 7 Aug 2019 11:27:17 +0200 > schrieb Nicolas Schier <[email protected]>: > > > > after upgrading a host from Stretch to Buster, ircd-hybrid fails to > > > start: > > > > Same for me. I could made it work again by running > > > > certtool --generate-dh-params --sec-param=medium --outfile > > /etc/ircd-hybrid/dhparam.pem > > > > and enabling the corresponding config line in /etc/ircd-hybrid/ircd.conf: > > > > ssl_dh_param_file = "/etc/ircd-hybrid/dhparam.pem"; > > . > > > > Do you have a dhparam.pem file, and enabled the config setting? > > yes, these two changes fixed the issue for me. Thank you! > > A segfault seems to be quite a mysterious response to such a situation :(
Thanks both for reporting and investigating. I can reproduce this here with a fresh installation. I'll fix it to run certtool automatically if dhparam.pem is not present and report the segfault upstream (if it's still present in later releases). Best, Dominic.

