Re: On recent crashes

2005-06-29 Thread Kris Kennaway
On Wed, Jun 29, 2005 at 07:51:37AM -0400, Matt Juszczak wrote: > >If you experience panics on FreeBSD then you need to follow the advice > >in the developers' handbook chapter on kernel debugging and obtain the > >necessary information so that a developer can begin to investigate > >this problem. >

Re: On recent crashes

2005-06-29 Thread Matt Juszczak
If you experience panics on FreeBSD then you need to follow the advice in the developers' handbook chapter on kernel debugging and obtain the necessary information so that a developer can begin to investigate this problem. I've tried :-( It locks up before it can do a dump. _

Re: On recent crashes

2005-06-29 Thread Kris Kennaway
On Tue, Jun 28, 2005 at 11:53:37AM -0400, Gary Mu1der wrote: > 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 i

Re: On recent crashes

2005-06-29 Thread Igor Robul
Gary Mu1der wrote: #!/bin/sh while : do arp -d >/dev/null 2>&1 ping -c 1 -t 1 >/dev/null 2>&1 done I have launched 109 copies of crash.sh script. System is _very_ slow now. But it does not crash. It is not SMP kernel. This is my workstation and not server. It has fxp netcar

Re: On recent crashes

2005-06-28 Thread Matt Juszczak
___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: On recent crashes

2005-06-28 Thread Gary Mu1der
Vivek Khera wrote: 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 all copies pinging the same remote IP or different remote I

Re: On recent crashes

2005-06-28 Thread Vivek Khera
On Jun 28, 2005, at 11:53 AM, Gary Mu1der wrote: 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 all copies pinging the same

Re: On recent crashes

2005-06-28 Thread Chris Phillips
Chris Phillips wrote: Matt Juszczak wrote: Chris Phillips wrote: 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 m

Re: On recent crashes

2005-06-28 Thread Chris Phillips
Matt Juszczak wrote: Chris Phillips wrote: 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 ser

Re: On recent crashes

2005-06-28 Thread Matt Juszczak
Chris Phillips wrote: 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

Re: On recent crashes

2005-06-28 Thread Chris Phillips
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

Re: On recent crashes

2005-06-28 Thread Vivek Khera
On Jun 28, 2005, at 11:50 AM, Matt Juszczak wrote: 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. Other people I've seen complain seem to be running SMP Not sure if that ha

Re: On recent crashes

2005-06-28 Thread Gary Mu1der
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 crashi

Re: On recent crashes

2005-06-28 Thread Matt Juszczak
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

Re: On recent crashes

2005-06-28 Thread Vivek Khera
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 t

Re: On recent crashes

2005-06-28 Thread Igor Robul
Alex Povolotsky wrote: Hello! Can anyone enlighten me, if recent crashes are on STABLE only or 5.4-RELEASE is affected as well? I'm going to upgrade SMP Intel box (PIIIs) and it can make hard time if it will become unstable. I have Dual PIII on Intel ServerWorks motherboard with 3Ware 8608

Re: On recent crashes

2005-06-28 Thread Uzi Klein
Alex Povolotsky wrote: Hello! Can anyone enlighten me, if recent crashes are on STABLE only or 5.4-RELEASE is affected as well? What crashes? ;) I'm going to upgrade SMP Intel box (PIIIs) and it can make hard time if it will become unstable. ___

On recent crashes

2005-06-28 Thread Alex Povolotsky
Hello! Can anyone enlighten me, if recent crashes are on STABLE only or 5.4-RELEASE is affected as well? I'm going to upgrade SMP Intel box (PIIIs) and it can make hard time if it will become unstable. -- Alex Povolotsky <[EMAIL PROTECTED]> ___ free