From owner-freebsd-questions@FreeBSD.ORG Wed Sep 12 08:21:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013B016A418 for ; Wed, 12 Sep 2007 08:21:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id CA79513C45B for ; Wed, 12 Sep 2007 08:21:09 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 616427FC6 for ; Wed, 12 Sep 2007 04:21:07 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id A1C51B67B9 for ; Wed, 12 Sep 2007 08:21:06 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Wed, 12 Sep 2007 08:21:05 +0000 References: <46E77DD0.3050705@pacific.net.sg> <46E78548.80308@boosten.org> <46E79947.4020604@pacific.net.sg> In-Reply-To: <46E79947.4020604@pacific.net.sg> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709120821.05547.lists-fbsd@shadypond.com> Subject: Re: hosts is ignored X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 08:21:10 -0000 On Wednesday 12 September 2007 07:46:15 Erich Dollansky wrote: > Hi, > > Peter Boosten wrote: > > Erich Dollansky wrote: > >> Hi, > >> > >> I have the feeling to be blind but I cannot find out why my FreeBSD 6.2 > >> machine ignores hosts. > >> > >> host.conf says > >> > >> hosts > >> dns > > > > What is host.conf used for? Never heard of it. > > > > Put the following line in your resolv.conf > > > > lookup file bind > > no change. > > Hosts is still fully ignored. And the permissions for /etc/hosts ? I know it's a dumb question but something like this happened to me once and I discovered that something had changed file permissions so it was not readable. It happened to me in Linux but it's still worth a check.