From owner-freebsd-stable@FreeBSD.ORG Wed Aug 3 15:41:49 2005 Return-Path: X-Original-To: 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 4615E16A41F for ; Wed, 3 Aug 2005 15:41:49 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from dns.p-i-n.com (dns.p-i-n.com [145.253.185.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D2043D45 for ; Wed, 3 Aug 2005 15:41:45 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from p-i-n.com (inside.p-i-n.com [129.10.9.21]) by dns.p-i-n.com (8.12.9p2/8.12.9) with ESMTP id j73FfigO087684 for ; Wed, 3 Aug 2005 17:41:44 +0200 (CEST) (envelope-from rabe@p-i-n.com) Received: (from rabe@localhost) by p-i-n.com (8.11.6/8.11.6) id j73FfgP59497 for stable@freebsd.org; Wed, 3 Aug 2005 17:41:42 +0200 (CEST) (envelope-from rabe) Date: Wed, 3 Aug 2005 17:41:42 +0200 From: "Raphael H. Becker" To: stable@freebsd.org Message-ID: <20050803174142.E33058@p-i-n.com> References: <42CA3E99.4050202@bmby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <42CA3E99.4050202@bmby.com>; from uzi@bmby.com on Tue, Jul 05, 2005 at 10:02:33AM +0200 Organization: PHOENIX Pharmahandel AG & Co KG, Mannheim, Deutschland Cc: Subject: Re: kernel: bge0: watchdog timeout -- resetting 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: Wed, 03 Aug 2005 15:41:49 -0000 On Tue, Jul 05, 2005 at 10:02:33AM +0200, Uzi Klein wrote: > Ever since i upgraded to 5.4-RELEASE-p3 i get these entries in > /var/log/messages once in a while : > > kernel: bge0: watchdog timeout -- resetting Same here with one of our new Dell PE6650: Aug 3 17:25:41 pinserv7 kernel: bge0: watchdog timeout -- resetting Aug 3 17:41:51 pinserv7 kernel: bge0: watchdog timeout -- resetting Aug 3 18:01:16 pinserv7 kernel: bge0: watchdog timeout -- resetting Aug 3 18:10:51 pinserv7 last message repeated 3 times I've rsynced some tons of data via ssh to that box without any problems, or lack of bandwidth. The card resetted while access a phpinfo() page on the webserver: the page itself transferred, the referenced (zend logo) didn't. Simpultanously my ssh-session stalled for about 90sec and a parallel ping stopped. Repeatable! Parallel? Race condition? I rebooted the machine and everything seems fine now. I'll watch this. FreeBSD 5.4-RELEASE-p6 i386 bge0@pci8:1:0: class=0x020000 card=0x01091028 chip=0x164414e4 rev=0x14 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5700 NetXtreme Gigabit Ethernet Controller' class = network subclass = ethernet bge1@pci8:2:0: class=0x020000 card=0x01091028 chip=0x164414e4 rev=0x14 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5700 NetXtreme Gigabit Ethernet Controller' class = network subclass = ethernet The PE6650 has 4 Xeons with HTT -> 8 logical CPUs. Maybe some kind of locking / race conditions? The kernel is GENERIC plus SMP. See http://rabe.uugrn.org/FreeBSD/bugs/5.x/pinserv7/dmesg.boot for details Any ideas? Anyone with similar problems? Regards Raphael Becker