<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've got a stability problem with powerdns version 
2.9.13.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>First I will tell you my 
configuration.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm running powerdns on a windows 2000 enviroment, 
with the data stored in a SQL database.</FONT></DIV>
<DIV><FONT face=Arial size=2>I've created the table using the SQL queries 
described in SQLlite, and after that I manually changed the ID part of the 
tables to autonumber.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>for testing I created a single zone with around 
1000 records for a single domain.</FONT></DIV>
<DIV><FONT face=Arial size=2>for this I used zone2sql with the 
--gmysql output.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>the sql query created by this program runs fine. 
and my table is filled without errors.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>the SQL database will be connected through 
ODBC.</FONT></DIV>
<DIV><FONT face=Arial size=2>everything runs fine.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>but now, if I start nslookup on my win2k 
workstation, and take the following steps;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>>server {ip adres of my test 
server}</FONT> </DIV>
<DIV><FONT face=Arial size=2>>ls testdomain.ext</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ok this still works fine, and my list will be 
returned</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>then directly after I received the whole list (1000 
records) I reenter the command</FONT></DIV>
<DIV><FONT face=Arial size=2> >ls testdomain.ext</FONT></DIV>
<DIV><FONT face=Arial size=2>sometimes it works, but sometimes the testserver 
becomes irresponsive causing NSLOOKUP to have a fatal exception 
error.</FONT></DIV>
<DIV><FONT face=Arial size=2>if the second time doesn't end up in failure, it 
will do the third time.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>if I look at the output on the screen it looks like 
this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>---</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>H:\!pdns\hele program dir>pdns<BR>This is module 
godbcbackend reporting<BR>This is module gsqlite reporting<BR>Listening on named 
pipe.<BR>It is advised to bind to explicit addresses with the --local-address 
option<BR>UDP server bound to 0.0.0.0:53<BR>TCP server bound to 
0.0.0.0:53<BR>PowerDNS 2.9.13-WIN32 (C) 2001-2003 PowerDNS.COM BV (Nov 30 2003, 
03:30:37) starting up<BR>PowerDNS comes with ABSOLUTELY NO WARRANTY. This is 
free software, and you are welcome to redistribute it according to the terms of 
the GPL version 2.<BR>DNS Proxy launched, local port 41776, remote 
127.0.0.1:5300<BR>Creating backend connection for TCP<BR>Launched webserver on 
127.0.0.1:8081<BR>godbc Connection succesful<BR>About to create 3 backend 
threads<BR>godbc Connection succesful<BR>godbc Connection succesful<BR>godbc 
Connection succesful<BR>AXFR of domain 'interconnect.nl' initiated by 
212.83.192.131<BR>godbc Connection succesful<BR>AXFR of domain 'interconnect.nl' 
to 212.83.192.131 finished<BR>AXFR of domain 'interconnect.nl' initiated by 
212.83.192.131<BR>godbc Connection succesful<BR>AXFR of domain 'interconnect.nl' 
to 212.83.192.131 finished<BR>AXFR of domain 'interconnect.nl' initiated by 
212.83.192.131<BR>godbc Connection succesful<BR>TCP Connection Thread caught 
unknown exception.<BR>Caught unknown exception in Distributor thread 
3102680<BR>Caught unknown exception in Distributor thread 3102968<BR>Caught 
unknown exception in Distributor thread 3103232</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>H:\!pdns\hele program dir>zone2dns</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>---</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>the last three errors are displayed if I reconnect 
with a new NSLOOKUP session. after 3 lookups the pdns.exe just 
quits.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>in a way it seems that the odbc connection backed 
up. so no more connections are allowed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Somebody any 
suggestions?</FONT></DIV></BODY></HTML>