Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: problem with named restarting
Date: Wed, 18 Sep 2019 15:47:54
Message-Id: 20190918154737.r2me37c4f7h4iads@matica.foolinux.mooo.com
In Reply to: Re: [gentoo-user] Re: problem with named restarting by John Covici
1 On 2019-09-17 20:40, John Covici wrote:
2
3 > On Tue, 17 Sep 2019 18:33:51 -0400,
4 > Ian Zimmerman wrote:
5 > >
6 > > On 2019-09-17 13:01, John Covici wrote:
7 > >
8 > > > > > Also, when I restart named (which I have now done automatically by
9 > > > > > systemd) it gives me a lot of errors like the following:
10 > > > > > Sep 17 03:11:59 ccs.covici.com named[3299910]: validating arpa/DS: no
11 > > > > > valid signature found
12 > > > > > or this:
13 > > > > > Sep 17 03:12:00 ccs.covici.com named[3299910]: validating com/DS: no
14 > > > > > valid signature found
15 > > > >
16 > > > > This looks like a DNSSEC problem. I don't run bind on my gentoo system,
17 > > > > but I did this:
18 > >
19 > > > > [snipped]
20 > >
21 > > > > Try running "ldd /usr/sbin/named". Is openssl (ie. libssl and
22 > > > > libcrypto) part of the output?
23 > >
24 > > > libcrypto is there along with libgnutls, but no libssl.
25 > >
26 > > Ok, so it probably is built with DNSSEC support.
27 > >
28 > > How do you populate your cache? Do you recurse to the root servers, or
29 > > do you have a "forwarder" (for example, your ISP server) to which you
30 > > pass all queries that miss the cache?
31 >
32 > I have more than one, but they are forwarders.
33
34 Then it's likely a problem with one of them. For DNSSEC to work, all
35 the servers that handle the query must support it.
36
37 One way to get rid of the warning is to just disable DNSSEC at runtime.
38 In /etc/bind/named.conf (or a file included by it):
39
40 options { dnssec-enable no; };
41
42 Reference:
43 https://downloads.isc.org/isc/bind9/9.14.0/doc/arm/Bv9ARM.ch05.html#options_grammar
44
45 --
46 Please don't Cc: me privately on mailing lists and Usenet,
47 if you also post the followup to the list or newsgroup.
48 To reply privately _only_ on Usenet and on broken lists
49 which rewrite From, fetch the TXT record for no-use.mooo.com.

Replies

Subject Author
Re: [gentoo-user] Re: problem with named restarting John Covici <covici@××××××××××.com>