From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 10:08:10 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 6484337B401 for ; Tue, 17 Jun 2003 10:08:10 -0700 (PDT) Received: from dhumketu.homeunix.net (dialpool-210-214-66-230.maa.sify.net [210.214.66.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8736343FDF for ; Tue, 17 Jun 2003 10:08:08 -0700 (PDT) (envelope-from freebsd@dhumketu.cjb.net) Received: by dhumketu.homeunix.net (Postfix, from userid 1000) id B55B07F9; Tue, 17 Jun 2003 20:46:07 +0530 (IST) Date: Tue, 17 Jun 2003 20:46:07 +0530 From: Shantanu Mahajan To: Rohit Message-ID: <20030617151607.GB273@dhumketu.homeunix.net> Mail-Followup-To: Rohit , Jud , freebsd-questions@freebsd.org References: <200306160842.31179.rohitvis@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306160842.31179.rohitvis@rogers.com> User-Agent: Mutt/1.4i Organization: Hmmm... I dunno X-OS: FreeBSD 4.8-STABLE i386 cc: freebsd-questions@freebsd.org Subject: Re: Booting takes too long. Why? (/ was not properly dismounted) 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, 17 Jun 2003 17:08:10 -0000 +-- Rohit [freebsd] [16-06-03 08:42 +0000]: | Thanks for your help Jud, you are absolutely right. With issuing the halt | command, there are no excessive delays in booting. Inface booting is really | fast. | | Thanks | | Rohit Rohit: You mean to say that when you use 'halt' instead of 'shutdown -h', your machince boots faster? Roger: I don't think that 'shutdown -h' = 'halt' Rohit is not invoking halt. 'shutdown -h -o' = 'halt' Rohit: Can you try 'shutdown -h -o' and let us know what's the result? Regards, Shantanu | | | On Saturday 14 June 2003 20:04, Jud wrote: | > On Sat, 14 Jun 2003 12:28:23 +0530, Shantanu Mahajan | > | > wrote: | > > | I shutdown using the shutdown -h now command | > > | or reboot using reboot now | > > | > > did you try 'halt'? | > > what msg. do you see after the shutdown is complete? | > | > From the halt(8) man page: | > | > "Normally, the shutdown(8) utility is used when the system needs to be | > halted or restarted, giving users advance warning of their impending doom | > and cleanly terminating specific programs." | > | > From the shutdown(8) man page: | > | > "The following options are available: | > -h The system is halted at the specified time." | > | > So Rohit is in fact using 'halt' in the way it is normally invoked, as an | > option to 'shutdown.' Is there a reason that 'halt' without 'shutdown' | > would be preferable in this case? | > | > Jud -- Nice tcsh prompt: set prompt = '%n@%m:%~%# '