Re: hostname lookup problem

2004-12-07 Thread David Malone
> > It looks like the recursive name server is doing something weird. > The nameservers I use are 193.216.1.10 (primary DNS) (nic.daxnet.no) and > 193.216.69.10 (secondary DNS) (ns.tele2.no) Wired - when I dig at those two machines they respond with the correct answer. Could there be some sort o

Re: hostname lookup problem

2004-12-07 Thread Hans Petter Selasky
On Tue, Dec 07, 2004 at 09:37:09AM +, David Malone wrote: > On Mon, Dec 06, 2004 at 07:57:09PM +0100, Hans Petter Selasky wrote: > > I have come across a problem where res_send() goes into a minute-long wait > > loop, waiting for the hostname to be looked up, after a getaddrinfo() call. > > I

Re: hostname lookup problem

2004-12-07 Thread David Malone
On Mon, Dec 06, 2004 at 07:57:09PM +0100, Hans Petter Selasky wrote: > I have come across a problem where res_send() goes into a minute-long wait > loop, waiting for the hostname to be looked up, after a getaddrinfo() call. I > have captured the packets sent/received, and according to the code th

hostname lookup problem

2004-12-06 Thread Hans Petter Selasky
Hi, I have come across a problem where res_send() goes into a minute-long wait loop, waiting for the hostname to be looked up, after a getaddrinfo() call. I have captured the packets sent/received, and according to the code the query response does not match. Is this a bug in libc or is it a DNS