From owner-freebsd-stable@FreeBSD.ORG Tue Feb 28 15:36:33 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 7098F16A420 for ; Tue, 28 Feb 2006 15:36:33 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A6743D46 for ; Tue, 28 Feb 2006 15:36:32 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 39D07B80D; Tue, 28 Feb 2006 10:36:32 -0500 (EST) In-Reply-To: <87k6bgi8in.fsf@roddy.c3922.takamatsu-nct.ac.jp> References: <43FA3A6D.4010903@samsco.org> <87mzgg2dx9.fsf@roddy.c3922.takamatsu-nct.ac.jp> <87k6bgi8in.fsf@roddy.c3922.takamatsu-nct.ac.jp> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <08AF24A7-A6A2-4146-B116-226144886462@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Tue, 28 Feb 2006 10:36:31 -0500 To: NAKAJI Hiroyuki X-Mailer: Apple Mail (2.746.2) Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 6.1-BETA2/FreeBSD 5.5-BETA2 Available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 15:36:33 -0000 On Feb 27, 2006, at 8:20 PM, NAKAJI Hiroyuki wrote: > Disableing ACPI timer solved the problem. My Opteron box does not lock > up. Thanks! > Please add a note to http://www.freebsd.org/cgi/query-pr.cgi?pr=91910 with some details of your system, or file a new PR about it so that hopefully ACPI can get fixed. BTW, you can permanently disable the timer by adding the debug line to /boot/loader.conf. >>>>>> In >>>>>> Vivek Khera wrote: > >> I'm gonna take a wild guess at ACPI problems. I have one system on >> which I have to disable ACPI timer for anything >= 6.0-RELEASE. > >> To disable it, at the boot menu, select 6 to get a prompt, then type > >> set debug.acpi.disabled="timer" >> boot > >> and see if it still locks up. > -- > NAKAJI Hiroyuki