Hi Ports,
I am using OpenBSD 6.8. I just updated bind from isc-bind-9.16.9v0 to isc-bind-9.16.11v0. This was the corresponding change in CVS: https://marc.info/?l=openbsd-ports-cvs&m=161383675808055&w=2 <https://marc.info/?l=openbsd-ports-cvs&m=161383675808055&w=2> After that update, bind segfaults right on startup. Here is the log when started interactively. It dies silently when started via /etc/rc.d/isc_bind start. After downgrading to ics-bind-9.16.9v0 it has no problem. named -g -t /var/named -u _bind -U 4 24-Feb-2021 15:21:10.904 starting BIND 9.16.11 (Stable Release) <id:9ff601b> 24-Feb-2021 15:21:10.904 running on OpenBSD amd64 6.8 GENERIC.MP#4 24-Feb-2021 15:21:10.904 built with '--enable-full-report' '--with-libtool' '--with-libidn2' '--without-lmdb' '--without-readline' '--without-cmocka' '--with-python=/usr/local/bin/python3.8' '--disable-geoip' '--prefix=/usr/local' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe -g' 'PYTHON=/usr/local/bin/python3.8' 24-Feb-2021 15:21:10.904 running as: named -g -t /var/named -u _bind -U 4 24-Feb-2021 15:21:10.904 compiled by CLANG OpenBSD Clang 10.0.1 24-Feb-2021 15:21:10.904 compiled with OpenSSL version: LibreSSL 3.2.2 24-Feb-2021 15:21:10.904 linked to OpenSSL version: LibreSSL 3.2.2 24-Feb-2021 15:21:10.904 compiled with libxml2 version: 2.9.10 24-Feb-2021 15:21:10.904 linked to libxml2 version: 20910 24-Feb-2021 15:21:10.904 compiled with json-c version: 0.13.1 24-Feb-2021 15:21:10.904 linked to json-c version: 0.13.1 24-Feb-2021 15:21:10.904 compiled with zlib version: 1.2.3 24-Feb-2021 15:21:10.904 linked to zlib version: 1.2.3 24-Feb-2021 15:21:10.904 ---------------------------------------------------- 24-Feb-2021 15:21:10.904 BIND 9 is maintained by Internet Systems Consortium, 24-Feb-2021 15:21:10.904 Inc. (ISC), a non-profit 501(c)(3) public-benefit 24-Feb-2021 15:21:10.904 corporation. Support and training for BIND 9 are 24-Feb-2021 15:21:10.904 available at https://www.isc.org/support <https://www.isc.org/support> 24-Feb-2021 15:21:10.904 ---------------------------------------------------- 24-Feb-2021 15:21:10.904 found 4 CPUs, using 4 worker threads 24-Feb-2021 15:21:10.904 using 4 UDP listeners per interface 24-Feb-2021 15:21:10.909 using up to 21000 sockets 24-Feb-2021 15:21:10.915 loading configuration from '/etc/named.conf' 24-Feb-2021 15:21:10.918 unable to open '/etc/bind.keys'; using built-in keys instead 24-Feb-2021 15:21:10.918 max open files (7030) is smaller than max sockets (21000) 24-Feb-2021 15:21:10.918 using default UDP/IPv4 port range: [49152, 65535] 24-Feb-2021 15:21:10.918 using default UDP/IPv6 port range: [49152, 65535] 24-Feb-2021 15:21:10.920 listening on IPv4 interface lo0, 127.0.0.1#53 24-Feb-2021 15:21:10.922 listening on IPv4 interface carp0, xxx.xxx.xxx.xxx#53 24-Feb-2021 15:21:10.924 listening on IPv4 interface carp1, xxx.xxx.xxx.xxx#53 24-Feb-2021 15:21:10.925 listening on IPv4 interface carp100, xxx.xxx.xxx.xxx#53 24-Feb-2021 15:21:10.928 generating session key for dynamic DNS 24-Feb-2021 15:21:10.929 sizing zone task pool based on 25 zones zsh: segmentation fault /usr/bin/doas named -g -t /var/named -u _bind -U 4 Please let me know if I can provide further details. Kind Regards, Christian