From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 19:54:12 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 EE0D716A4CE for ; Mon, 16 Feb 2004 19:54:12 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id B484E43D39 for ; Mon, 16 Feb 2004 19:54:12 -0800 (PST) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=yoda.datawok.com) by razorbill.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AswJH-00034g-00; Mon, 16 Feb 2004 19:54:11 -0800 From: "Andrew L. Gould" To: gerard-seibert@rcn.com, freebsd-questions@freebsd.org Date: Mon, 16 Feb 2004 21:54:45 -0600 User-Agent: KMail/1.5.4 References: <20040216194334.B491.GERARD-SEIBERT@rcn.com> In-Reply-To: <20040216194334.B491.GERARD-SEIBERT@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402162154.45288.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b2f181f543d490ae94b37db1b62d67704350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: Shutting down system 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 Feb 2004 03:54:13 -0000 On Monday 16 February 2004 06:44 pm, Gerard Seibert wrote: > I have version 5.2 RC#1 installed. > > I have not been able to get the shutdown command to power down my computer. > I used the following command: > > shutdown -p now > > It simple gets to a point where it says press any key to restart. I never > had any problem doing a power off shutdown using Windows XP. Can any one > give me any assistance? > > Thanks! > > Gerard E. Seibert > gerard-seibert@rcn.com Did you enable apm in /etc/rc.conf? What do you get when you execute the following? apm -s If you get a 0 (zero), then I don't think apm is enabled at bootup. See if this works: apm -e 1 shutdown -p now If it worked, then apm is functioning; but you need to enable it prior to shutdown. Best of luck, Andrew Gould