[Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Frank van den Diepstraten
Hi,

 

I recently posted the question underneath. While I kept searching I
found that I had to upgrade to the 2.9.22 version to get the fancy
records (URL in my case)  AXFR'ed to my secondary name server again. 

 

I just upgraded both my nameservers from version 2.9.21-2 to version
2.9.22 which is a debian lenny-backports package. But still I get the
errors:

 

Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of 'test-cict-1.nl'
from remote 'x.x.x.x'

Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
transaction started

Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
client

Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction for
domain 'test-cict-1.nl' AXFR

Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl from
x.x.x.x, we are up to date: 2010031505=2010031505

 

Is there someone who can help me with this issue? Please respond

 

 

Regards,

 

Frank van den Diepstraten

Concepts ICT.

 

Van: Frank van den Diepstraten 
Verzonden: vrijdag 12 maart 2010 16:03
Aan: 'pdns-users@mailman.powerdns.com'
Onderwerp: AXFR tranfers from master to slave with URL forward gives
error

 

Hi all,

 

I just updated my authoritive nameserver to 2.9.21.2-1. Since then I
can't transfer any URL records to my secondary nameserver.Before the
update everything went fine. The log gives the following error:

 

Mar 12 15:05:47 ns2 pdns[870]: Received valid NOTIFY for test-cict-1.nl
(id=5420) from master x.x.x.x: 2010031208  2010031207

Mar 12 15:05:48 ns2 pdns[870]: AXFR started for 'test-cict-1.nl',
transaction started

Mar 12 15:05:48 ns2 pdns[870]: Unable to AXFR zone 'test-cict-1.nl': EOF
trying to read axfr chunk from remote TCP client

Mar 12 15:05:48 ns2 pdns[870]: Aborting possible open transaction for
domain 'test-cict-1.nl' AXFR

 

I tried to google but I didn't find a case that's exactly like mine. Is
there a simple solution to just accept the URL forward AXFR's from my
first to my secondary nameserver? I'm using the debian package installer
so I hope there is another option the compile the package manually

 

Thanks in advance!

Regards,

Frank van den Diepstraten 

 

___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Ton van Rosmalen
Hi Frank,

Frank van den Diepstraten schreef:

 Hi,

  

 I recently posted the question underneath. While I kept searching I
 found that I had to upgrade to the 2.9.22 version to get the fancy
 records (URL in my case)  AXFR’ed to my secondary name server again.

  

 I just upgraded both my nameservers from version 2.9.21-2 to version
 2.9.22 which is a debian lenny-backports package. But still I get the
 errors:

  

 Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
 test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

 Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of
 'test-cict-1.nl' from remote 'x.x.x.x'

 Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
 transaction started

 Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
 from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
 client

 Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction
 for domain 'test-cict-1.nl' AXFR

 Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl
 from x.x.x.x, we are up to date: 2010031505=2010031505

  

 Is there someone who can help me with this issue? Please respond….

  

I don't use the fancy-records myself but my first step would be to turn
on debugging on the master and execute a manual dig @master zone AXFR

Digging in the source code for possible changes with regard to fancy
records and axfr might give you a clue whether anything has changed in pdns.

Good luck.

Regards,

Ton
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Frank van den Diepstraten
Hi Ton,

Thank you for responding. I've turned the loglevel to 9 (highest) and get the 
following output on the master:

ns1 pdns[16091]: AXFR of domain 'test-cict-1.nl' initiated by x.x.x.x

The output of the dig says:

dig @x.x.x.x test-cict-1.nl AXFR

;  DiG 9.5.1-P3  @x.x.x.x test-cict-1.nl AXFR
; (1 server found)
;; global options:  printcmd
test-cict-1.nl. 3600INSOA   ns1. postmaster.concepts.nl. 
2010031511 28800 7200 604800 86400
;; communications error to 213.197.27.201#53: end of file

It doesn't really tell me more.


-Oorspronkelijk bericht-
Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
Verzonden: maandag 15 maart 2010 10:58
Aan: Frank van den Diepstraten
CC: pdns-users@mailman.powerdns.com
Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL forward 
gives error

Hi Frank,

Frank van den Diepstraten schreef:

 Hi,

  

 I recently posted the question underneath. While I kept searching I
 found that I had to upgrade to the 2.9.22 version to get the fancy
 records (URL in my case)  AXFR’ed to my secondary name server again.

  

 I just upgraded both my nameservers from version 2.9.21-2 to version
 2.9.22 which is a debian lenny-backports package. But still I get the
 errors:

  

 Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
 test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

 Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of
 'test-cict-1.nl' from remote 'x.x.x.x'

 Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
 transaction started

 Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
 from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
 client

 Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction
 for domain 'test-cict-1.nl' AXFR

 Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl
 from x.x.x.x, we are up to date: 2010031505=2010031505

  

 Is there someone who can help me with this issue? Please respond….

  

I don't use the fancy-records myself but my first step would be to turn
on debugging on the master and execute a manual dig @master zone AXFR

Digging in the source code for possible changes with regard to fancy
records and axfr might give you a clue whether anything has changed in pdns.

Good luck.

Regards,

Ton
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Frank van den Diepstraten
Sorry I didn't gave all the syslog output. Hereby the log information:

Mar 15 12:10:32 ns1 pdns[16236]: AXFR of domain 'test-cict-1.nl' initiated by 
x.x.x.x
Mar 15 12:10:32 ns1 pdns[16236]: gmysql Connection succesful
Mar 15 12:10:32 ns1 pdns[16236]: Exception: Unknown record was stored 
incorrectly, need 3 fields, got 1: http://www.bla.nl
Mar 15 12:10:32 ns1 pdns[16236]: TCP Connection Thread died because of STL 
error: Unknown record was stored incorrectly, need 3 fields, got 1: 
http://www.bla.nl

I found something on the internet about it:

http://wiki.powerdns.com/trac/ticket/156

unfortunately I use the package manager and do not prefere to compile the given 
patch (above) manually. Is there another option to get this working? I can't 
find any newer powerdns versions where this problem is solved (CS 1464).

Hope to hear from you.

Regards,

Frank van den Diepstraten. 

-Oorspronkelijk bericht-
Van: Frank van den Diepstraten 
Verzonden: maandag 15 maart 2010 12:00
Aan: 'Ton van Rosmalen'
CC: pdns-users@mailman.powerdns.com
Onderwerp: RE: [Pdns-users] AXFR tranfers from master to slave with URL forward 
gives error

Hi Ton,

Thank you for responding. I've turned the loglevel to 9 (highest) and get the 
following output on the master:

ns1 pdns[16091]: AXFR of domain 'test-cict-1.nl' initiated by x.x.x.x

The output of the dig says:

dig @x.x.x.x test-cict-1.nl AXFR

;  DiG 9.5.1-P3  @x.x.x.x test-cict-1.nl AXFR
; (1 server found)
;; global options:  printcmd
test-cict-1.nl. 3600INSOA   ns1. postmaster.concepts.nl. 
2010031511 28800 7200 604800 86400
;; communications error to 213.197.27.201#53: end of file

It doesn't really tell me more.


-Oorspronkelijk bericht-
Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
Verzonden: maandag 15 maart 2010 10:58
Aan: Frank van den Diepstraten
CC: pdns-users@mailman.powerdns.com
Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL forward 
gives error

Hi Frank,

Frank van den Diepstraten schreef:

 Hi,

  

 I recently posted the question underneath. While I kept searching I
 found that I had to upgrade to the 2.9.22 version to get the fancy
 records (URL in my case)  AXFR’ed to my secondary name server again.

  

 I just upgraded both my nameservers from version 2.9.21-2 to version
 2.9.22 which is a debian lenny-backports package. But still I get the
 errors:

  

 Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
 test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

 Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of
 'test-cict-1.nl' from remote 'x.x.x.x'

 Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
 transaction started

 Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
 from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
 client

 Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction
 for domain 'test-cict-1.nl' AXFR

 Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl
 from x.x.x.x, we are up to date: 2010031505=2010031505

  

 Is there someone who can help me with this issue? Please respond….

  

I don't use the fancy-records myself but my first step would be to turn
on debugging on the master and execute a manual dig @master zone AXFR

Digging in the source code for possible changes with regard to fancy
records and axfr might give you a clue whether anything has changed in pdns.

Good luck.

Regards,

Ton
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Ton van Rosmalen
Hi Frank,

Frank van den Diepstraten schreef:
 Sorry I didn't gave all the syslog output. Hereby the log information:

 Mar 15 12:10:32 ns1 pdns[16236]: AXFR of domain 'test-cict-1.nl' initiated by 
 x.x.x.x
 Mar 15 12:10:32 ns1 pdns[16236]: gmysql Connection succesful
 Mar 15 12:10:32 ns1 pdns[16236]: Exception: Unknown record was stored 
 incorrectly, need 3 fields, got 1: http://www.bla.nl
 Mar 15 12:10:32 ns1 pdns[16236]: TCP Connection Thread died because of STL 
 error: Unknown record was stored incorrectly, need 3 fields, got 1: 
 http://www.bla.nl

 I found something on the internet about it:

 http://wiki.powerdns.com/trac/ticket/156

 unfortunately I use the package manager and do not prefere to compile the 
 given patch (above) manually. Is there another option to get this working? I 
 can't find any newer powerdns versions where this problem is solved (CS 1464).

   
I justed test my 2.9.22 install with a URL-record and have confirmed the
AXFR-problem. The URL-redirector does work on my master but changes
aren't propagated to the slaves.
I created a ticket (#285) in the bugtracker and will try to get more
information if time allows.

For now I don't see any other options other than either keep on using
your current release of pdns of find some other means of propagating the
changes from the master to the slave (e.g. mysql replication).

Regards,

Ton van Rosmalen

 Hope to hear from you.

 Regards,

 Frank van den Diepstraten. 

 -Oorspronkelijk bericht-
 Van: Frank van den Diepstraten 
 Verzonden: maandag 15 maart 2010 12:00
 Aan: 'Ton van Rosmalen'
 CC: pdns-users@mailman.powerdns.com
 Onderwerp: RE: [Pdns-users] AXFR tranfers from master to slave with URL 
 forward gives error

 Hi Ton,

 Thank you for responding. I've turned the loglevel to 9 (highest) and get the 
 following output on the master:

 ns1 pdns[16091]: AXFR of domain 'test-cict-1.nl' initiated by x.x.x.x

 The output of the dig says:

 dig @x.x.x.x test-cict-1.nl AXFR

 ;  DiG 9.5.1-P3  @x.x.x.x test-cict-1.nl AXFR
 ; (1 server found)
 ;; global options:  printcmd
 test-cict-1.nl. 3600INSOA   ns1. postmaster.concepts.nl. 
 2010031511 28800 7200 604800 86400
 ;; communications error to 213.197.27.201#53: end of file

 It doesn't really tell me more.


 -Oorspronkelijk bericht-
 Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
 Verzonden: maandag 15 maart 2010 10:58
 Aan: Frank van den Diepstraten
 CC: pdns-users@mailman.powerdns.com
 Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL 
 forward gives error

 Hi Frank,

 Frank van den Diepstraten schreef:
   
 Hi,

  

 I recently posted the question underneath. While I kept searching I
 found that I had to upgrade to the 2.9.22 version to get the fancy
 records (URL in my case)  AXFR’ed to my secondary name server again.

  

 I just upgraded both my nameservers from version 2.9.21-2 to version
 2.9.22 which is a debian lenny-backports package. But still I get the
 errors:

  

 Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
 test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

 Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of
 'test-cict-1.nl' from remote 'x.x.x.x'

 Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
 transaction started

 Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
 from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
 client

 Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction
 for domain 'test-cict-1.nl' AXFR

 Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl
 from x.x.x.x, we are up to date: 2010031505=2010031505

  

 Is there someone who can help me with this issue? Please respond….

  

 
 I don't use the fancy-records myself but my first step would be to turn
 on debugging on the master and execute a manual dig @master zone AXFR

 Digging in the source code for possible changes with regard to fancy
 records and axfr might give you a clue whether anything has changed in pdns.

 Good luck.

 Regards,

 Ton
   
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Frank van den Diepstraten
Thank you! I will insert the URL record manually now. It only goes wrong with 
the AXFR, so existing URL forwards still work. Only when I edit a zone with a 
URL forward in it, it goes wrong. 

I will follow the ticket carefully :)

Thanx again!

-Oorspronkelijk bericht-
Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
Verzonden: maandag 15 maart 2010 14:51
Aan: Frank van den Diepstraten
CC: pdns-users@mailman.powerdns.com
Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL forward 
gives error

Hi Frank,

Frank van den Diepstraten schreef:
 Sorry I didn't gave all the syslog output. Hereby the log information:

 Mar 15 12:10:32 ns1 pdns[16236]: AXFR of domain 'test-cict-1.nl' initiated by 
 x.x.x.x
 Mar 15 12:10:32 ns1 pdns[16236]: gmysql Connection succesful
 Mar 15 12:10:32 ns1 pdns[16236]: Exception: Unknown record was stored 
 incorrectly, need 3 fields, got 1: http://www.bla.nl
 Mar 15 12:10:32 ns1 pdns[16236]: TCP Connection Thread died because of STL 
 error: Unknown record was stored incorrectly, need 3 fields, got 1: 
 http://www.bla.nl

 I found something on the internet about it:

 http://wiki.powerdns.com/trac/ticket/156

 unfortunately I use the package manager and do not prefere to compile the 
 given patch (above) manually. Is there another option to get this working? I 
 can't find any newer powerdns versions where this problem is solved (CS 1464).

   
I justed test my 2.9.22 install with a URL-record and have confirmed the
AXFR-problem. The URL-redirector does work on my master but changes
aren't propagated to the slaves.
I created a ticket (#285) in the bugtracker and will try to get more
information if time allows.

For now I don't see any other options other than either keep on using
your current release of pdns of find some other means of propagating the
changes from the master to the slave (e.g. mysql replication).

Regards,

Ton van Rosmalen

 Hope to hear from you.

 Regards,

 Frank van den Diepstraten. 

 -Oorspronkelijk bericht-
 Van: Frank van den Diepstraten 
 Verzonden: maandag 15 maart 2010 12:00
 Aan: 'Ton van Rosmalen'
 CC: pdns-users@mailman.powerdns.com
 Onderwerp: RE: [Pdns-users] AXFR tranfers from master to slave with URL 
 forward gives error

 Hi Ton,

 Thank you for responding. I've turned the loglevel to 9 (highest) and get the 
 following output on the master:

 ns1 pdns[16091]: AXFR of domain 'test-cict-1.nl' initiated by x.x.x.x

 The output of the dig says:

 dig @x.x.x.x test-cict-1.nl AXFR

 ;  DiG 9.5.1-P3  @x.x.x.x test-cict-1.nl AXFR
 ; (1 server found)
 ;; global options:  printcmd
 test-cict-1.nl. 3600INSOA   ns1. postmaster.concepts.nl. 
 2010031511 28800 7200 604800 86400
 ;; communications error to 213.197.27.201#53: end of file

 It doesn't really tell me more.


 -Oorspronkelijk bericht-
 Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
 Verzonden: maandag 15 maart 2010 10:58
 Aan: Frank van den Diepstraten
 CC: pdns-users@mailman.powerdns.com
 Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL 
 forward gives error

 Hi Frank,

 Frank van den Diepstraten schreef:
   
 Hi,

  

 I recently posted the question underneath. While I kept searching I
 found that I had to upgrade to the 2.9.22 version to get the fancy
 records (URL in my case)  AXFR’ed to my secondary name server again.

  

 I just upgraded both my nameservers from version 2.9.21-2 to version
 2.9.22 which is a debian lenny-backports package. But still I get the
 errors:

  

 Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
 test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

 Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of
 'test-cict-1.nl' from remote 'x.x.x.x'

 Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
 transaction started

 Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
 from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
 client

 Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction
 for domain 'test-cict-1.nl' AXFR

 Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl
 from x.x.x.x, we are up to date: 2010031505=2010031505

  

 Is there someone who can help me with this issue? Please respond….

  

 
 I don't use the fancy-records myself but my first step would be to turn
 on debugging on the master and execute a manual dig @master zone AXFR

 Digging in the source code for possible changes with regard to fancy
 records and axfr might give you a clue whether anything has changed in pdns.

 Good luck.

 Regards,

 Ton
   
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users


Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

2010-03-15 Thread Ton van Rosmalen




Hi Frank,

I just closed the ticket for now because I misread the dates on commit
1464.
There is a patch available in the current pdns-source which should
solve the problem you're seeing.

The patch outputs the an A-record when a URL-record is encountered on
the master and a MX-record when a MBOXFW record is encoutered during
AXFR.

I guess you either have to compile pdns from source (as available in
svn) or wait until the next release.

Regards,

Ton


Frank van den Diepstraten schreef:

  Thank you! I will insert the URL record manually now. It only goes wrong with the AXFR, so existing URL forwards still work. Only when I edit a zone with a URL forward in it, it goes wrong. 

I will follow the ticket carefully :)

Thanx again!

-Oorspronkelijk bericht-
Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
Verzonden: maandag 15 maart 2010 14:51
Aan: Frank van den Diepstraten
CC: pdns-users@mailman.powerdns.com
Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

Hi Frank,

Frank van den Diepstraten schreef:
  
  
Sorry I didn't gave all the syslog output. Hereby the log information:

Mar 15 12:10:32 ns1 pdns[16236]: AXFR of domain 'test-cict-1.nl' initiated by x.x.x.x
Mar 15 12:10:32 ns1 pdns[16236]: gmysql Connection succesful
Mar 15 12:10:32 ns1 pdns[16236]: Exception: Unknown record was stored incorrectly, need 3 fields, got 1: http://www.bla.nl
Mar 15 12:10:32 ns1 pdns[16236]: TCP Connection Thread died because of STL error: Unknown record was stored incorrectly, need 3 fields, got 1: http://www.bla.nl

I found something on the internet about it:

http://wiki.powerdns.com/trac/ticket/156

unfortunately I use the package manager and do not prefere to compile the given patch (above) manually. Is there another option to get this working? I can't find any newer powerdns versions where this problem is solved (CS 1464).

  

  
  I justed test my 2.9.22 install with a URL-record and have confirmed the
AXFR-problem. The URL-redirector does work on my master but changes
aren't propagated to the slaves.
I created a ticket (#285) in the bugtracker and will try to get more
information if time allows.

For now I don't see any other options other than either keep on using
your current release of pdns of find some other means of propagating the
changes from the master to the slave (e.g. mysql replication).

Regards,

Ton van Rosmalen

  
  
Hope to hear from you.

Regards,

Frank van den Diepstraten. 

-Oorspronkelijk bericht-
Van: Frank van den Diepstraten 
Verzonden: maandag 15 maart 2010 12:00
Aan: 'Ton van Rosmalen'
CC: pdns-users@mailman.powerdns.com
Onderwerp: RE: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

Hi Ton,

Thank you for responding. I've turned the loglevel to 9 (highest) and get the following output on the master:

ns1 pdns[16091]: AXFR of domain 'test-cict-1.nl' initiated by x.x.x.x

The output of the dig says:

dig @x.x.x.x test-cict-1.nl AXFR

;  DiG 9.5.1-P3  @x.x.x.x test-cict-1.nl AXFR
; (1 server found)
;; global options:  printcmd
test-cict-1.nl. 3600INSOA   ns1. postmaster.concepts.nl. 2010031511 28800 7200 604800 86400
;; communications error to 213.197.27.201#53: end of file

It doesn't really tell me more.


-Oorspronkelijk bericht-
Van: Ton van Rosmalen [mailto:t...@netbase.nl] 
Verzonden: maandag 15 maart 2010 10:58
Aan: Frank van den Diepstraten
CC: pdns-users@mailman.powerdns.com
Onderwerp: Re: [Pdns-users] AXFR tranfers from master to slave with URL forward gives error

Hi Frank,

Frank van den Diepstraten schreef:
  


  Hi,

 

I recently posted the question underneath. While I kept searching I
found that I had to upgrade to the 2.9.22 version to get the fancy
records (URL in my case)  AXFR’ed to my secondary name server again.

 

I just upgraded both my nameservers from version 2.9.21-2 to version
2.9.22 which is a debian lenny-backports package. But still I get the
errors:

 

Mar 15 09:56:57 ns2 pdns[13082]: Received valid NOTIFY for
test-cict-1.nl (id=5420) from master x.x.x.x: 2010031505  2010031504

Mar 15 09:56:58 ns2 pdns[13082]: Initiating transfer of
'test-cict-1.nl' from remote 'x.x.x.x'

Mar 15 09:56:58 ns2 pdns[13082]: AXFR started for 'test-cict-1.nl',
transaction started

Mar 15 09:56:58 ns2 pdns[13082]: Unable to AXFR zone 'test-cict-1.nl'
from remote 'x.x.x.x': EOF trying to read axfr chunk from remote TCP
client

Mar 15 09:56:58 ns2 pdns[13082]: Aborting possible open transaction
for domain 'test-cict-1.nl' AXFR

Mar 15 09:57:00 ns2 pdns[13082]: Received NOTIFY for test-cict-1.nl
from x.x.x.x, we are up to date: 2010031505=2010031505

 

Is there someone who can help me with this issue? Please respond….

 


  

I don't use the fancy-records myself but my first step would be to turn
on debugging on the master and execute a manual dig @master zone AXFR

Digging in the source code for possible changes