From owner-freebsd-questions Wed May 8 9:39:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spin.web.net (spin.web.net [192.139.37.16]) by hub.freebsd.org (Postfix) with ESMTP id D6B8337B405 for ; Wed, 8 May 2002 09:39:22 -0700 (PDT) Received: by spin.web.net (Postfix, from userid 1000) id CDD8A12E9F8; Wed, 8 May 2002 12:39:14 -0400 (EDT) Date: Wed, 8 May 2002 12:39:14 -0400 From: Rob Ellis To: Walid Nehme Cc: freebsd-questions@FreeBSD.ORG Subject: Re: error message Message-ID: <20020508163914.GE18811@web.ca> References: <20020508161246.88481.qmail@web10004.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020508161246.88481.qmail@web10004.mail.yahoo.com> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > /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