From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 15:14:44 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 A51FA16A4CE for ; Sat, 31 Jan 2004 15:14:44 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61B043D2F for ; Sat, 31 Jan 2004 15:14:43 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc13) with ESMTP id <20040131231443015009pidpe>; Sat, 31 Jan 2004 23:14:43 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 19DF911; Sat, 31 Jan 2004 18:14:43 -0500 (EST) Sender: lowell@be-well.ilk.org To: Yuri Grebenkin References: From: Lowell Gilbert Date: 31 Jan 2004 18:14:42 -0500 In-Reply-To: Message-ID: <44fzdvzp5p.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: "freebsd-questions@freebsd.org" Subject: Re: Power off 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: Sat, 31 Jan 2004 23:14:44 -0000 Yuri Grebenkin writes: > Hi. I used to run poweroff on RH Linux. Now I'm under FreeBSD 4.9 and > I can't turn power off - I have to push button by my hand after > running halt that prints that system has halted and ready to > reboot. Is there any way to turn power off by software? Sure. 'shutdown -p now' will do it, assuming you have apm(4) in your kernel.