Re: [Pdns-users] AXFR error using dnsdist

2019-04-26 Thread Remi Gacogne
Hi Marc, On 4/25/19 8:24 PM, Marc Wijtkamp via Pdns-users wrote: > setLocal('192.168.1.1') [...] > newServer({address='192.168.1.1', name='master', pool={'master'}}) [...] > addAction(OrRule({QTypeRule(dnsdist.SOA), QTypeRule(dnsdist.AXFR), > QTypeRule(dnsdist.IXFR)}), PoolAction('master')) Am I

[Pdns-users] AXFR error using dnsdist

2019-04-25 Thread Marc Wijtkamp via Pdns-users
Hi fooks, I've something strange: When I don't use dnsdist on my master dns, axfr to my slave works. When I place dnsdist in front of the master dns I get and AXFR error. The exact error is, when running a pdns_control retrieve example.com (replaced the actual domainname with example.com: pdns_se

Re: [Pdns-users] AXFR Error: Unknown record was stored incorrectly, need 3 fields, got 1

2012-07-04 Thread Anthony Eden
On Wed, Jul 4, 2012 at 2:02 AM, Anthony Eden wrote: > Sorry, I sent this to Peter directly and did not CC the list... > > On Tue, Jul 3, 2012 at 7:06 PM, Peter van Dijk < > peter.van.d...@netherlabs.nl> wrote: > >> Hello Anthony, >> >> On Jul 3, 2012, at 17:41 , Anthony Eden wrote: >> >> > I am u

Re: [Pdns-users] AXFR Error: Unknown record was stored incorrectly, need 3 fields, got 1

2012-07-03 Thread Anthony Eden
Sorry, I sent this to Peter directly and did not CC the list... On Tue, Jul 3, 2012 at 7:06 PM, Peter van Dijk wrote: > Hello Anthony, > > On Jul 3, 2012, at 17:41 , Anthony Eden wrote: > > > I am using PowerDNS 3 with a MySQL backend and am attempting an AXFR, > however I am receiving the follo

Re: [Pdns-users] AXFR Error: Unknown record was stored incorrectly, need 3 fields, got 1

2012-07-03 Thread Peter van Dijk
Hello Anthony, On Jul 3, 2012, at 17:41 , Anthony Eden wrote: > I am using PowerDNS 3 with a MySQL backend and am attempting an AXFR, however > I am receiving the following error for a URL record (which we store and > handle with a custom backend during normal resolution) > > Exception: Unkn

[Pdns-users] AXFR Error: Unknown record was stored incorrectly, need 3 fields, got 1

2012-07-03 Thread Anthony Eden
I am using PowerDNS 3 with a MySQL backend and am attempting an AXFR, however I am receiving the following error for a URL record (which we store and handle with a custom backend during normal resolution) Exception: Unknown record was stored incorrectly, need 3 fields, got 1 This error is descr

[Pdns-users] AXFR error

2009-03-08 Thread bert hubert
Johan, Check if your domain_id field is filled out correctly for all records in your zone. It looks like they aren't. To check manually, try: select id from domains where name='example.com'; select * from records wher domain_id=123; where 123 is the domain id. Then check to see if you see all