From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 22 02:30:57 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AEB016A4CE; Thu, 22 Jan 2004 02:30:57 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 9393543D39; Thu, 22 Jan 2004 02:30:55 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Jan 2004 10:30:54 +0000 (GMT) Date: Thu, 22 Jan 2004 10:30:53 +0000 From: David Malone To: Robert Watson Message-ID: <20040122103053.GA43464@walton.maths.tcd.ie> References: <400ED6C6.1000100@sepulcrum.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: Liam Foy cc: hackers@freebsd.org Subject: Re: shutdown -p now X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 10:30:57 -0000 On Wed, Jan 21, 2004 at 03:39:00PM -0500, Robert Watson wrote: > > shutdown -p now is dependant upon hardware, and am 100% sure my hardware > > supports this; yet it still does not work. Must I have anything added to > > my kernel configuration or anything? > > What version of FreeBSD are you using? Do you have ACPI enabled, if on > 5.x? With ACPI, don't you need to add: hw.acpi.disable_on_poweroff=0 to /etc/sysctl.conf if you want ACPI power off to work? David.