Date: Wed, 8 May 2002 12:39:14 -0400 From: Rob Ellis <rob@web.ca> To: Walid Nehme <walidn@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: error message Message-ID: <20020508163914.GE18811@web.ca> In-Reply-To: <20020508161246.88481.qmail@web10004.mail.yahoo.com> References: <20020508161246.88481.qmail@web10004.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> /kernel: rl0:no memory for tx listrl1: out of mbufs
There was a thread about a problem like this recently and
somebody suggested it might be a full-duplex/half-duplex
mismatch between the interface and the hub or switch.
Manually setting an interface to half-duplex fixed a
similar problem here yesterday. :-)
So, you might try something like
ifconfig rl0 media 10baseT/UTP mediaopt half-duplex
? assuming you have a 10baseT hub...
- Rob
On Wed, May 08, 2002 at 09:12:46AM -0700, Walid Nehme wrote:
> Dear sirs.
> everything worked fine in my internet cafe. untill i had
> that error.
> /kernel: rl1: out of mbufs, tried to copy 60 bytes.
> too many times including that message
> /kernel: rl0:no memory for tx listrl1: out of mbufs, tried
> to copy 60 bytes.
>
> i have a freebsd 4.3 box working as bridge and have shaping
> on it.
> i'm still installing the mashine it worked for 5 hours fine
> till these messages apear.
>
> this is my netstat -m
> su-2.05# netstat -m
> 5/48/2688 mbufs in use (current/peak/max):
> 3 mbufs allocated to data
> 2 mbufs allocated to packet headers
> 0/8/672 mbuf clusters in use (current/peak/max)
> 28 Kbytes allocated to network (1% of mb_map in use)
> 0 requests for memory denied
> 0 requests for memory delayed
> 0 calls to protocol drain routines
>
> this is my firewall setup
>
> ${fwcmd} add 100 pipe 1 ip from 10.20.0.0:255.255.0.0 to
> any out
> ${fwcmd} add 150 pipe 2 ip from any to
> 10.20.0.0:255.255.0.0 in
> ${fwcmd} pipe 1 config mask src-ip 0x000000ff bw
> 36kbit/s queue 5kbytes
> ${fwcmd} pipe 2 config mask dst-ip 0x000000ff bw
> 200kbit/s queue 5kbytes
> ${fwcmd} add 400 pass udp from 0.0.0.0 2054 to
> 0.0.0.0
> ${fwcmd} add 65000 pass all from any to any
>
>
>
> =====
> Regards.
> Walid Nehme
> ICQ:5855336
> MSN:nastylid@hotmail.com
> my homepage http://gayana.kharkov.com/Start.html
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020508163914.GE18811>
