From owner-freebsd-stable@FreeBSD.ORG Tue Jun 28 15:52:47 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 E177C16A41F for ; Tue, 28 Jun 2005 15:52:47 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9759943D4C for ; Tue, 28 Jun 2005 15:52:47 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from [172.20.0.75] (gmulder.infotechfl.com [172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id j5SFqk018290; Tue, 28 Jun 2005 11:52:46 -0400 Message-ID: <42C17281.6010102@infotechfl.com> Date: Tue, 28 Jun 2005 11:53:37 -0400 From: Gary Mu1der User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vivek Khera References: <1119950428.22027.1.camel@tarkhil> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: On recent crashes 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, 28 Jun 2005 15:52:48 -0000 Vivek, When stress testing I never had any issues with the bge NIC on our AMD64 Tyan S2882 system. Of course within a day of putting it in production it crashed. Switching to the fxp NIC did not fix the crash, although it crashed differently. If you have a spare server you don't mind crashing, can you try running 20-60 instances of the following script: #!/bin/sh while : do arp -d >/dev/null 2>&1 ping -c 1 -t 1 >/dev/null 2>&1 done Thanks, Gary Vivek Khera wrote: > > On Jun 28, 2005, at 5:20 AM, Alex Povolotsky wrote: > >> Can anyone enlighten me, if recent crashes are on STABLE only or >> 5.4-RELEASE is affected as well? >> > > I have three boxes running 5.4-RELEASE. one is a mediumly-loaded web > server, and two are very heavily loaded database servers. none of them > ever crash. > > > Vivek Khera, Ph.D. > +1-301-869-4449 x806 > >