From owner-freebsd-stable@FreeBSD.ORG Tue Nov 7 00:17:15 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 EE9A416A515 for ; Tue, 7 Nov 2006 00:17:15 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AFBD43DAC for ; Tue, 7 Nov 2006 00:15:52 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kA70FcAr013456; Mon, 6 Nov 2006 17:15:44 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <454FD024.5060205@samsco.org> Date: Mon, 06 Nov 2006 17:15:32 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Mueller References: <1162852746.32694.23.camel@bigapple.omnis.ch> In-Reply-To: <1162852746.32694.23.camel@bigapple.omnis.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-stable@freebsd.org Subject: Re: Still have BCE driver issues (dell pe 1950) and NFS 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: Tue, 07 Nov 2006 00:17:16 -0000 Olivier Mueller wrote: > NFS Server: dell poweredge 1950, with the 1.2.2.6 version of if_bce.c: > > bce0: mem > 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 > bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz > miibus0: on bce0 > bce0: Ethernet address: 00:13:72:f8:6f:8c > bce0: link state changed to UP > > > NFS Client: dell poweredge 1750, with : > bge0: > > Both running an up-to-date setup of FreeBSD 6.1. > > Situation: > > - Copying GB of data via rsync or ftp: no problem > - Mounting a test directory from the 1950 via NFS on the 1750 server and > creating some files/directories: ok > - Mounting a dir with many files via NFS (/var/tmp, 14000 php_sess): ok > - Start a directory listing on it: immediate (network) crash of the NFS > server. (reproduced 3 times) > > I don't have remote console display anymore (only power on/off), so I > can only see the server going away from the network (not pingable > anymore) at the moment, but it is most probably still working then. Only > thing I found in /var/log/messages: > > Nov 6 23:09:44 gemini kernel: > bce0: /usr/src/sys/dev/bce/if_bce.c(5000): Watchdog timeout occurred, > resetting! > Nov 6 23:09:44 gemini kernel: bce0: link state changed to DOWN > Nov 6 23:09:46 gemini kernel: bce0: link state changed to UP > Nov 6 23:10:49 gemini kernel: > bce0: /usr/src/sys/dev/bce/if_bce.c(5000): Watchdog timeout occurred, > resetting! > Nov 6 23:10:49 gemini kernel: bce0: link state changed to DOWN > Nov 6 23:10:51 gemini kernel: bce0: link state changed to UP > > > > What could/should I try next? The 1.18 version of if_bce.c ? (if the > dell PE1950 is using the same NIC as the PE1955: cf. > http://www.mail-archive.com/freebsd-stable@freebsd.org/msg83981.html ) > > Are there people around using a 1950 without any NIC problems? (tcp && > udp). If yes, please tell me which cvs version of the driver you are > using. > > Thanks & regards, > Olivier > Do the following, then retry your test: ifconfig bce0 -txcsum Scott