[Pdns-users] bind backend as superslave

Samuel Vogel samydelux at gmail.com
Wed Sep 3 22:56:02 UTC 2008


Pawel Sawicki schrieb:
> One more thing - bind-supermasters should point to a file containing
> list of supermaster servers and not the supermaster server lists
> itself.
>   
This should me made more clear in the docs. I guess that's your opinion 
too. I just put the IPs there directly and was wondering why it was 
complaining about a missing file. Thanks!

Now it almost works:
Sep 04 00:47:27 Received NOTIFY for example.com from 92.51.145.159 for 
which we are not authoritative
Sep 04 00:47:27 [bindbackend] Writing bind config zone statement for 
superslave zone 'example.com' from supermaster 92.51.145.159
Sep 04 00:47:27 Created new slave zone 'example.com' from supermaster 
92.51.145.159, queued axfr
Sep 04 00:47:28 AXFR started for 'example.com', transaction started
Sep 04 00:47:28 Zone 'example.com' (/var/pdns/zones/example.com) reloaded
Sep 04 00:47:28 AXFR done for 'example.com', zone committed
Sep 04 00:47:34 Database module reported condition which prevented 
lookup (Zone for '' in '' temporarily not available (file missing, or 
master dead)) sending out servfail
Sep 04 00:47:38 Received valid NOTIFY for example.com (id=0) from master 
92.51.145.159: 4 > 0
Sep 04 00:47:38 AXFR started for 'example.com', transaction started
Sep 04 00:47:38 Zone 'example.com' (/var/pdns/zones/example.com) reloaded
Sep 04 00:47:38 AXFR done for 'example.com', zone committed
Sep 04 00:47:41 Received valid NOTIFY for example.com (id=0) from master 
92.51.145.159: 4 > 0
Sep 04 00:47:41 AXFR started for 'example.com', transaction started
Sep 04 00:47:41 Zone 'example.com' (/var/pdns/zones/example.com) reloaded
Sep 04 00:47:41 AXFR done for 'example.com', zone committed
Sep 04 00:47:46 Received valid NOTIFY for example.com (id=0) from master 
92.51.145.159: 4 > 0
Sep 04 00:47:46 AXFR started for 'example.com', transaction started
Sep 04 00:47:46 Zone 'example.com' (/var/pdns/zones/example.com) reloaded
Sep 04 00:47:46 AXFR done for 'example.com', zone committed
Sep 04 00:47:50 Database module reported condition which prevented 
lookup (Zone for '' in '' temporarily not available (file missing, or 
master dead)) sending out servfail
Sep 04 00:47:55 Received valid NOTIFY for example.com (id=0) from master 
92.51.145.159: 4 > 0
Sep 04 00:47:55 AXFR started for 'example.com', transaction started
Sep 04 00:47:55 Zone 'example.com' (/var/pdns/zones/example.com) reloaded
Sep 04 00:47:55 AXFR done for 'example.com', zone committed

Problem is, when I request example.com, then a servfail is sent out and 
I get the above error.
Where could this be coming from?
The zonefile is properly written:

# tail /var/pdns/zones/domain.com
; Zone 'jabix.net' retrieved from master
; at Thu Sep  4 00:49:22 2008
@    86400    SOA    ns1.domain.com. dns.domain.com. 4 10800 3600 604800 
3600
@    86400    NS    ns1
@    86400    NS    ns2
ns1    300    A    92.51.133.94
ns2    300    A    92.51.145.221
@    300    A    212.227.95.152
preview    300    A    92.51.145.3
admin    300    A    92.51.145.159

Thanks,
Samy


More information about the Pdns-users mailing list