Re: REQUIRE(rdataset->rdclass == db->rdclass) failed

2015-07-31 Thread Tony Finch
Maria Iano wrote: > > I only have one view for "in"; the reason I am using views is to make > chaos bind queries work for specific client IPs only. You don't want attach-cache in this case: you can make the class CH view authoritative only, and it will not interfere with class IN queries to the c

Re: REQUIRE(rdataset->rdclass == db->rdclass) failed

2015-07-30 Thread Maria Iano
On Thu, Jul 30, 2015 at 05:56:31PM +, Evan Hunt wrote: > > On the one hand: No, this is a bug, and I'd appreciate it if you'd > bundle up your named.conf (with key secrets stripped out; you can use > named-checkconf -px to do this automatically) and the details of the query > you sent to bind9

Re: REQUIRE(rdataset->rdclass == db->rdclass) failed

2015-07-30 Thread Evan Hunt
> Is this a known issue with internal private TLDs and I should just give > up on using a shared cache? Getting rid of our internal domain is a huge > undertaking which won't be completed any time soon. On the one hand: No, this is a bug, and I'd appreciate it if you'd bundle up your named.conf (w

REQUIRE(rdataset->rdclass == db->rdclass) failed

2015-07-30 Thread Maria Iano
uot;; and query a subdomain then named dies with the error: general: critical: db.c:767: REQUIRE(rdataset->rdclass == db->rdclass) failed general: critical: exiting (due to assertion failure) So far my server is running fine once I remove 'attach-cache "globalcache";'.