Re: bind 9.18.7, fbsd13.1: crash with signed/signing zone

2022-10-15 Thread Kurt Jaeger
Hi! > I have a zone definition like this: > > zone "myzone" in { > type master;file "signed/myzone"; Aha, this file path was wrong. Fixed, at least it crashes no longer. -- p...@opsec.eu+49 171 3101372Now what ? -- Visit https://lists.isc.org/mailman/listinfo

bind 9.18.7, fbsd13.1: crash with signed/signing zone

2022-10-15 Thread Kurt Jaeger
Hello, I have a zone definition like this: zone "myzone" in { type master;file "signed/myzone"; allow-transfer { "myacl"; }; inline-signing yes; dnssec-policy default; }; and starting bind9.18.7 on FreeBSD 13.1 (self-compiled ports version) leads to this crash, according to syslog, see b