[hobbit] Error in bb-network.log
Henrik,
After a short test, the problem remains, but what i do see is that when i put the --no-ares option,the following row in bbtest goes up ...
DNS lookups completed 1106554182.581252 30.254821
Cheers,
Wim
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: maandag 24 januari 2005 8:40 To: hobbit at hswn.dk Subject: Re: [hobbit] Error in bb-network.log
On Mon, Jan 24, 2005 at 08:25:32AM +0100, Wim De Houwer wrote:
Hello Henrik,
I see alot of following errors in my bb-network.log:
2005-01-24 08:19:44 WARNING: Runtime 477 longer than time limit (300) 2005-01-24 08:20:14 dns_queue_run deadlock - loops=834
There is some sort of problem with your DNS lookups, causing them to timeout. Check if your /etc/resolv.conf points at the correct DNS servers and that they actually do respond to lookups - e.g. pick some of the hostnames from your bb-hosts file and try to run a "nslookup HOST" on them.
I have one report that the ARES library used by bbtest-net does not work properly with some DNS servers. So you could try adding the "--no-ares" option to the bbtest-net command in hobbitlaunch.cfg. If that makes the problem go away, I'd like to know a bit more about your DNS server setup - like what kind of DNS servers are you querying?
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Mon, Jan 24, 2005 at 09:11:54AM +0100, Wim De Houwer wrote:
Henrik,
After a short test, the problem remains,
This would appear to point at a DNS server problem.
but what i do see is that when i put the --no-ares option,the following row in bbtest goes up ...
DNS lookups completed 1106554182.581252 30.254821
That's to be expected. The standard resolver library is slower than ARES, because it does one lookup at a time, whereas ARES runs multiple lookups in parallel.
Henrik
participants (2)
-
henrik@hswn.dk
-
wdehouwer@be.tiscali.com