From owner-freebsd-stable@FreeBSD.ORG Fri Jan 5 16:09:12 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 0E53D16A407 for ; Fri, 5 Jan 2007 16:09:12 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.freebsd.org (Postfix) with ESMTP id CA47813C442 for ; Fri, 5 Jan 2007 16:09:11 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-71-198-0-135.hsd1.ca.comcast.net[71.198.0.135]) by comcast.net (sccrmhc12) with ESMTP id <20070105160909012004g0b2e>; Fri, 5 Jan 2007 16:09:09 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 1F0F11FA037; Fri, 5 Jan 2007 08:09:09 -0800 (PST) Date: Fri, 5 Jan 2007 08:09:09 -0800 From: Jeremy Chadwick To: vincent delft Message-ID: <20070105160909.GA63680@icarus.home.lan> Mail-Followup-To: vincent delft , freebsd-stable@freebsd.org References: <20070105151712.57870.qmail@web30512.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070105151712.57870.qmail@web30512.mail.mud.yahoo.com> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-stable@freebsd.org Subject: Re: Shutdown problem "Stray IRQ9" 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: Fri, 05 Jan 2007 16:09:12 -0000 On Fri, Jan 05, 2007 at 07:17:12AM -0800, vincent delft wrote: > As new to FreeBSD I'm looking for info to solve my > shutdown problem. > > When I shutdown the system (shutdown -h now), the > messages displayed are: > " > No buffers busy after final sync > Uptime: 1h3m35s > Shutting down ACPI > stray irq9 > " > then hang ;-(. I've seen this problem on different machines with different hardware. I don't think it's a hardware problem, though -- I think it's more along the lines of either an interrupt routing problem, or possibly an SMP issue. This is all pure hearsay on my part, but it's the only thing that stands out. I'll add that I have an Asus A8N-E (nForce chipset, AMD CPU) board that exhibits the above behaviour, but _does not_ print the stray irq9 bit. "halt" and "shutdown -h" simply hang after shutting down ACPI; there is no "Press enter to reboot" message, and the keyboard handler appears locked up too. If a developer wants one of these motherboards (no CPU or RAM or other stuff though :) ), I can ship one out for free. I have a working spare. > I've google a bit on "stray irq9" and found several > mails where people says that this is a known problem, > or saying that we should don't care about this, ... I've seen this message mainly on Intel chipset boards. I believe IRQ 9 is commonly assigned by the BIOS to ACPI functionality. I believe what's happening (again, hearsay) is that FreeBSD shuts down ACPI capability, and the interrupt handler reports that nothing is tied to IRQ 9 any more. In comparison, you can search for "stray irq7" and see that others have seen this message on certain boards where the LPT/printer port has been disabled in the BIOS, but lpt support is enabled in FreeBSD. (What I'm trying to say is that the "stray irq" stuff stems from what I described in the above paragraph. > PS: > On the same machine, my gentoo can shutdown correctly. > Thus I would conclude that this is not HW related. I agree. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |