Judging by your original bug report, Howard, it seems likely that either
the machine or the network the machine is sitting on is being attacked
and the machine is running out of some resource (probably network mbufs).
Increasing the NMBCLUSTERS any more will probably not help.
What you need to do is figure out what kind of attack it is and start
experimenting with the various kernel config (see LINT) and sysctl
features to try to stem the attack.
Now, of course the kernel should not be crashing... if you can obtain
a backtrace from some of your core's it might help us locate the
problem.
gunzip vmcore.*.gz kernel.*.gz
gdb -k kernel.0 vmcore.0
back
gdb -k kernel.1 vmcore.1
back
I do not think this is vinum or fxp related. If fxp is getting device
timeouts its probably due to the machine or network being attacked.
It's also possible that bad network cabling or a bad switch port
is to blame.
-Matt
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message