From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 12:13:26 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 210A116A4BF for ; Thu, 28 Aug 2003 12:13:26 -0700 (PDT) Received: from mail.verizonwireless.com (61.sub-199-74-158.myvzw.com [199.74.158.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E7A043FDD for ; Thu, 28 Aug 2003 12:13:25 -0700 (PDT) (envelope-from Kevin.Greenidge1@VerizonWireless.com) Received: Received: from mail.verizonwireless.comh7SJDPJb025256; Thu, 28 Aug 2003 15:13:26 -0400 (EDT) Received: by hqbedigwy2.uswin.ad.vzwcorp.com with Internet Mail Service (5.5.2656.59) id ; Thu, 28 Aug 2003 15:13:19 -0400 Message-ID: From: Kevin.Greenidge1@VerizonWireless.com To: david@landgren.net Date: Thu, 28 Aug 2003 15:13:18 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" cc: questions@freebsd.org Subject: RE: System very slow to boot 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: Thu, 28 Aug 2003 19:13:26 -0000 I really don't want sendmail anyway so I will definitly try your suggestion. I have a dialup account and my freebsd box gets it's ip/dns info via dhcp from the router. It looks like I'll have to setup dns locally then so it works whether I'm connected online or not and see if that works. Kevin -----Original Message----- From: David Landgren [mailto:david@landgren.net] Sent: Thursday, August 28, 2003 2:04 PM To: Kevin.Greenidge1@verizonwireless.com Cc: questions@freebsd.org Subject: Re: System very slow to boot Kevin.Greenidge1@VerizonWireless.com wrote: > 1) Since reloading my system I find that it is very slow to boot. It looks > like it hangs while trying the load the sendmail and sendmail-client > daemons. It eventually boots after 20 minutes or so. I tried disabling > sendmail but it still boots very slow. The initial bootup right after On the chance that you really don't want sendmail (if only to run a different MTA such as exim, postfix or qmail), you have to set two values in rc.conf: sendmail_enable="NO" mta_start_script="" It's the latter one that tripped me up. But anyway, you do need functional DNS. David