From owner-freebsd-questions@FreeBSD.ORG Tue Apr 13 05:28:03 2004 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 D289416A4CE for ; Tue, 13 Apr 2004 05:28:03 -0700 (PDT) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D40243D58 for ; Tue, 13 Apr 2004 05:28:03 -0700 (PDT) (envelope-from dlodeiro@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id 7A7CC23810B; Tue, 13 Apr 2004 22:27:57 +1000 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 05872-10; Tue, 13 Apr 2004 22:27:57 +1000 (EST) Received: from 192.168.1.122 (dsl-74.217.240.220.dsl.comindico.com.au [220.240.217.74]) by lysander.inspired.net.au (Postfix) with ESMTP id D37E02380C8; Tue, 13 Apr 2004 22:27:56 +1000 (EST) From: David Lodeiro To: Don Date: Tue, 13 Apr 2004 22:25:33 +0000 User-Agent: KMail/1.6 References: <200403312114.16729.dlodeiro@inspired.net.au> <20040331102037.S2589@calis.blacksun.org> In-Reply-To: <20040331102037.S2589@calis.blacksun.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404132225.33163.dlodeiro@inspired.net.au> X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at inspired.net.au cc: freebsd-questions@freebsd.org Subject: Re: Bootup stalls on "Initial i386 initialization" 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, 13 Apr 2004 12:28:03 -0000 On Wed, 31 Mar 2004 03:21 pm, you wrote: > > I have a server that stalls during bootup for about 5 minutes. It shows > > > > Starting sshd > > > > and then stalls, If I press Ctrl C to cancel whatever it is that is > > stalling, it shows > > Stalls during boot are often the result of DNS timeouts. Do you have a DNS > server defined in /etc/resolve.conf and if so is it accessible? That was exactly the problem, I added the machines hostname and the DNS server addresses to /etc/resolve.conf and all is good now. It also solved another problem which was that I could only log in through ssh whilst in the network, I couldnt from outside even though the router redirects port 22. > > -Don Thanks David