Link to home
Start Free TrialLog in
Avatar of lucibranc
lucibranc

asked on

Linux kernel bothering message

I have a machine running mandrake linux 8.1 and I have compiled kernel 2.4.16. For a long time now, I am getting these strange messages in the console :

ipt_unclean: TCP flags bad: 4

(approx every 2 secs)
they appear to be coming from the kernel, as nothing seems to stop them. they pop up over any program, in any console. the only way I can actually get some work done is in X, where i don't see any console directly.
How can i disable them ? What do they mean ?
It would seem strange to think that my machine receives bad tcp packets at this rate.
  Thanks
Avatar of datibbaW
datibbaW

Did you check your network cables / hubs / switches ?
ASKER CERTIFIED SOLUTION
Avatar of Kyle Schroeder
Kyle Schroeder
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lucibranc

ASKER

ok, So the code in the kernel thinks that some packets are bad, but they are not. Thing is, I don't want to see what the kernel thinks, not in this intrusive way, at least. These messages pop over just about anything !

If I apply the patch, the kernel will no longer make mistakes about the packets, but if I happen to receive some actual bad packets, it will start annoyng me anyway. I thought these things should be written in logs.
I would refer you to the same link dogztar posted. Good Luck.
Check /etc/syslog.conf and read the manual page on it -- try disabling message output to the console and redirecting them to some log file.