Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-29 Thread Mark Scholten
> Sent: Monday, October 29, 2012 3:17 PM > Op 29-10-12 15:03, Peter van Dijk schreef: > > Hello, On Oct 29, 2012, at 9:35 , Peter van Dijk wrote: > >> Depending on your needs, you could write a script to do the cleanup > >> yourself. The last_check column is a decent indicator of master > >> uptime

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-29 Thread a b
> You could do the replication in the database (e.g. postgresql with > slony). Then you do not need the supermaster feature. That is something we are actually trying to avoid at all costs: we have Oracle doing regular notify and transfer requests on port 53. We explicitly do not want to depend

Re: [Pdns-users] IMPORTANT: please help us test the uncommon backends!

2012-10-29 Thread a b
> To support a backend, it needs to be tested automatically - preferably after > each commit. Our testing infrastructure runs Debian 6, and as far I have > seen, setting up Oracle on it would be a pain. > > To get the oracle backend into testing, I see two options > (a) provide us with good and

Re: [Pdns-users] txt record adds \

2012-10-29 Thread Peter van Dijk
Hello Steffan, On Oct 29, 2012, at 15:03 , Steffan Noord wrote: > When I look in mysql I see this txt record > v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4G….. > > but when i do a digg to the txt record im getting the response > v=DKIM1\; k=rsa\; > so the \ is added > > is this a bug, normal,

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-29 Thread Ton van Rosmalen
Hi, Op 29-10-12 15:03, Peter van Dijk schreef: Hello, On Oct 29, 2012, at 9:35 , Peter van Dijk wrote: Depending on your needs, you could write a script to do the cleanup yourself. The last_check column is a decent indicator of master uptime, in the current implementation. Note that THIS MIGHT

[Pdns-users] txt record adds \

2012-10-29 Thread Steffan Noord
Hello list, When I look in mysql I see this txt record v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4G... but when i do a digg to the txt record im getting the response v=DKIM1\; k=rsa\; so the \ is added is this a bug, normal, or am i doing something wrong Thanxs Steffan ___

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-29 Thread Peter van Dijk
Hello, On Oct 29, 2012, at 9:35 , Peter van Dijk wrote: > Depending on your needs, you could write a script to do the cleanup yourself. > The last_check column is a decent indicator of master uptime, in the current > implementation. Note that THIS MIGHT CHANGE. If someone happens to have, or in

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-29 Thread Klaus Darilion
On 28.10.2012 23:13, a b wrote: > > How to get PowerDNS to delete zones that are deleted on a Supermasters? > > I don't think that is possible: you'll have to delete zones manually > from your PowerDNS `domains` and `records` tables. If I have a large PowerDNS deployment, let us say one su

Re: [Pdns-users] pdns with one mysql backend down and one up fails to process queries

2012-10-29 Thread Frank Louwers
HAproxy is very much production ready! MySQL-proxy works, but has gotchas and bugs. Best to work around mysql-proxy if you can! Regards, Frank -- Frank Louwers COO Openminds http://www.openminds.be/ Schrijf je in op onze nieuwsbrief: http://openminds.be/nieuwsbrief Stefan Tobé wrote: OK

Re: [Pdns-users] pdns with one mysql backend down and one up fails to process queries

2012-10-29 Thread Peter van Dijk
Hello Stefan, On Oct 29, 2012, at 10:00 , Stefan Tobé wrote: > OK thanks, HAproxy or mysql-proxy.are these production ready in your opinion? I have in the past been responsible for HAproxy-based failover setups, and they worked well. I do not have a lot of experience with mysql-proxy, so no opi

Re: [Pdns-users] pdns with one mysql backend down and one up fails to process queries

2012-10-29 Thread Stefan Tobé
OK thanks, HAproxy or mysql-proxy.are these production ready in your opinion? On Mon, Oct 29, 2012 at 9:42 AM, Peter van Dijk < peter.van.d...@netherlabs.nl> wrote: > Hello Stefan, > > On Oct 29, 2012, at 9:39 , Stefan Tobé wrote: > > > Thanks, for you reply > > Is it correct -taking your answer

Re: [Pdns-users] pdns with one mysql backend down and one up fails to process queries

2012-10-29 Thread Peter van Dijk
Hello Stefan, On Oct 29, 2012, at 9:39 , Stefan Tobé wrote: > Thanks, for you reply > Is it correct -taking your answer into account- to state that multiple Mysql > backends configured in pdns.conf is only there to provide load balancing to > the mysq servers and NOT to increase availability of

Re: [Pdns-users] IMPORTANT: please help us test the uncommon backends!

2012-10-29 Thread Peter van Dijk
Hello, On Oct 28, 2012, at 23:04 , a b wrote: > We cannot live without the "oracle" (not "goracle") backend; if it weren't > for it, PowerDNS would not be a viable option. > > If you can tell us exactly what it is that you would need to keep supporting > it, we might be able to produce it. >

Re: [Pdns-users] pdns with one mysql backend down and one up fails to process queries

2012-10-29 Thread Stefan Tobé
Thanks, for you reply Is it correct -taking your answer into account- to state that multiple Mysql backends configured in pdns.conf is only there to provide load balancing to the mysq servers and NOT to increase availability of a backend to the dns service? In other words: if load on the mysql back

Re: [Pdns-users] Automatically delete zones that are deleted on Supermaster

2012-10-29 Thread Peter van Dijk
Hello, On Oct 28, 2012, at 23:13 , a b wrote: > > > How to get PowerDNS to delete zones that are deleted on a Supermasters? > > > > I don't think that is possible: you'll have to delete zones manually > > from your PowerDNS `domains` and `records` tables. > > If I have a large PowerDNS deployme

Re: [Pdns-users] pdns with one mysql backend down and one up fails to process queries

2012-10-29 Thread Peter van Dijk
Hello Stefan, On Oct 28, 2012, at 19:45 , s-tobe wrote: > # gmysql-socket= > > # MULTI BACKEND OPERATION, TWO INSTANCES > launch=gmysql,gmysql:connection2 > > > gmysql-connection2-password=... > gmysql-connection2-host=IP B1 > gmysql-connection2-user=power_admin > gmysql-connection2-dbname=pdn