[Pdns-users] pdns ddns Performance

2016-03-08 Thread Thomas Mieslinger
Hi, maybe you remember my message regarding suboptimal ddns update performance. A colleague helped me to identify the list_subzone_query as the performance killer. The original where clause is disabled=0 and (name='%s' OR name like '%s') and domain_id='%d' with %. as second argument. Wh

Re: [Pdns-users] pdns-recursor 0.0.759g02abb90-1 (4.0 master) vs. getent?

2016-03-08 Thread Pieter Lexis
Hello Michael, On Tue, 8 Mar 2016 16:32:26 +0100 Bit World Computing - Michael Mertel wrote: > I was wondering why an apt-get update cannot resolve repo.powerdns.com, but a > ping is able to do so. This only happens if /etc/resolv.conf points to my > recursor. If I use 8.8.8.8 as nameserver ev

[Pdns-users] pdns-recursor 0.0.759g02abb90-1 (4.0 master) vs. getent?

2016-03-08 Thread Bit World Computing - Michael Mertel
Hi, I’am currently running the latest pdns-recursor 4.x master on Ubuntu 14.04. I was wondering why an apt-get update cannot resolve repo.powerdns.com, but a ping is able to do so. This only happens if /etc/resolv.conf points to my recursor. If I use 8.8.8.8 as nameserver everything works as ex