Hi David

Here is what I have done

I upgraded the database but still the same so:

I completely removed PDNS 
Clean installed PDNS-Server PDNS-backend-mysql PowerAdmin

I then used Poweradmin to create 2 domain zones (Same domains I provided in the 
list where it was erroring on one and positive results on the other

kimboscakes.co.uk
derbyshireweddingevents.co.uk

Checked the entries and found corresponding entries in the following tables

Domains
Records
Zones

Entries created for both domains are SOA, 2 x NS records  MX and 2 x A records 
for ftp and www

Both domains fail the a record lookup with the error 9501 No records found for 
given dns query

Also ran pdns monitor which reports
unable to bind udp socket to 0.0.0.0:53 Address already in use  
Fatel error: Unable to bind UDP socket

So I then ran netstat -apn|grep 53 and only pdns is using port 53. Here are the 
results

Dec 21 13:36:13 Reading random entropy from '/dev/urandom'
Dec 21 13:36:13 Loading '/usr/lib/x86_64-linux-gnu/pdns/libgmysqlbackend.so'
Dec 21 13:36:13 [gmysqlbackend] This is the gmysql backend version 4.0.1 (Jul 
29                                                                              
2016 15:40:55) reporting
Dec 21 13:36:13 This is a standalone pdns
Dec 21 13:36:13 Unable to bind UDP socket to '0.0.0.0:53': Address already in 
us                                                                             e
Dec 21 13:36:13 Fatal error: Unable to bind to UDP socket
root@dns2:/home/auspat# netstat -apn|grep 53
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      
                                                                             
11466/pdns_server
tcp6       0      0 :::53                   :::*                    LISTEN      
                                                                             
11466/pdns_server
udp        0      0 109.224.220.19:50535    8.8.8.8:53              ESTABLISHED 
                                                                             
11466/pdns_server
udp        0      0 0.0.0.0:53              0.0.0.0:*                           
                                                                             
11466/pdns_server
udp6       0      0 :::53                   :::*                                
                                                                             
11466/pdns_server
unix  3      [ ]         STREAM     CONNECTED     13053    1/init              
/                                                                             
run/systemd/journal/stdout
unix  3      [ ]         STREAM     CONNECTED     98530    11466/pdns_server



Regards
Patrick


-----Original Message-----
From: Pdns-users [mailto:[email protected]] On Behalf Of 
David
Sent: 19 December 2016 18:03
To: [email protected]
Subject: Re: [Pdns-users] PDNS 4 0 0-alpha2 Hit and Miss

On 2016-12-19 11:00 AM, Palm Internet wrote:
> Hi Brian
>
> Here is the result
>
> pdnsutil check-zone derbyshireweddingevents.co.uk
> Error: stou
>
> David has asked if I followed all the steps to upgrade the database. 
> On an apt-get install from the repo, all it does is create a new 
> database on the local server where it is being installed. I have asked 
> him if there is a step by step guide to upgrade the existing database. 
> This may well be the issue :)
>

It's not entirely clear what you had done to your database (or not). The two 
URLs explain any changes you may need.

https://doc.powerdns.com/3/authoritative/upgrading/
https://doc.powerdns.com/md/authoritative/upgrading/

> Patrick
>
> -----Original Message-----
> From: Brian Candler [mailto:[email protected]]
> Sent: 19 December 2016 17:44
> To: Palm Internet <[email protected]>
> Cc: [email protected]
> Subject: Re: [Pdns-users] PDNS 4 0 0-alpha2 Hit and Miss
>
> On 19/12/2016 17:03, Palm Internet wrote:
>> pdnsutil check-all-zones
>> Checked 0 zones, 0 had errors.
>
> I don't know why it can't enumerate your zones. Try:
>
> pdnsutil check-zone <nameofzone>
>
> for one of your failing zones.
>
>
> _______________________________________________
> Pdns-users mailing list
> [email protected]
> https://mailman.powerdns.com/mailman/listinfo/pdns-users
>

_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to