[Pdns-users] Re: 2.9.20 release process starting up, please verify your bugs

Mario mario at uni.de
Fri Jan 27 12:57:52 UTC 2006


Hi Bert,

I just tried out your version 2.9.20.

This doesn't fix my fancy records problem. :-(

...

# dpkg -i pdns-static_2.9.20-svn-2_i386.deb
(Reading database ... 31296 files and directories currently installed.)
Preparing to replace pdns-static 2.9.17-1 (using
pdns-static_2.9.20-svn-2_i386.deb) ...
Unpacking replacement pdns-static ...
Setting up pdns-static (2.9.20-svn-2) ...
Installing new version of config file /etc/init.d/pdns ...
Starting PowerDNS authoritative nameserver: started

# dig www.mydomain.net A @ns.mydomain.net

; <<>> DiG 9.2.4 <<>> www.mydomain.net A @ns.mydomain.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20149
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.mydomain.net.          IN      A

;; AUTHORITY SECTION:
mydomain.net.       3600    IN      SOA     ns.mydomain.net.
hostmaster.mydomain.net. 2005033100 10800 3600 604800 3600

;; Query time: 6 msec
;; SERVER: 1.2.3.4#53(ns.mydomain.net)
;; WHEN: Fri Jan 27 13:47:38 2006
;; MSG SIZE  rcvd: 102

# dpkg -i pdns-static_2.9.17-1_i386.deb
dpkg - warning: downgrading pdns-static from 2.9.20-svn-2 to 2.9.17-1.
(Reading database ... 31296 files and directories currently installed.)
Preparing to replace pdns-static 2.9.20-svn-2 (using
pdns-static_2.9.17-1_i386.deb) ...
Unpacking replacement pdns-static ...
Setting up pdns-static (2.9.17-1) ...
Installing new version of config file /etc/init.d/pdns ...
Starting PowerDNS authoritative nameserver: already running

rod:~# /etc/init.d/pdns restart
Restaring PowerDNS authoritative nameserver: stopping and waiting..done
Starting PowerDNS authoritative nameserver: started

# dig www.mydomain.net A @ns.mydomain.net

; <<>> DiG 9.2.4 <<>> www.mydomain.net A @ns.mydomain.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41190
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.mydomain.net.          IN      A

;; ANSWER SECTION:
www.mydomain.net.   3600    IN      A       1.2.3.4

;; Query time: 6 msec
;; SERVER: 1.2.3.4#53(ns.mydomain.net)
;; WHEN: Fri Jan 27 13:47:46 2006
;; MSG SIZE  rcvd: 54

...

My database:

SELECT name,type,content FROM records WHERE name = 'www.mydomain.net';

name			type	content
www.mydomain.net	URL	http://www.my-destination.com

...

My pdns.conf:

launch=gmysql
local-address=1.2.3.4,127.0.0.1
gmysql-socket=/var/run/mysqld/mysqld.sock
gmysql-user=pdns
gmysql-password=password
gmysql-dbname=pdns

master=yes
slave=yes
fancy-records=yes
urlredirector=1.2.3.4
wildcard-url=yes

...

# cat /etc/debian_version
3.1

...

Regards,

Mario



pdns-users-request at mailman.powerdns.com schrieb:
> Send Pdns-users mailing list submissions to
> 	pdns-users at mailman.powerdns.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mailman.powerdns.com/mailman/listinfo/pdns-users
> or, via email, send a message with subject or body 'help' to
> 	pdns-users-request at mailman.powerdns.com
> 
> You can reach the person managing the list at
> 	pdns-users-owner at mailman.powerdns.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pdns-users digest..."
> 
> 
> Today's Topics:
> 
>    1. 	2.9.20 release process starting up, please verify your bugs
>       (bert hubert)
>    2. Re: 1.0.0.127.in-addr.arpa (bert hubert)
>    3. Re: Odd random crashes (bert hubert)
>    4. Re: Recursor backend timeout (bert hubert)
>    5. Re: Crash on startup (bert hubert)
>    6. Cnames? (Ken Scott)
>    7. Re: Cnames? (Derrik Pates)
>    8. RE: Cnames? (Asaf Shakarchi)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 14 Jan 2006 15:33:20 +0100
> From: bert hubert <bert.hubert at netherlabs.nl>
> Subject: [Pdns-users] 	2.9.20 release process starting up, please
> 	verify your bugs
> To: pdns-dev at mailman.powerdns.com,	pdns-announce at mailman.powerdns.com,
> 	pdns-users at mailman.powerdns.com
> Message-ID: <20060114143320.GA17534 at outpost.ds9a.nl>
> Content-Type: text/plain; charset=us-ascii
> 
> Hi everybody,
> 
> I'm starting up the 2.9.20 release process. For family reasons mentioned
> earlier I've been somewhat less involved with PowerDNS and have hence have
> lost track of the status of most problems reported.
> 
> Therefore I ask everybody with pending bugs to verify them against the
> pre-releases available on:
> 
>                        http://ds9a.nl/pdns/2.9.20-svn/
> 
> Let me (through pdns-users at mailman.powerdns.com or -dev) know if your bug
> is now either a) gone b) different c) still there. I won't be able to deal
> with your problem otherwise, assume I've forgotten anything about your
> issue.
> 
> Even if you've mentioned your bug before either on IRC or on the mailing
> lists, please open a ticket on:
> 
>               http://wiki.powerdns.com/projects/trac/newticket 
> but check first on
>                http://wiki.powerdns.com/projects/trac/report/1 
> to see if one is already filed.
> 
> You can also join us on #powerdns on ircnet and join the fun of PowerDNS
> development, see http://wiki.powerdns.com for more details.
> 
> Thanks!
> 


More information about the Pdns-users mailing list