[21093] in Athena Bugs

home help back first fref pref prev next nref lref last post

Re: hostinfo oddity

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Nov 19 17:57:15 2002

Date: Tue, 19 Nov 2002 17:57:13 -0500 (EST)
Message-Id: <200211192257.RAA12862@indian-burial-ground-pet-store.mit.edu>
From: Garry Zacheiss <zacheiss@MIT.EDU>
To: "James M. Kretchmar" <kretch@MIT.EDU>
CC: bugs@MIT.EDU
In-reply-to: "[21090] in Athena Bugs"

>> mission-control:29521.null% hostinfo nw12-rtr-1
>> No such host 'nw12-rtr-1'.

   This starts making much more sense once you run the "host" command
that hostinfo is a wrapper around:

[zacheiss@indian-burial-ground-pet-store] ~/dev/third/bind/bin/dig$ host -v nw12-rtr-1
Trying "nw12-rtr-1.MIT.EDU"
;; Truncated, retrying in TCP mode.
Trying "nw12-rtr-1"
Host nw12-rtr-1 not found: 3(NXDOMAIN)
Received 103 bytes from 127.0.0.1#53 in 3 ms

   So the bug is that it gets back a response too large for a UDP
packet, retries with TCP, but doesn't append the default domain
correctly.  This bug is fixed in BIND 9.2.2-rc1, and will submit the
patch that fixes it source-reviewers.

Garry

home help back first fref pref prev next nref lref last post