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

David J Craigon david at craigon.co.uk
Wed May 26 09:43:04 UTC 2010


Hello,

I'm trying to use zone transfers but they are not working.

With the logging turned up high, I am getting "TCP Connection Thread
died because of STL error: Reading data: Connection reset by peer" in
/var/log/messages. I only get one record sent.
This is even when doing dig -t AXFR @localhost 49.69.109.in-addr.arpa


I'm using the postgresql backend. Here are what my tables look like:

isp=# select * from dns.domains;
 id |          name          | master | last_check |  type  |
notified_serial | account
----+------------------------+--------+------------+--------+-----------------+---------
  3 | 49.69.109.in-addr.arpa |        |            | MASTER |                 |
  4 | 50.69.109.in-addr.arpa |        |            | MASTER |                 |
  5 | 51.69.109.in-addr.arpa |        |            | MASTER |                 |
  2 | 48.69.109.in-addr.arpa |        |            | MASTER |               0 |
(4 rows)

isp=# select * from dns.records;
 id | domain_id |           name            | type |
       content                          | ttl | prio | change_date
----+-----------+---------------------------+------+-----------------------------------------------------------+-----+------+-------------
  3 |         2 | 1.48.69.109.in-addr.arpa  | PTR  |
gw-5.core1.littleowlhosting.com                           |     |
|
  4 |         2 | 2.48.69.109.in-addr.arpa  | PTR  |
gw-5.core2.littleowlhosting.com                           |     |
|
  5 |         2 | 3.48.69.109.in-addr.arpa  | PTR  |
linux-infrastructure.littleowlhosting.com                 |     |
|
  6 |         2 | 25.48.69.109.in-addr.arpa | PTR  |
gw-4.core1.littleowlhosting.com                           |     |
|
  7 |         2 | 26.48.69.109.in-addr.arpa | PTR  |
gw-4.core2.littleowlhosting.com                           |     |
|
  8 |         2 | 33.48.69.109.in-addr.arpa | PTR  |
gw-9.core1.littleowlhosting.com                           |     |
|
  9 |         2 | 34.48.69.109.in-addr.arpa | PTR  |
gw-9.core2.littleowlhosting.com                           |     |
|
 10 |         2 | 49.48.69.109.in-addr.arpa | PTR  |
gw-12.core1.littleowlhosting.com                          |     |
|
 11 |         2 | 50.48.69.109.in-addr.arpa | PTR  |
gw-12.core2.littleowlhosting.com                          |     |
|
 12 |         2 | 65.48.69.109.in-addr.arpa | PTR  |
gw-13.core1.littleowlhosting.com                          |     |
|
 13 |         2 | 66.48.69.109.in-addr.arpa | PTR  |
gw-13.core2.littleowlhosting.com                          |     |
|
 14 |         2 | 48.69.109.in-addr.arpa    | SOA  |
ns1.dns.littleowlhosting.com support at littleowlhosting.com |     |
|
 15 |         2 | 22.48.69.109.in-addr.arpa | PTR  |
dns1.r-dns.littleowlhosting.com                           |     |
|
 16 |         2 | 18.48.69.109.in-addr.arpa | PTR  |
dns2.r-dns.littleowlhosting.com                           |     |
|
 17 |         2 | 48.69.109.in-addr.arpa    | NS   |
ns1.dns.littleowlhosting.com                              |     |
|
 18 |         2 | 48.69.109.in-addr.arpa    | NS   | ns01.backupdns.com


The only configuration change I have made is to put all of the tables
in the "dns" schema, so I have modified the queries in
/etc/pdns/pdns.conf.

Any ideas why it doesn't work?

David


More information about the Pdns-users mailing list