Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2003 14:36:28 -0400
From:      Bill Moran <wmoran@potentialtech.com>
To:        budsz <budsz@kumprang.or.id>
Cc:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: What's this mean?
Message-ID:  <3EFDE02C.5010003@potentialtech.com>
In-Reply-To: <20030628175128.GA4404@kumprang.or.id>
References:  <20030628175128.GA4404@kumprang.or.id>

next in thread | previous in thread | raw e-mail | index | archive | help
budsz wrote:
> Hi dude,
> 
> I get message in /var/log/message:
> 
> /kernel: in_cksum: out of data by 3
> 
> Would you explain this message? 

in_chksum is a routine that validates the checksum of recieved network data.
As far as I can tell from the code, that error means that the packet of data
was three bytes shorter than it should have been.  One way or the other it's
a network problem.  Could be crappy NIC or other hardware.  Could be some sort
of attack using invalid packets.  I'm not familiar enough with that corner of
the code to say for sure.
Is this happening frequently?  If you only saw the message once, you can
probably ignore it as a network glitch, but if it's showing up often, you'd
do well to track down the source and fix it.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EFDE02C.5010003>