Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 1997 08:43:14 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Resolver broken? [Was:nfs startup - perhaps it is a problem]
Message-ID:  <19970915084314.IA03797@uriah.heep.sax.de>
In-Reply-To: <199709150141.CAA26286@awfulhak.demon.co.uk>; from Brian Somers on Sep 15, 1997 02:41:19 %2B0100
References:  <199709142148.OAA22603@usr09.primenet.com> <199709150141.CAA26286@awfulhak.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
As Brian Somers wrote:

> Does it help if you put entries with trailing dots in /etc/hosts ?
> 
> 10.0.0.1 my.machine my
> 10.0.0.1 my.machine. my.

I've once noticed that this did indeed help, yes.  But in my case it
was sendmail that complained it didn't find the onw host.  I forgot
the details, but i think the /etc/hosts part of the resolver library
is broken with this.  Ah, yes, i remember: sendmail apparently tries
to lookup "${hostname}.", i.e. it calls gethostname(2), and appends a
dot to force DNS to not use the search order.  The /etc/hosts part of
the resolver library cannot handle this unless the host is listed with
the trailing dot in /etc/hosts.  I think this is a bug, and this part
of the resolver library should just remove a trailing dot, to be
(bug-)compatible to the DNS part.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970915084314.IA03797>