From owner-freebsd-newbies Tue Feb 19 17:44: 4 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id 3E60C37B400 for ; Tue, 19 Feb 2002 17:44:00 -0800 (PST) Received: from mvaexch02.acuson.com ([157.226.230.209]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA3BA5; Tue, 19 Feb 2002 17:43:58 -0800 Received: by mvaexch02.acuson.com with Internet Mail Service (5.5.2653.19) id <17X6B9QC>; Tue, 19 Feb 2002 17:42:58 -0800 Received: from there (dhcp-46-150.acuson.com [157.226.46.150]) by mvaexch01.acuson.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id CJVD2CLF; Tue, 19 Feb 2002 17:33:57 -0800 From: Johnson David To: Shawn Halloran , freebsd-newbie Content-Type: text/plain; charset="iso-8859-1" Organization: Acuson Subject: Re: Boot sequence hangs Date: Tue, 19 Feb 2002 17:43:54 -0800 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020220014400.3E60C37B400@hub.freebsd.org> Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tuesday 19 February 2002 05:19 pm, Shawn Halloran wrote: > "Starting standard daemons: inted cron sshd usbd sendmail" > > The boot process hangs at this point for almost five minutes This has happened to me before. As I recall, it was due to sendmail trying to qualify an unqualifiable host name. Your host needs a FQDN (fully qualified domain name). Either give your host a full name, or disable sendmail. The command "hostname" will tell you the full host name of your machine. If it's just a simple one word name like "mymachine", then sendmail will grumble. You need something on the order of "mymachine.my.domain". If you're on a network, your sysadmin will tell you your full host name. If you're the sysadmin, start boning up on hostname by reading the hostname manpage in section 7 (type "man 7 hostname"). David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message