From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 08:51:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8CC37B401 for ; Tue, 12 Aug 2003 08:51:03 -0700 (PDT) Received: from tonnant.cnchost.com (tonnant.concentric.net [207.155.248.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313E343F3F for ; Tue, 12 Aug 2003 08:51:03 -0700 (PDT) (envelope-from mwoodson@sricrm.com) Received: from squelcher.redlands (bdsl.66.14.215.39.gte.net [66.14.215.39]) by tonnant.cnchost.com id LAA04277; Tue, 12 Aug 2003 11:50:59 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: From: Mark Woodson Organization: Statistical Research, Inc. To: s4021760@student.uq.edu.au Date: Tue, 12 Aug 2003 08:52:19 -0700 User-Agent: KMail/1.5.3 References: <1060683011.3f38bd03e1d79@my.uq.edu.au> In-Reply-To: <1060683011.3f38bd03e1d79@my.uq.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308120852.19756.mwoodson@sricrm.com> cc: freebsd-questions@freebsd.org Subject: Re: Problem with /etc/hosts on FreeBSD 5.1??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 15:51:03 -0000 On Tuesday 12 August 2003 03:10 am, s4021760@student.uq.edu.au wrote: > Hi, > I just loaded freeBSD 5.1 and ran into some trouble....I have edited > the /etc/hosts file to show the required name....but when I boot up the > system hangs and gives the message "...My unspecified name is > BLAA......Sleeping for retry" It comes out of this loop if I hit ^C. I have That's sendmail saying it can't figure out the host name. Unless the machine is handling mail, it's not really a big deal. It's not really hanging, you're just not being patient enough in letting it timeout. Configure sendmail properly or disable it entirely to fix the problem. The problem isn't really /etc/hosts. -Mark