From owner-freebsd-current@FreeBSD.ORG Thu Nov 18 22:42:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C67816A4CE for ; Thu, 18 Nov 2004 22:42:47 +0000 (GMT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59D143D58 for ; Thu, 18 Nov 2004 22:42:45 +0000 (GMT) (envelope-from wilkinsa@squash.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id iAIMfjZg017399 for ; Fri, 19 Nov 2004 09:11:45 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Fri, 19 Nov 2004 09:12:37 +1030 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id iAIMZih17242 for ; Fri, 19 Nov 2004 09:05:45 +1030 (CST) Received: from squash.dsto.defence.gov.au ([131.185.40.212]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RZJDSGQQ; Fri, 19 Nov 2004 09:05:33 +1030 Received: from squash.dsto.defence.gov.au (localhost [127.0.0.1]) by squash.dsto.defence.gov.au (8.12.11/8.12.11) with ESMTP id iAIMahVj071515 for ; Fri, 19 Nov 2004 09:06:43 +1030 (CST) (envelope-from wilkinsa@squash.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squash.dsto.defence.gov.au (8.12.11/8.12.11/Submit) id iAIMah0Y071514 for freebsd-current@freebsd.org; Fri, 19 Nov 2004 09:06:43 +1030 (CST) (envelope-from wilkinsa) Date: Fri, 19 Nov 2004 09:06:43 +1030 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org Message-ID: <20041118223639.GA71388@squash.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: stray IRQ .... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 22:42:47 -0000 Hi all, Whenever I do a shutdown I notice the following warning/error: Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...4 4 3 3 3 0 0 0 0 done No buffers busy after final sync Uptime: 16h6m31s Shutting down ACPI stray irq9 <------- This is what I am concerned about. Rebooting... Is this anything to be concerned about ? What does this actually mean ? FYI # vmstat -i interrupt total rate irq1: atkbd0 10 0 irq4: sio0 372 2 irq6: fdc0 10 0 irq8: rtc 17283 127 irq13: npx0 1 0 irq14: ata0 2524 18 irq15: ata1 105 0 irq18: uhci2 bt0++ 5728 42 irq20: bge0 625 4 irq0: clk 13502 99 Total 40160 295 Thanks - aW