From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 12:02:55 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 46ADC16A4BF for ; Thu, 28 Aug 2003 12:02:55 -0700 (PDT) Received: from mwinf0404.wanadoo.fr (smtp5.wanadoo.fr [193.252.22.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 913CF43FDD for ; Thu, 28 Aug 2003 12:02:53 -0700 (PDT) (envelope-from david@landgren.net) Received: from landgren.net (APastourelles-107-1-14-97.w193-253.abo.wanadoo.fr [193.253.40.97]) by mwinf0404.wanadoo.fr (SMTP Server) with ESMTP id CA5B03800259; Thu, 28 Aug 2003 21:02:51 +0200 (CEST) Message-ID: <3F4E5236.8080903@landgren.net> Date: Thu, 28 Aug 2003 21:04:22 +0200 From: David Landgren Organization: Isn't it weird/Looks too obscure to me/Wasting away/And that was their policy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin.Greenidge1@VerizonWireless.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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:02:55 -0000 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