Re: DNSSEC transition from manually signed zone to dnssec-policy "standard" failed

2022-06-01 Thread Matthijs Mekking
ac.alu.hr-key; 161.53.2.70; };     also-notify { 31.147.205.54; 161.53.2.70; };     dnssec-policy "standard";     forwarders {}; }; There was a symbolic link /var/cache/bind/alu.hr.db -> /etc/bind/zones/alu.hr.db . The logfile is too long to post, so I will add link: https://d

Re: Bugfix: missing line in message.c

2022-06-01 Thread Mark Andrews
Thanks. INDENT is being addressed. Can you add an issue on https://gitlab.isc.org/ for the view name in dnstap? Mark > On 2 Jun 2022, at 07:26, Peter wrote: > > Hi, > > this is broken in 916 (and apparently 918 also). > Consequentially, output from dnstap gets unreadable (invalid YAML) >

Bugfix: missing line in message.c

2022-06-01 Thread Peter
Hi, this is broken in 916 (and apparently 918 also). Consequentially, output from dnstap gets unreadable (invalid YAML) when using dynamic zone updates. PATCH --- lib/dns/message.c.orig 2022-05-10 11:02:21.0 +0200 +++ lib/dns/message.c

DNSSEC transition from manually signed zone to dnssec-policy "standard" failed

2022-06-01 Thread Mirsad Goran Todorovac
alu.hr.db . The logfile is too long to post, so I will add link: https://domac.alu.hr/~mtodorov/tmp/named-20220601.log NOTE: Fun starts when I tried to automatically sing zone in zonefile /etc/bind/zones/alu.hr.db, and APPARMOR denied opening file to BIND. Maybe that confused the good ol

Re: Probably stupid simple question...

2022-06-01 Thread Bruce Johnson via bind-users
Thanks! On Jun 1, 2022, at 1:48 PM, Sandro mailto:li...@penguinpee.nl>> wrote: On 01-06-2022 20:07, Bruce Johnson via bind-users wrote: I am migrating our BIND system to a new server/BIND version, and have a question about dynamically updated zone files (we have one dynamic zone). I am just

Re: Probably stupid simple question...

2022-06-01 Thread Sandro
On 01-06-2022 20:07, Bruce Johnson via bind-users wrote: I am migrating our BIND system to a new server/BIND version, and have a question about dynamically updated zone files (we have one dynamic zone). I am just copying all the configuration and zone files to the new server, do I need to run

Probably stupid simple question...

2022-06-01 Thread Bruce Johnson via bind-users
I am migrating our BIND system to a new server/BIND version, and have a question about dynamically updated zone files (we have one dynamic zone). I am just copying all the configuration and zone files to the new server, do I need to run rndc freeze before shutting down bind and moving them or

Re: Parsing named.conf in PyParsing Python3 and JSON now available

2022-06-01 Thread Petr Špaček
On 29. 05. 22 22:37, S Egbert wrote: oops make that this link https://github.com/egberts/bind9_parser On May 29, 2022, at 4:28 PM, S Egbert wrote: Just a short blurb that I now make parsing named.conf easier in Pyhton3 using PyParsing module.