[Pdns-users] bind backend as superslave
Samuel Vogel
samydelux at gmail.com
Wed Sep 3 23:21:26 UTC 2008
Some more info:
bind-reload-now example.com
example.com: [rejected] error at Thu Sep 4 01:09:16 2008 parsing ''
from file '': Unable to open file '': No such file or directory
Something is going wrong here. Guess there should be some content
between those ''.
But the files are actually being filled:
# cat /var/pdns/named.conf
# Superslave zone example.com (added: Thu Sep 4 01:17:19 2008) (account: )
zone "example.com" {
type slave;
file "/var/pdns/zones/example.com";
masters { 92.51.145.159; };
};
# cat /var/pdns/zones/example.com
; Written by PowerDNS, don't edit!
; Zone 'example.com' retrieved from master
; at Thu Sep 4 01:17:50 2008
@ 86400 SOA ns1.example.com. dns.example.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
When I restart the server an query it again, it tells me this:
Sep 04 01:19:07 Not authoritative for 'example.com', sending servfail to
84.169.176.129 (recursion was desired)
Why doesn't it load the zones?
Thanks,
Samy
More information about the Pdns-users
mailing list