This was based on pdns-3.1.tar.gz
I was able to fix that specific issue by running libtoolize in the root
pdns-3.1/ directory. After that it compiles fine.
On Oct 3, 2012, at 1:08 AM, bert hubert wrote:
> On Tue, Oct 02, 2012 at 03:45:03PM -0700, David Hawthorne wrote:
>> H
Have y'all noticed issues getting it to compile? I see this:
:~/powerdns/modules/pipebackend$ make
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -pthread-D_GNU_SOURCE -Wall -O2 -MT pipebackend.lo -MD -MP -MF
.deps/pipebackend.Tpo -c -o pipebackend.lo pi
I don't know how this is happening and I'm having a hard time tracing the logic
in packethandler.cc (pdns-3.1) to find out. I'm getting positive responses
with NXDOMAIN status:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 22185
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDI
Scenario:
I'm testing a new backend that I've written and the actual backend isn't
running properly so all queries are timing out. This is ok.
I am noticing that under steady but slow request load, powerdns is spawning 2
new unix sockets every 5 seconds or so. I am now up to 1003 open sockets
This is with pdns-3.1.
I'm throwing AhuExceptions in my module under the assumption that the docs in
dnsbackend.hh are correct, and it's not causing the backend object to be
destroyed and recreated.
docs from dnsbackend.hh:
More serious errors, which may indicate that the database connecti
When I send a request with dig +client=123.123.123.123, I always get a response
witha netmask of /1:
; CLIENT-SUBNET: 123.123.123.123/32/1
I can't find a way to change that /1 to something else. Google returns a /19
there. Shouldn't this be a configurable?
see more at: http://wilmer.gaa.st/e
They don't share the same cache? What's the reasoning behind that?
On Jan 26, 2011, at 1:55 AM, bert hubert wrote:
> On Wed, Jan 26, 2011 at 10:32:19AM +0100, Christian Kuehn wrote:
>> any idea why the pdns-recursor 3.3 gives different answers to the same
>> query??
>
> Hello!! ;-)
>
> You pro
I ran into this on ubuntu as well, with all the dependencies properly installed
tyvm.
../../rcpgenerator.cc: In member function ‘void
RecordTextReader::xfrTime(uint32_t&)’:
../../rcpgenerator.cc:75: error: ‘sscanf’ was not declared in this scope
../../rcpgenerator.cc: In member function ‘void Re
Just to weigh in on this, I'm compiling it on mac right now to see if I can
find a missing header I already fixed in a local branch. I had to twiddle
CPPFLAGS and LDFLAGS on the configure line to get it to know where macports
installed boost:
$ CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/loca