Re: [Pdns-users] 3.0-RC2 crash on sending notify

2011-05-26 Thread bert hubert
On Thu, May 26, 2011 at 11:06:16PM -0400, Charles Sprickman wrote: > various values for loglevel from 5 all the way up to 999 and never saw > an increase in verbosity), so I tried launching powerdns from gdb, just > to see if I could get more of a hint about what was happening. This is > what I se

Re: [Pdns-users] 3.0-RC2 crash on sending notify

2011-05-26 Thread Jan-Piet Mens
Charles, > And the master has one domain and 3 records: > > sqlite> select * from domains; > 1|pdnsexample.com|||MASTER|| > > sqlite> select * from records; > 1|1|pdnsexample.com|NS|pdns2.foo.com||| > 2|1|pdnsexample.com|NS|pdns1.foo.com||| > 3|1||SOA|pdns1.foo.com hostmas...@foo.com 1 3600 3600

[Pdns-users] 3.0-RC2 crash on sending notify

2011-05-26 Thread Charles Sprickman
Hello, This might be a n00b mistake, not sure. I've got two test instances of PowerDNS setup. One is setup as a master with sqlite3 backend, the other as a slave, also with sqlite3 backend. Both are using the schema outlined in the documentation. The slave has only this in it's db: sqlite> se

Re: [Pdns-users] MongoDB Backend merged Re: Mongo DB and PowerDNS part 3: Now with DNSSEC

2011-05-26 Thread fredrik danerklint
> On 26/5/2011 3:44 μμ, fredrik danerklint wrote: > > Nick, > > > > To answer all of your questions, please take a look at the source file > > 'communicator.cc'. At the end of that file there is a function called > > "void CommunicatorClass::mainloop(void)" that checks slave and master > > every

Re: [Pdns-users] MongoDB Backend merged Re: Mongo DB and PowerDNS part 3: Now with DNSSEC

2011-05-26 Thread Nick Milas
On 26/5/2011 3:44 μμ, fredrik danerklint wrote: Nick, To answer all of your questions, please take a look at the source file 'communicator.cc'. At the end of that file there is a function called "void CommunicatorClass::mainloop(void)" that checks slave and master every other 'slave-cycle-inter

Re: [Pdns-users] Wildcards other than "*"

2011-05-26 Thread bert hubert
On Thu, May 26, 2011 at 05:29:33PM +0200, Marten Lehmann wrote: > Hello, > > given the example domain whatever.com I just tried to insert the > records "pop3.*" and "imap.*" for this zone. But trying to resolve Hi Marten, I'm afraid this has little to do with PowerDNS and everything with DNS. >

Re: [Pdns-users] Wildcards other than "*"

2011-05-26 Thread Maik Zumstrull
On Thu, May 26, 2011 at 17:29, Marten Lehmann wrote: > Hello, > > given the example domain whatever.com I just tried to insert the records > "pop3.*" and "imap.*" for this zone. But trying to resolve records like > pop3.dont-know.whatever.com did lead to the expected result. Is this sort of > wild

[Pdns-users] Wildcards other than "*"

2011-05-26 Thread Marten Lehmann
Hello, given the example domain whatever.com I just tried to insert the records "pop3.*" and "imap.*" for this zone. But trying to resolve records like pop3.dont-know.whatever.com did lead to the expected result. Is this sort of wildcarding possible at all? Or only Subdomains with leading wil

Re: [Pdns-users] MongoDB Backend merged Re: Mongo DB and PowerDNS part 3: Now with DNSSEC

2011-05-26 Thread fredrik danerklint
Nick, To answer all of your questions, please take a look at the source file 'communicator.cc'. At the end of that file there is a function called "void CommunicatorClass::mainloop(void)" that checks slave and master every other 'slave-cycle-interval' seconds (parameter taken from the pdns.conf

Re: [Pdns-users] Error message in logfile

2011-05-26 Thread Joerg Stephan
Hi Bert, thanks for the answer while collecting the data i maybe found the error. There is a host which does an tcp check to the nameserver, this maybe causes the problem. I will investigate on that, thanks a lot Greets Joerg On Thu, 26 May 2011, bert hubert wrote: Which version of PowerD

Re: [Pdns-users] Error message in logfile

2011-05-26 Thread bert hubert
On Thu, May 26, 2011 at 08:42:01AM +0200, Joerg Stephan wrote: > May 26 08:31:24 ns1 pdns[4603]: Received question from socket which > had no remote address, dropping (Transport endpoint is not > connected) > > which appears every second. > So both are just working and i can dig domains on both of

Re: [Pdns-users] svn access to pdns backends

2011-05-26 Thread Nick Milas
On 26/5/2011 11:13 πμ, Leen Besselink wrote: I see the directories and files in pdns/modules/ (not pdns/pdns/backends !!) Thanks, Leen. You are right. I was confused. I see I should not look into /pdns/pdns/backends but in /pdns/modules. Thanks, again Nick ___

Re: [Pdns-users] svn access to pdns backends

2011-05-26 Thread Leen Besselink
On 05/26/2011 09:12 AM, Nick Milas wrote: > Hi, > Hi Nick, > Can anyone please tell me how I can have svn access to pdns backends > source tree? > When I look at the http://wiki.powerdns.com/trac/ it says exactly the same thing you did. > I used: > svn co svn://svn.powerdns.com/pdns/trunk/p

[Pdns-users] svn access to pdns backends

2011-05-26 Thread Nick Milas
Hi, Can anyone please tell me how I can have svn access to pdns backends source tree? I used: svn co svn://svn.powerdns.com/pdns/trunk/pdns pdns as indicated here: http://wiki.powerdns.com/trac/wiki/HACKING but in there I only see gmysql and bind backends. I am mainly interested in LDAP