Hello to all, im getting several timeout errors in a recenly installed powerdns 3.1 server, this is autoritative/resolver server, pns running in public interface and resolver running in localhost, this is the error:<br><br>
Recursive query for remote x.x.x.x:1044 with internal id 180 was not answered by backend within timeout, reusing id<br><br>im using mysql backend. this is a powerfull server, 2 x quad core running centos 64 bit, 32 gb ram.<br>
<br>i tunned mysql using the my-huge example, so i dont think this is a db problem, but may be im wring, what should i check to isolate the problem?<br><br>this is my pdns.conf file:<br>setuid=pdns<br>setgid=pdns<br>allow-recursion=<a href="http://127.0.0.0/8">127.0.0.0/8</a> \<br>
y.y.y.y \<br>z.z.z.z<br>cache-ttl=300<br>daemon=yes<br>disable-tcp=yes<br>distributor-threads=25<br>guardian=yes<br>launch=gmysql<br>gmysql-host=127.0.0.1<br>gmysql-dbname=powerdns<br>gmysql-user=pdns<br>gmysql-password=xxx<br>
lazy-recursion=yes<br>local-address=x.x.x.x<br>local-port=53<br>log-dns-details=no<br>log-dns-queries=no<br>log-failed-updates=no<br>max-cache-entries=2000000<br>negquery-cache-ttl=0<br>query-cache-ttl=300<br>query-logging=no<br>
receiver-threads=25<br>recursive-cache-ttl=300<br>recursor=127.0.0.1<br>webserver=yes<br>webserver-address=x.x.x.x<br><br>and this is the recursor.conf file:<br>setuid=pdns-recursor<br>setgid=pdns-recursor<br>daemon=yes<br>
dont-query=<a href="http://127.0.0.0/8">127.0.0.0/8</a><br>local-address=127.0.0.1<br>local-port=53<br>log-common-errors=no<br>max-cache-entries=3000000<br>max-negative-ttl=0<br>max-packetcache-entries=3000000<br>packetcache-servfail-ttl=0<br>
quiet=yes<br>threads=25<br><br>regards,<br>---Miguel<br>