On Fri, May 11, 2001 at 02:42:35PM +0200, Munish Chopra wrote:
> One of the machines on our network spits out the following (constantly):
>
> xl0: no memory for rx list -- packet dropped!
Did you check if you are running out of mbufs on this system? (netstat -m)
I had exactly the same symptom on a machine that was getting hammered by
the network traffic. If it is running out of mbufs, increase the number
of mbufs using the sysctl in /boot/loader.conf, reboot and watch the box
to see if this fixed the problem.
> It is of course unreachable through the network. This popped up on
> 4.2-RELEASE one single time, then went away after a reboot. Now, on
> 4.3-RELEASE, it was running fine till about two hours ago. Reboots aren't
> helping.
Rebooting won't help if you don't fix the source of the problem, which is the
amount of network traffic your box is getting.
HTH,
Timo
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message