From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 06:51:54 2005 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 B6D7A16A41F for ; Wed, 3 Aug 2005 06:51:54 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410F043D49 for ; Wed, 3 Aug 2005 06:51:53 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 17E1D8D87C; Wed, 3 Aug 2005 08:51:52 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11761-05; Wed, 3 Aug 2005 08:51:46 +0200 (CEST) Received: from firewall.demig (p5083B795.dip0.t-ipconnect.de [80.131.183.149]) by server.absolute-media.de (Postfix) with ESMTP id D18158D846; Wed, 3 Aug 2005 08:51:45 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j736lDnP039404; Wed, 3 Aug 2005 08:47:13 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "dave" , Date: Wed, 3 Aug 2005 08:47:13 +0200 Message-ID: <000001c597f7$2df9f780$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal In-Reply-To: <000501c597cc$6c844ee0$0200a8c0@satellite> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: Subject: RE: interrupt issue, storm on parallel port, 5.4 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: Wed, 03 Aug 2005 06:51:54 -0000 > Hello, > I've got a printserver that has an hp deskjet printer attached via > parallel port. I just got an email with the following message: > > Interrupt storm detected on "irq7: lpt0"; throttling interrupt source > > I've checked lpt0 in dmesg and this error didn't come up then, do > i have to > worry about this? This is on a 5.4-p1 system, if so is there a fix? > Thanks. > Dave. I have a similar problem with my hp laserjet. Setting sysctl hw.intr_storm_threshold to a higher value seems to help. Norbert