From owner-freebsd-questions@FreeBSD.ORG Thu Apr 13 03:13:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CA116A402 for ; Thu, 13 Apr 2006 03:13:04 +0000 (UTC) (envelope-from oliver-mailinglist@charter.net) Received: from mxsf14.cluster1.charter.net (mxsf14.cluster1.charter.net [209.225.28.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA9043D48 for ; Thu, 13 Apr 2006 03:13:03 +0000 (GMT) (envelope-from oliver-mailinglist@charter.net) Received: from mxip35a.cluster1.charter.net (mxip35a.cluster1.charter.net [209.225.28.250]) by mxsf14.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k3D3Cwuk003750 for ; Wed, 12 Apr 2006 23:12:59 -0400 Received: from 24-205-236-185.dhcp.snlo.ca.charter.com (HELO linux.linux) ([24.205.236.185]) by mxip35a.cluster1.charter.net with ESMTP; 12 Apr 2006 23:12:58 -0400 From: Oliver Iberien To: freebsd-questions@freebsd.org Date: Wed, 12 Apr 2006 20:12:58 -0700 User-Agent: KMail/1.9.1 References: <200604071332.57717.oliver-forward@charter.net> <20060408132247.1df00a38@localhost> In-Reply-To: <20060408132247.1df00a38@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604122012.59877.oliver-mailinglist@charter.net> Cc: Subject: Setting hw.intr_storm_threshold (WAS printing on firefox...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 03:13:04 -0000 sysctl hw.intr_storm_threshold=200000 resets the value just for the session. I am guessing that putting the line hw.intr_storm_threshold=200000 into /etc/sysctl.conf will make the change permanent? Oliver On Saturday 08 April 2006 04:22, Fabian Keil wrote: > Oliver Iberien wrote: > > I was printing with native Firefox 1.5.0.1 (FreeBSD 6.0) with CUPS, > > which Firefox sees and recognizes. The printer (Xerox N17, local, > > parallel port) started cycling through waiting-processing-waiting > > messages. Rebooting, I saw a message about an IRQ storm on the > > printer port being "throttled". Killing the job took care of this. > > > > Has anyone else had an issue like this? Firefox printing isn't > > critical but it's always nice to know what's going on. > > The default value of hw.intr_storm_threshold is easily reached > by a printer connected through the parallel port. > > Have a look at: . > > Fabian