From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 18:07:17 2004 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 4A78916A4CE; Thu, 1 Jan 2004 18:07:17 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70EF743D2F; Thu, 1 Jan 2004 18:07:12 -0800 (PST) (envelope-from judmarc@fastmail.fm) X-Sasl-enc: NBDxj7Yk5sSv7sD8muRFhQ 1073009228 Received: from mail.messagingengine.com (dialup-67.74.84.246.Dial1.Philadelphia1.Level3.net [67.74.84.246]) by mail.messagingengine.com (Postfix) with ESMTP id E2C6948FEDC; Thu, 1 Jan 2004 21:07:06 -0500 (EST) Date: Thu, 01 Jan 2004 21:07:06 -0500 To: Dany , "Greg 'groggy' Lehey" References: <20040101234029.GD78263@wantadilla.lemis.com> <3FF4B295.4070503@natzo.com> From: Jud Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <3FF4B295.4070503@natzo.com> User-Agent: Opera M2/7.50 (Win32, build 3505) cc: freebsd-questions Subject: Re: something wrong with"shutdown" 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: Fri, 02 Jan 2004 02:07:17 -0000 On Thu, 01 Jan 2004 18:51:49 -0500, Dany wrote: > Greg 'groggy' Lehey wrote: > >> On Friday, 2 January 2004 at 4:25:49 +0800, dc wrote: >> >>> Versino 4.9....whenever i use the command "shutdown"or "halt"to >>> shutdown the power,system display"type anykey to reboot"so computer >>> reboot~ Instead of typing a key on the keyboard when you see that message, if you wish to shut down, power off via the power button. If you want to power off without having to use the power button, do as Dany suggests below and use 'shutdown -p now.' Regarding rebooting into Windows rather than FreeBSD, please do as Greg asks and provide more information. Jud >>> and i have to boot windows(i installed FREEBSD and >>> WINDOWS2000). >>> >> >> Why? >> >> >>> Someone told me to configue the kernel.Add "device acpica"to >>> the kernel and make it ~I did so,nothing changed,porblem is still >>> there.HELP~! >>> >> >> It's almost impossible to guess what your problem is. Obviously >> shutdown works. Did you install the boot selector? Please: >> >> 1. Shut down the machine (with shutdown, not halt). >> 2. When you see "Press any key to reboot", turn the power off. >> 3. Turn the power on. >> 4. Describe *exactly* what happens. > to turn the power off automatically, you should use : shutdown -p now > instead of the -h which gives you this message. >