Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 21:54:45 -0600
From:      "Andrew L. Gould" <algould@datawok.com>
To:        gerard-seibert@rcn.com, freebsd-questions@freebsd.org
Subject:   Re: Shutting down system
Message-ID:  <200402162154.45288.algould@datawok.com>
In-Reply-To: <20040216194334.B491.GERARD-SEIBERT@rcn.com>
References:  <20040216194334.B491.GERARD-SEIBERT@rcn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402162154.45288.algould>