Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2005 11:53:37 -0400
From:      Gary Mu1der <gmulder@infotechfl.com>
To:        Vivek Khera <vivek@khera.org>
Cc:        stable@freebsd.org
Subject:   Re: On recent crashes
Message-ID:  <42C17281.6010102@infotechfl.com>
In-Reply-To: <C7F95488-8AB6-48D7-85F2-9B400B8F5C31@khera.org>
References:  <1119950428.22027.1.camel@tarkhil> <C7F95488-8AB6-48D7-85F2-9B400B8F5C31@khera.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <some valid IP> >/dev/null 2>&1
         ping -c 1 -t 1 <the same valid IP> >/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
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42C17281.6010102>