From owner-freebsd-acpi@FreeBSD.ORG Sat Sep 23 19:44:01 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDD9916A407; Sat, 23 Sep 2006 19:44:01 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFA543D53; Sat, 23 Sep 2006 19:44:00 +0000 (GMT) (envelope-from nate@root.org) X-ORBL: [71.139.46.150] Received: from [10.0.5.50] (ppp-71-139-46-150.dsl.snfc21.pacbell.net [71.139.46.150]) by ylpvm29.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k8NJhBD8024798; Sat, 23 Sep 2006 15:43:11 -0400 Message-ID: <45158E79.2030906@root.org> Date: Sat, 23 Sep 2006 12:43:53 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: John Baldwin References: <200609221735.13188.jhb@freebsd.org> In-Reply-To: <200609221735.13188.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, up@3.am Subject: Re: Bug in 6.1 acpi? X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 19:44:01 -0000 John Baldwin wrote: > On Friday 22 September 2006 14:12, up@3.am wrote: >> On Fri, 22 Sep 2006, Brooks Davis wrote: >> >>> [Please don't cross post] >>> >>> On Fri, Sep 22, 2006 at 02:03:37PM -0400, up@3.am wrote: >>>> (Please respond directly, as I am not subscribed) >>>> >>>> I've asked about this error message before, but this has gotten serious. >>>> Not sure if it's related, but this server keeps spontaneously having > what >>>> appear to be power events every 13-40 hours or so. No errors or panic >>>> messages or core dumps. >>>> >>>> The system has dual power supplies and was rock stable running 4.X. The >>>> problem only started occuring after upgrading to 6.1-STABLE. Could it > be >>>> related to this DMESG? : >>>> >>>> acpi0: on motherboard >>>> acpi0: Power Button (fixed) >>>> acpi: bad write to port 0x070 (8), val 0x43 >>>> acpi: bad read from port 0x071 (8) >>>> >>>> The hardware is an Intel L440GX+ MB with dual 1Ghz CPUs with SMP (I > tried >>>> a kernel without SMP, but it didn't help), 1GB ECC RAM, 1GB Swap, > Adaptec >>>> 2100 SCSI RAID level 1. It apppears to be lightly loaded in terms of > CPU >>>> and RAM. >>> Have you verified that you're running with the latest BIOS? On a system >>> that old, there's a decent chance the ACPI implementation is buggy. >>> Have you tried running with ACPI disabled? >> Yes, I did...still had the same problem. > > Then it's not an ACPI problem. :) The bad read/write messages above I think > you don't need to worry about either. Sounds more like a hardware issue of > sorts. > I don't know of any acpi issue that could cause spontaneous reboots. You can try booting with acpi disabled to see if it helps: hint.acpi.0.disabled="1" If that helps, we can try to debug acpi more. My guess is it won't change anything. The bad read/write messages are harmless since we don't use the RTC. They're more for the future if we do start using it. -- Nate