Re: mbuf cluster shortage caused kernel panic

2003-07-23 Thread Mike Silbersack
On Wed, 23 Jul 2003, Leo Bicknell wrote: > I had a crash a few days ago on a 4.8-RELEASE box that I hadn't > looked into yet, but when I saw your message I went back to take a > look. > > I also ran out of mbuf clusters. First time on this machine, and > since I've used it to test a number of hi

Re: mbuf cluster shortage caused kernel panic

2003-07-23 Thread Leo Bicknell
I had a crash a few days ago on a 4.8-RELEASE box that I hadn't looked into yet, but when I saw your message I went back to take a look. I also ran out of mbuf clusters. First time on this machine, and since I've used it to test a number of high bandwidth*delay paths I've at times had the socket

Re: mbuf cluster shortage caused kernel panic

2003-07-23 Thread Michael Nadler
Consider upgrading the em driver to version 1.6.6 (RELENG_4). The 1.6.6 driver will run fine in the 4.7 kernel. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTEC

Re: mbuf cluster shortage caused kernel panic

2003-07-23 Thread Kevin A. Pieckiel
Mike, On Wed, Jul 23, 2003 at 04:57:38PM -0500, Mike Silbersack wrote: > > Your panic seems to indicate that the mbuf cluster chain became corrupted, > which could have happened in one of a few ways. I'll address your > question in two parts: > > 1. How do I prevent the system from using all m

Re: mbuf cluster shortage caused kernel panic

2003-07-23 Thread Mike Silbersack
On Wed, 23 Jul 2003, Kevin A. Pieckiel wrote: > #uname -a > FreeBSD fileserver1.smartrafficenter.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Dec > 16 19:41:03 EST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FILESERVER1 i386 > > Running 4.7 stable with sources CVSed on 16 Dec 2002. > > My file

mbuf cluster shortage caused kernel panic

2003-07-23 Thread Kevin A. Pieckiel
#uname -a FreeBSD fileserver1.smartrafficenter.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Dec 16 19:41:03 EST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FILESERVER1 i386 Running 4.7 stable with sources CVSed on 16 Dec 2002. My fileserver has been running since 17 Dec 2002 and suddenly lost

rc.d review/hint needed

2003-07-23 Thread Harti Brandt
Hi all, I have tried to hack the harp(4) pseudo-driver into rc.d/atm*. While doing this I have found a bug in these scripts and decided to fix it and un-.sh atm2.sh and atm3.sh. The problem with harp(4) is that the real physical interfaces need to be brought up BEFORE atm1 via ifconfig, while th