Re: [Pdns-users] pipe-abi-version

2017-04-13 Thread Patrick Domack
Must have been something in 4.0.2 I hadn't upgraded the server I was testing on, after upgrading it to 4.0.3, it worked fine. Quoting Patrick Domack : I was updating my pipe backend and notice there are now abi levels. Updated my script to handle abi level 3, and then noticed powerdns fai

[Pdns-users] pipe-abi-version

2017-04-13 Thread Patrick Domack
I was updating my pipe backend and notice there are now abi levels. Updated my script to handle abi level 3, and then noticed powerdns failed to start due to known config option pipe-abi-version. https://doc.powerdns.com/md/authoritative/backend-pipe/#pipebackend-protocol I am running powe

[Pdns-users] Strange query results

2017-04-13 Thread Ronald Roeleveld
Hi there everyone, I've just started setting up my first pdns master with mariadb backend running on a RPi2 with DietPi (latest) installed. Pdns is running both as authoritive aswell as recursive. When I perform a nslookup to from client pc's (Windows 10) something strange seems to happen. The q

Re: [Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread Brian Candler
On 13/04/2017 17:06, David Jones wrote: https://doc.powerdns.com/md/authoritative/migration/ I have not had much success with this script. About 2 years ago I switched our DNS hosting from BIND to PowerDNS with about 2,000 zones and this script didn't work well. I've used it recentl

Re: [Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread David Jones
>From: Brian Candler >Sent: Thursday, April 13, 2017 10:42 AM >To: David Jones; Fabian A. Santiago; pdns-users@mailman.powerdns.com >Subject: Re: [Pdns-users] Zone transfer from previous DNS (Google domains)   >On 13/04/2017 16:22, David Jones wrote: >> It would be nice if there was a script/t

Re: [Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread Brian Candler
On 13/04/2017 16:22, David Jones wrote: It would be nice if there was a script/tool that could read an input file (CSV or BIND formatted file) and add them via the API. Maybe someone has done this or knows of something. zone2sql does this nicely, if you're happy to write directly to the datab

Re: [Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread David Jones
>From: Pdns-users on behalf of Fabian >A. Santiago > >Sent: Thursday, April 13, 2017 9:47 AM >To: pdns-users@mailman.powerdns.com >Subject: [Pdns-users] Zone transfer from previous DNS (Google domains) >Would anyone here have any idea on how to zone transfer all records for >a particular domain

[Pdns-users] Zone transfer from previous DNS (Google domains)

2017-04-13 Thread Fabian A. Santiago
Hello, Would anyone here have any idea on how to zone transfer all records for a particular domain from Google domains to my new pdns self-hosted DNS server? Google tells me it's not possible but I also question the technical prowess of the support rep I spoke to. -- Thanks. Fabian S. Open

Re: [Pdns-users] Solaris 11 SPARC pdns recursor compilation

2017-04-13 Thread Дмитрий Клим
BTW, I compiled gcc 4.9.4 but it got the same error as gcc 5.4.0. So now I'm take a look at files generated for assembler. This is the command which generates file from ws-recursor.cc for as: /opt/gcc-5.4.0/libexec/gcc/sparc-sun-solaris2.11/5.4.0/cc1plus -quiet -I . -I ./ext/yahttp -I /opt/boost_

Re: [Pdns-users] Solaris 11 SPARC pdns recursor compilation

2017-04-13 Thread Дмитрий Клим
Thaigo, gcc 4.8.2 uses libstdc++.so.6.0.18, gcc 5.4.0 - libstdc++.so.6.0.21 2017-04-13 0:08 GMT+03:00 Thiago Farina : > > > On Tue, Apr 11, 2017 at 2:31 PM, Дмитрий Клим > wrote: > >> Hello guys, >> I'm using pdns recursor 3.7.3 now (Solaris 11 sparc) which was compiled >> from sources. >> And I