From owner-freebsd-stable@FreeBSD.ORG Wed Jan 5 04:17:53 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CFD16A4CE for ; Wed, 5 Jan 2005 04:17:53 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23EE43D2D for ; Wed, 5 Jan 2005 04:17:52 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: from aldaris.auir.gank.org (arbiter.gank.org [64.81.113.221]) by ion.gank.org (mail) with ESMTP id B167B2AA10 for ; Tue, 4 Jan 2005 22:17:51 -0600 (CST) From: Craig Boston To: freebsd-stable@freebsd.org Date: Tue, 4 Jan 2005 22:17:47 -0600 User-Agent: KMail/1.7.2 References: <41DA7D20.8000704@yahoo.com> <20050105035009.GA88792@nowhere> <20050105035743.GE8708@squash.dsto.defence.gov.au> In-Reply-To: <20050105035743.GE8708@squash.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501042217.47934.craig@feniz.gank.org> Subject: Re: fsck: broken file system with background check remains broken after bootup X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 04:17:53 -0000 On Tuesday 04 January 2005 9:57 pm, Wilkinson, Alex wrote: > How can I confirm that ACPI has been setup to do this ? Hmm, well, the easiest thing to check is to run sysctl hw.acpi.power_button_state and see if that sysctl exists and if so, what it's set to (mine is S5, which IIRC is complete power-off). Also, check dmesg and see if you see a line similar to acpi_button0: on acpi0 If both of those show up, chances are that your ASL has a power button entry and it should do the right thing. Other than that, you could always wait until the system is idle and just try hitting the button to see what happens ;) Craig