Re: delv 9.16.0, failed to add trusted key '.': ran out of space

2020-02-28 Thread Shaun via bind-users
On Fri, 28 Feb 2020 20:07:47 + Tony Finch wrote: > Shaun via bind-users wrote: > > > > The 9.16.0 version of delv seems to have trouble reading the root trust > > anchor from the bind.keys file. > > I see this too. The bug is that dns_client_addtrustedkey() has a buffer > for parsing DNSKEY

Re: delv 9.16.0, failed to add trusted key '.': ran out of space

2020-02-28 Thread Tony Finch
Shaun via bind-users wrote: > > The 9.16.0 version of delv seems to have trouble reading the root trust > anchor from the bind.keys file. I see this too. The bug is that dns_client_addtrustedkey() has a buffer for parsing DNSKEY or DS records, but it's only big enough for DS. diff --git lib/dns/

delv 9.16.0, failed to add trusted key '.': ran out of space

2020-02-28 Thread Shaun via bind-users
Hi, The 9.16.0 version of delv seems to have trouble reading the root trust anchor from the bind.keys file. I'm seeing this in multiple environments, CentOS 6.10 and FreeBSD 11.3: [user@host ~]$ delv -v delv 9.16.0 [user@host ~]$ delv isc.org ;; /etc/bind.keys:31: failed to add trusted key '.': r

Re: bind9 memory leak with TreeMemTotal, and TotalUse stat seems fictional

2020-02-28 Thread Bob Harold
>From Oct 2019 to Jan 2020 our RedHat RHEL6 BIND DNS servers had a memory leak and the named process had to be restarted weekly or so. Vendor updates caused and later fixed the problem. I do not think that the BIND version changed when it got fixed, so I think it must have been some library. --