[Pdns-users] powerdns master, bind slave, slave not updating...

2008-02-29 Thread Mathew Hennessy
Hi, I'm in the process of evaluating PowerDNS (2.9.21 src tarball built on Solaris 10) and while I've gotten my bind zones imported into a gmysql default-template backend and it responds correctly, and I've been able to point a slave BIND (9.4.1-P1) to it and have it acquire initial zones, it

[Pdns-users] Compiling opendbx module fails on Solaris

2008-03-03 Thread Mathew Hennessy
Hi, I'm trying to compile the opendbxbackend that's included with the powerdns 2.9.21 distribution against the stable opendbx libraries (opendbx-1.2.4) installed in /usr/local/ on a Solaris 10 box. I am using gcc4 and associated gnu tools from the Blastwave Solaris repository. Here is what I

Re: [Pdns-users] Compiling opendbx module fails on Solaris

2008-03-03 Thread Mathew Hennessy
Looks good, I think the patch missed calls to u_int32_t in odbxprivate.cc and I got some failed hunks when I ran it initially, but I got the gist (s/u_int32_t/uint32_t/g) and I can put the fix in manually.. I'll update when it builds cleanly ;) Cheers, - Matt Norbert Sendetzky wrote: > > Hi M

Re: [Pdns-users] Compiling opendbx module fails on Solaris

2008-03-03 Thread Mathew Hennessy
Looks like that did the trick! It's built and I'm setting it up now (mysql on the master, sqlite3 on a slave).. Norbert Sendetzky wrote: > > Hi Mathew > > Could you apply the attached patch please and give me feedback if it > works? > > Thanks > > > Norbert > -- > OpenPGP public key > htt

Re: [Pdns-users] powerdns master, bind slave, slave not updating...

2008-03-03 Thread Mathew Hennessy
I've tried converting from BIND9 to PowerDNS configured as a slave with opendbx/sqlite3, and I'm still not getting any love. How can I trick the master into not sending SERVFAIL for this demonstration setup? Deadline... getting... closer. Mathew Hennessy wrote: > > Hi, &

[Pdns-users] opendbx + sqlite3 + superslave = fail

2008-03-04 Thread Mathew Hennessy
Hi, I'm attempting to use opendbx sqlite3 as a backing store for a superslave configuration, and I'm getting the following error: Mar 4 13:57:04 powerdnsslave pdns[5263]: [ID 702911 daemon.error] Received NOTIFY for foobar.com from 10.202.108.20 for which we are not authoritative Mar 4 13:5

Re: [Pdns-users] opendbx + sqlite3 + superslave = fail

2008-03-04 Thread Mathew Hennessy
bad form to self-reply I know, but I had the master in the supermasters config, not the slave.. Fixing that fixed the issue it appears! Mathew Hennessy wrote: > > Hi, > I'm attempting to use opendbx sqlite3 as a backing store for a > superslave configuration, and I'm

[Pdns-users] superslaves sharing a common mysql backend?

2008-03-05 Thread Mathew Hennessy
Hi, I was wondering if it was safe to configure multiple superslave servers to point to the same slave mysql DB? I've currently got a sqlite3 backend in testing, but deleting domains from the master doesn't automatically delete them from superslaves so I'd prefer to have a setup where I can a

Re: [Pdns-users] superslaves sharing a common mysql backend?

2008-03-05 Thread Mathew Hennessy
Augie Schwer wrote: > > On Wed, Mar 5, 2008 at 8:46 AM, Mathew Hennessy <[EMAIL PROTECTED]> > wrote: >> I was wondering if it was safe to configure multiple superslave >> servers >> to point to the same slave mysql DB? I've currently got a sqlite3 &

[Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-05 Thread Mathew Hennessy
Hi, I'm receiving this error when I attempt to notify a bind slave of zone changes to the master powerdns build. Both boxes are Solaris 10 on SPARC, and at least powerdns was compiled with gcc4. Here's a thread I found which indicates a similar problem but not a resolution: http:/

Re: [Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-06 Thread Mathew Hennessy
I'm recompiling with -m32 flags on SPARC, hope this works.. -- View this message in context: http://www.nabble.com/pdns_control-notify-to-bind-9.4-slave%3A-%22failed-while-receiving-responses%3A-unexpected-message-id%22-tp15859705p15885392.html Sent from the PowerDNS mailing list archive at Nabb

Re: [Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-06 Thread Mathew Hennessy
Mathew Hennessy wrote: > > I'm recompiling with -m32 flags on SPARC, hope this works.. > Didn't work :( $ file /opt/pdns/sbin/pdns_server /opt/pdns/sbin/pdns_server: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped, no debugging informatio

Re: [Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-10 Thread Mathew Hennessy
Mathew Hennessy wrote: > > $ file /opt/pdns/sbin/pdns_server > /opt/pdns/sbin/pdns_server: ELF 32-bit MSB executable SPARC Version 1, > dynamically linked, not stripped, no debugging information available > > 06-Mar-2008 18:39:03.037 xfer-in: info: transfer of &#

Re: [Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-10 Thread Mathew Hennessy
Mathew Hennessy wrote: > > $ file /opt/pdns/sbin/pdns_server > /opt/pdns/sbin/pdns_server: ELF 32-bit MSB executable SPARC Version 1, > dynamically linked, not stripped, no debugging information available > > 06-Mar-2008 18:39:03.037 xfer-in: info: transfer of &#

Re: [Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-10 Thread Mathew Hennessy
Mathew Hennessy wrote: > > Hi, > I'm receiving this error when I attempt to notify a bind slave of > zone changes to the master powerdns build. Both boxes are Solaris 10 on > SPARC, and at least powerdns was compiled with gcc4. > > Here's a thread I

Re: [Pdns-users] pdns_control notify to bind 9.4 slave: "failed while receiving responses: unexpected message id"

2008-03-11 Thread Mathew Hennessy
Norbert Sendetzky wrote: > > On Monday 10 March 2008 23:22:38 Mathew Hennessy wrote: >> OK, I've compiled powerdns on a 32-bit Linux system, and it appears to do >> notifies correctly (from Linux master running pdns to Solaris slave >> running >> bind).

Re: [Pdns-users] Supermaster & Slaves - Supermaster has to be a listed NS?

2008-03-13 Thread Mathew Hennessy
Nicholas.Orr wrote: > > Hi, > > I managed to get supermaster working again. One question though. > > Does the server that is supermaster have to be listed in a NS record for > the > zone being delegated to the Slave? > > I was hoping I could setup > ns1 - primary - slave > ns2 - secondary - s