Re: [Pdns-users] TCP Connection Thread died because of STL error: Reading data: Connection reset by peer

2010-05-27 Thread Kenneth Marshall
Yes. As Seth pointed out, the generic-* backend does not support Autoserial. Try the OpenDBX backend which has Autoserial support since 2.9.22. Regards, Ken On Wed, May 26, 2010 at 09:22:47PM -0700, Seth Mattinen wrote: On 5/26/10 6:29 AM, David J Craigon wrote: Any idea how to get

Re: [Pdns-users] TCP Connection Thread died because of STL error: Reading data: Connection reset by peer

2010-05-26 Thread David J Craigon
Adding a TTL doesn't help. Without one, ordinary queries are responded to with the default TTL. David On 26 May 2010 11:07, bert hubert bert.hub...@netherlabs.nl wrote: On Wed, May 26, 2010 at 10:43:04AM +0100, David J Craigon wrote: isp=# select * from dns.records;  id | domain_id |  

Re: [Pdns-users] TCP Connection Thread died because of STL error: Reading data: Connection reset by peer

2010-05-26 Thread David J Craigon
DB schema is exactly as here: http://doc.powerdns.com/generic-mypgsql-backends.html with the only difference that I have put these tables in a schema dns in the database, since I want to use the database for other things too. These are my database queries- they are exactly the same as the

Re: [Pdns-users] TCP Connection Thread died because of STL error: Reading data: Connection reset by peer

2010-05-26 Thread David J Craigon
I've got to the bottom of it, sort of. Firstly, only dig seems to cause this problem If I try it with nslookup on Windows, it seemed to work. It works if I put in a manual serial number in the SOA records. Otherwise PowerDNS was putting out 0 a serial number in the SOA, which dig didn't like.

Re: [Pdns-users] TCP Connection Thread died because of STL error: Reading data: Connection reset by peer

2010-05-26 Thread Seth Mattinen
On 5/26/10 6:29 AM, David J Craigon wrote: Any idea how to get automatic serial numbers working? Autoserial is not supported in the generic backends: http://doc.powerdns.com/generic-mypgsql-backends.html Table A-5. Generic PgSQL and MySQL backend capabilities Native Yes - but PostgreSQL