Re: What's this mean?
From: Bill Moran (wmoran_at_potentialtech.com)
Date: 06/28/03
- Previous message: John Ekins: "Re: Softupdates: df, du, sync and fsck [quite long]"
- In reply to: budsz: "What's this mean?"
- Next in thread: budsz: "Re: What's this mean?"
- Reply: budsz: "Re: What's this mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 28 Jun 2003 14:36:28 -0400 To: budsz <budsz@kumprang.or.id>
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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: John Ekins: "Re: Softupdates: df, du, sync and fsck [quite long]"
- In reply to: budsz: "What's this mean?"
- Next in thread: budsz: "Re: What's this mean?"
- Reply: budsz: "Re: What's this mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|