From owner-freebsd-stable@FreeBSD.ORG Sat Sep 16 01:31:42 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C21C416A40F for ; Sat, 16 Sep 2006 01:31:42 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A01F43D45 for ; Sat, 16 Sep 2006 01:31:42 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so3989940pye for ; Fri, 15 Sep 2006 18:31:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jB7XNmXMcTRxOiL534S8jr9Onx/MhX3eK1SxWzJeDghErQC1/9pMIVsnD0dW8ouSef2QUxEVPcvqQz75/IQVPLi+k3ZPb90aTqQxz04X/2e6bksgj4xobuxBcnUjKDdRMDjT19zC41XNiDR8J0srFOV19XV8ShJhJPdJClV86Y0= Received: by 10.35.50.1 with SMTP id c1mr18486286pyk; Fri, 15 Sep 2006 18:31:41 -0700 (PDT) Received: by 10.35.119.1 with HTTP; Fri, 15 Sep 2006 18:31:41 -0700 (PDT) Message-ID: <2a41acea0609151831waba112cubaf959513ec34a38@mail.gmail.com> Date: Fri, 15 Sep 2006 18:31:41 -0700 From: "Jack Vogel" To: "David C. Myers" In-Reply-To: <4509EE70.1040907@aedifice.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0609132023q2d23ac2eq4960cd93fb45a69b@mail.gmail.com> <4509EE70.1040907@aedifice.net> Cc: freebsd-stable@freebsd.org Subject: Re: em0: watchdog timeout -- resetting (6.1-STABLE) 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: Sat, 16 Sep 2006 01:31:42 -0000 On 9/14/06, David C. Myers wrote: > > > watchdogs mean that the transmit ring is not being cleaned, so the > > question is what is your machine doing at 100% cpu, if its that busy > > the network watchdogs may just be a side effect and not the real > > problem? > > > I get them with a completely idle machine. My home directory is mounted > via NFS (from FreeBSD 6.1 on an amd64 machine), and with the kernel from > earlier this week, the machine would just hang for 30 seconds to a > couple of minutes. A slew of "watchdog timeout" messages would appear. > Then I'd get a moment's responsiveness out of the machine, then > another long wait, then a moment's responsiveness, then a long wait... > > The machine would never recover from this cycle (at least, so far as I > was patient enough to wait). > > Going back to a kernel dated late July resolved everything. > > Someone else asked me for the hardware version of my em0 board... > > > em0@pci2:10:0: class=0x020000 card=0x002e8086 chip=0x100e8086 rev=0x02 > hdr=0x00 vendor = 'Intel Corporation' > device = '82540EM Gigabit Ethernet Controller' > class = network > subclass = ethernet Could you perhaps go back to the kernel you say was stable and then drop in the latest em driver? Or if that has issues building do it the other way around, take the em driver from the build that gave you no problems and put it on this kernel you are running now? It would be helpful to know if this is a driver problem or something in the stack. Cheers, Jack