[Pdns-users] PDNS: Unable to sync with master server

Milka renko at axess.nl
Mon Sep 27 12:10:38 UTC 2004


Hi,

I've got a problem with PowerDNS 2.9.16. My situation: At this moment 
there are two nameservers running, ns1.domain.com and ns2.domain.com. 
ns1 is the master server. I want to add ns3.domain.com so I installed 
Gentoo, MySQL, and al the required stuff. I seems to be working, 
however, it doens't work correct. It seems to be my ns3 doensn't reteive 
the domainnames of my master server, I tought this is going automagic? 
When i start 'pdsn monitor' as root, I get the following output:

ns3 etc # /etc/init.d/pdns monitor
Sep 27 13:27:25 This is a standalone pdns
Sep 27 13:27:25 It is advised to bind to explicit addresses with the 
--local-address option
Sep 27 13:27:25 UDP server bound to 0.0.0.0:53
Sep 27 13:27:25 TCP server bound to 0.0.0.0:53
Sep 27 13:27:25 PowerDNS 2.9.16 (C) 2001-2004 PowerDNS.COM BV (Sep 24 
2004, 16:15:12) starting up
Sep 27 13:27:25 PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free 
software, and you are welcome to redistribute it according to the terms 
of the GPL version 2.
Sep 27 13:27:25 Set effective group id to 407
Sep 27 13:27:25 Set effective user id to 1001
% Sep 27 13:27:25 Creating backend connection for TCP
Sep 27 13:27:25 Master/slave communicator launching
Sep 27 13:27:25 gmysql Connection succesful
Sep 27 13:27:25 gmysql Connection succesful
Sep 27 13:27:25 All slave domains are fresh
Sep 27 13:27:25 About to create 3 backend threads
Sep 27 13:27:25 gmysql Connection succesful
Sep 27 13:27:25 gmysql Connection succesful
Sep 27 13:27:25 gmysql Connection succesful
Sep 27 13:27:25 Done launching threads, ready to distribute questions
Sep 27 13:27:29 Not authoritative for 'www.anydomain1.nl', sending 
servfail to 195.145.81.68
Sep 27 13:27:35 Not authoritative for 'www.anydomain2.nl', sending 
servfail to 66.198.41.14
Sep 27 13:27:41 Not authoritative for 'mail.anydomain3.info', sending 
servfail to 62.108.1.75
Sep 27 13:27:44 Not authoritative for 'www.anydomain4.nl', sending 
servfail to 213.233.212.210
Sep 27 13:27:45 Not authoritative for 'amail.anydomain1.nl', sending 
servfail to 212.227.123.21
...

When I manual add a record to the MySQL database, I see on the monitor this:
Sep 27 13:27:57 Received NOTIFY for anydomain.nl from 82.150.134.47 for 
which we are not authoritative
Sep 27 13:27:57 Unable to find backend willing to host anydomain.nl for 
potential supermaster 82.150.134.47


Information about my configuration:
MySQL database: The structure is made,'records' and 'domains' are empty, 
'supermasters' has got the following record:

mysql> select * from supermasters;
+---------------+-------------+----------+
| ip            | nameserver  | account  |
+---------------+-------------+----------+
| 85.150.123.54 |  ns1.domain.nl | internal |
+---------------+-------------+----------+
1 row in set (0.00 sec)


my pdns.conf:

setuid=pdns
setgid=pdns
launch=gmysql
gmysql-user=root
gmysql-dbname=pdns
soa-minimum-ttl=61000
disable-axfr=yes
#allow-axfr-isp=
fancy-records=yes
slave=yes
#urlredirector=$$MASTER IP$$



Can anybody help me?
Milka.


More information about the Pdns-users mailing list