From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 11:40:03 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 B5CD637B401 for ; Tue, 17 Jun 2003 11:40:03 -0700 (PDT) Received: from smtp101.mail.sc5.yahoo.com (smtp101.mail.sc5.yahoo.com [216.136.174.139]) by mx1.FreeBSD.org (Postfix) with SMTP id 4998343F3F for ; Tue, 17 Jun 2003 11:40:03 -0700 (PDT) (envelope-from rohitvis@rogers.com) Received: from cpe0002a5b30bb5-cm0000396edc60.cpe.net.cable.rogers.com (HELO raptor) (rohitvis@63.138.113.68 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 17 Jun 2003 18:40:02 -0000 From: Rohit To: Shantanu Mahajan Date: Tue, 17 Jun 2003 11:39:54 +0000 User-Agent: KMail/1.5 References: <200306160842.31179.rohitvis@rogers.com> <20030617151607.GB273@dhumketu.homeunix.net> In-Reply-To: <20030617151607.GB273@dhumketu.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306171139.55192.rohitvis@rogers.com> 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 18:40:04 -0000 shutdown -h -o appears to behave the same as simply using halt I'm glad I dont have to wait for the disc errors anymore thanks for your help Rohit On Tuesday 17 June 2003 15:16, Shantanu Mahajan wrote: > +-- 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