<div dir="ltr"><div>Hi,</div><div><br></div><div>max_connections is set to 500 and we're not hitting it. <br></div><div><br></div><div>Thanks,</div><div>Rob.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 8 Feb 2019 at 08:52, Otto Moerbeek <<a href="mailto:otto@drijf.net">otto@drijf.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Feb 07, 2019 at 05:11:57PM +0000, Rob Campbell wrote:<br>
<br>
> Hi,<br>
> <br>
> I'm trying to switch from mydns-ng to powerdns 4.1.6 with the mydns<br>
> backend. It seems to be working fine on my quietest nameserver but on a<br>
> busy one it starts returning REFUSED to queries after a few minutes and I<br>
> can't work out why as it's not logging any errors. I tried setting<br>
> loglevel=6 and still didn't get anything logged. How can I get some logs<br>
> showing why it's returning REFUSED?<br>
> Seems like we ramp up to over 70 TCP connections quite quickly and we're<br>
> fine at first but once we hit that many either the backend can't keep up or<br>
> we're hitting some limit I've not found.<br>
<br>
Try checking the mysql max_connections parameter. That is a parameter<br>
that can be set in the my.cnf config file and runtime as well iirc.<br>
Mysql will normally log an error if the max connection limit is hit.<br>
Where it logs is depedendent on its configuration.<br>
<br>
<a href="https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_connections" rel="noreferrer" target="_blank">https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_connections</a><br>
<br>
Replace the version with your particular mysql version.<br>
<br>
I do not know how many mysql connections the mydns backend is supposed<br>
to use. If increasing the limit does not work out, we can investiate<br>
further. <br>
<br>
Migration to the gmysql backend is a good thing, considering the<br>
limited features of the mydns backend.<br>
<br>
        -Otto<br>
<br>
> <br>
> Config is:<br>
> <br>
> launch=<br>
> security-poll-suffix=<br>
> server-id=<br>
> include-dir=/etc/powerdns/pdns.d<br>
> setgid=pdns<br>
> setuid=pdns<br>
> version-string=anonymous<br>
> max-tcp-connections=1024<br>
> receiver-threads=8<br>
> reuseport=yes<br>
> cache-ttl=60<br>
> loglevel=6<br>
> launch+=mydns<br>
> mydns-soa-active=no<br>
> mydns-rr-active=no<br>
> <br>
> Can anyone help me work out why it's refusing queries?<br>
> <br>
> Kind regards,<br>
> Rob Campbell.<br>
<br>
> _______________________________________________<br>
> Pdns-users mailing list<br>
> <a href="mailto:Pdns-users@mailman.powerdns.com" target="_blank">Pdns-users@mailman.powerdns.com</a><br>
> <a href="https://mailman.powerdns.com/mailman/listinfo/pdns-users" rel="noreferrer" target="_blank">https://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
<br>
</blockquote></div>