From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269421AbUIILC2 (ORCPT ); Thu, 9 Sep 2004 07:02:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269424AbUIILC2 (ORCPT ); Thu, 9 Sep 2004 07:02:28 -0400 Received: from rwcrmhc13.comcast.net ([204.127.198.39]:29366 "EHLO rwcrmhc13.comcast.net") by vger.kernel.org with ESMTP id S269421AbUIILC0 (ORCPT ); Thu, 9 Sep 2004 07:02:26 -0400 Message-ID: <41403848.7020305@voicenet.com> Date: Thu, 09 Sep 2004 07:02:32 -0400 From: Adam K Kirchhoff User-Agent: Mozilla Thunderbird 0.6 (X11/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox CC: Linux Kernel Mailing List Subject: Re: irq 26: nobody cared! References: <1094682284.12336.21.camel@localhost.localdomain> In-Reply-To: <1094682284.12336.21.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox wrote: >On Mer, 2004-09-08 at 22:35, Adam K Kirchhoff wrote: > > >>I have a dual P3 system (via motherboard) with 1.5 gigs of RAM (with >>highmem enabled in the kernel). Under heavy networking load, I get the >>following error: >> >> > >Try variously turning off acpi and the apic. If the routing tables are >still shot try the irqfixup patch I posted, it might well rescue your >box. > > > Booting with 'noapic' seems to have solved the problem. At least my attempts to replicate it so far (copying a large directory over nfs) hasn't produced the same error. Thanks for the help, Alan! Adam