From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 05:06:45 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0637516A4CE; Tue, 19 Apr 2005 05:06:45 +0000 (GMT) Received: from klmhosting.net (ip-64-124-231-116.sea1.gadoz.com [64.124.231.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4159F43D41; Tue, 19 Apr 2005 05:06:44 +0000 (GMT) (envelope-from kyle@xraided.net) X-Virus-Flag: No Received: from [172.16.45.200] (account kyle [172.16.45.200] verified) by klmhosting.net (CommuniGate Pro SMTP 4.2.8) with ESMTP id 250061; Mon, 18 Apr 2005 22:03:47 -0700 Message-ID: <42649191.2060800@xraided.net> Date: Mon, 18 Apr 2005 22:05:21 -0700 From: Kyle Mott User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan Pater References: <1109343634.48244.12.camel@yogafrog.blockstackers.com> <20050225212345.GA96534@walton.maths.tcd.ie> In-Reply-To: <20050225212345.GA96534@walton.maths.tcd.ie> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: discarded oversize frames X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 05:06:45 -0000 Have you found a solution to this? I am having the same problems on a machine very recently updated (cvsupped + buildworld on 4/14/2005): kernel.log:Feb 25 13:46:40 trinity kernel: rl0: discard oversize frame (ether type 3db4 flags 3 len 8381 > max 1514) kernel.log:Apr 10 14:27:37 trinity kernel: rl0: discard oversize frame (ether type 5a84 flags 3 len 2614 > max 1514) kernel.log:Apr 18 16:17:53 trinity kernel: rl0: discard oversize frame (ether type 1867 flags 3 len 16941 > max 1514) After the message, the machine becomes completely unresponsive and I have to do a power-off, power-on reset. -Kyle David Malone wrote: >On Fri, Feb 25, 2005 at 10:00:34AM -0500, Jonathan Pater wrote: > > >>fxp0: discard oversize frame (ether type 800 flags 3 len 1515 > max >>1514) >> >>Is this something I should be >>worried about, or is it indicative of something else faulty in the local >>network setup? >> >> > >This message is produced if the ethernet card receives a packet >that is bigger than permitted by the MTU + the size of the ethernet >header. For normal ethernet this means that packets should be <= >1514 bytes. > >So, there are three ways to eliminate the the message: > > 1) Find the machine sending oversize packets and stop it. > 2) Change the MTU on your interface using ifconfig, this > will only work if the other machines on the network expect > larget frames. > 3) You could edit /usr/src/sys/net/if_ethersubr.c and remove > the code that prints this error and then recompile your > kernel. > >David. >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >