From owner-freebsd-stable@FreeBSD.ORG Wed Oct 31 16:32:32 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 370E959B for ; Wed, 31 Oct 2012 16:32:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id E22508FC14 for ; Wed, 31 Oct 2012 16:32:31 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id EA2D628422 for ; Wed, 31 Oct 2012 17:26:47 +0100 (CET) Received: from [192.168.1.2] (unknown [89.177.49.255]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 24CCF28424 for ; Wed, 31 Oct 2012 17:26:47 +0100 (CET) Message-ID: <50915144.2030006@quip.cz> Date: Wed, 31 Oct 2012 17:26:44 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: ACPI Error: No handler for Region [POWS] (0xffffff000994f380) [IPMI] on Cisco UCS C200 M2 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Oct 2012 16:32:32 -0000 Hi, I am getting the following error on server Cisco UCS C200 M2 running FreeBSD 8.3 amd64 Oct 31 02:15:22 ucs200 kernel: ACPI Error: No handler for Region [POWS] (0xffffff000994f380) [IPMI] (20101013/evregion-487) Oct 31 02:15:22 ucs200 kernel: ACPI Error: Region IPMI(0x7) has no handler (20101013/exfldio-382) Oct 31 02:15:22 ucs200 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.P111._PSR] (Node 0xffffff0009934080), AE_NOT_EXIST (20101013/psparse-633) Oct 31 02:15:23 ucs200 kernel: ACPI Error: No handler for Region [POWS] (0xffffff000994f380) [IPMI] (20101013/evregion-487) Oct 31 02:15:23 ucs200 kernel: ACPI Error: Region IPMI(0x7) has no handler (20101013/exfldio-382) Oct 31 02:15:23 ucs200 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.P111._PSR] (Node 0xffffff0009934080), AE_NOT_EXIST (20101013/psparse-633) Oct 31 02:15:23 ucs200 kernel: ACPI Error: No handler for Region [POWS] (0xffffff000994f380) [IPMI] (20101013/evregion-487) Oct 31 02:15:23 ucs200 kernel: ACPI Error: Region IPMI(0x7) has no handler (20101013/exfldio-382) Oct 31 02:15:23 ucs200 kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPC0.P111._PSR] (Node 0xffffff0009934080), AE_NOT_EXIST (20101013/psparse-633) # uname -srmi FreeBSD 8.3-RELEASE amd64 GENERIC I don't know what it means. Should I be worried about it or should I ignore it? Is there something that I can tune to turn this message off or is there something which need to be fixed on FreeBSD side? We are planing to push this machine in to a production in one or two weeks, but until this time I can test patches etc. Miroslav Lachman