INSIST in lwdclient.c

2015-08-05 Thread Kory Keith
I have an application that is using BIND lightweight resolver ~9.4 - although I've checked the 9.10.2 code and it looks the same. I'm seeing an INSIST check failing in lwdclient.c: INSIST((cm->flags & NS_LWDCLIENTMGR_FLAGRECVPENDING) != 0); I have multi-threading enabled - I have 3 worker threads

RE: separation of authoritative and recursive functions on internal networks

2015-08-05 Thread Darcy Kevin (FCA)
"Separate authoritative and recursive functions" is really a simplistic approach to a complex challenge. I think a better approach is to make both the published-authoritative function and the recursive-resolution functions robust enough *in*and*of*themselves* so that there is no value to an atta

Re: separation of authoritative and recursive functions on internal networks

2015-08-05 Thread Heiko Richter
Am 05.08.2015 um 16:18 schrieb Gary Carr: > Hello, > > I understand the importance of separating authoritative and recursive > functions on public facing systems. How crucial is it on internal > systems? > > My clients today resolve against internal servers that do recursion > and also hold autho

separation of authoritative and recursive functions on internal networks

2015-08-05 Thread Gary Carr
Hello, I understand the importance of separating authoritative and recursive functions on public facing systems. How crucial is it on internal systems? My clients today resolve against internal servers that do recursion and also hold authoritative secondary copies of important internal zones. I d

Re: bind 9.8 named_stats parser

2015-08-05 Thread Eivind Olsen
On ti., 2015-08-04 at 16:01 -0300, Leandro wrote: > Hello , guys , im thinking about getting my bind statistics on > cacti. > Im looking for some parser script but so far I can not get anyone for > my version, witch is 9.8. I have previously used http://www.l3jane.net/wiki/factory:b9agent_en to

Re: bind 9.8 named_stats parser

2015-08-05 Thread Matus UHLAR - fantomas
On 04.08.15 16:01, Leandro wrote: Hello , guys , im thinking about getting my bind statistics on cacti. Im looking for some parser script but so far I can not get anyone for my version, witch is 9.8. Is something around there ? If not I will need to deploy by my self ... then of cour