From owner-freebsd-current@FreeBSD.ORG Tue Aug 19 02:23:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2937F16A4BF for ; Tue, 19 Aug 2003 02:23:51 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9D5243F3F for ; Tue, 19 Aug 2003 02:23:50 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38lc0or.dialup.mindspring.com ([209.86.3.27] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19p2iQ-0006oW-00; Tue, 19 Aug 2003 02:23:46 -0700 Message-ID: <3F41EC6F.F9D01AF4@mindspring.com> Date: Tue, 19 Aug 2003 02:22:55 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bill Moran References: <20030817102318.69e094fc.aelfgar@aelfgar.com> <3F3FCFB2.3050900@potentialtech.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4b5d17b15c2959c910fef5a5dd6df426f548b785378294e88350badd9bab72f9c350badd9bab72f9c cc: Mike Atamas cc: freebsd-current@freebsd.org Subject: Re: Slow Boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2003 09:23:51 -0000 Bill Moran wrote: > > It stalls for about 20-30 seconds and then continues booting. I can > > not figure out what the problem is or how to solve it. Has anyone > > had similar issues. > > I've seen this on various hardware. I actually have a 200mhz machine > sitting here that has always done this. I've never seen it cause any > problems, and I've never had any suggestions on how to stop it either. In init_main.c, verify that the current value for the thing being initialized is greater than SI_SUB_CONSOLE. If it is, then print out the name of the thing being initialized before you make the call. Whatever prints before a long delay is your culprit. -- Terry