All of lore.kernel.org
 help / color / mirror / Atom feed
* "MD5 Hash NOT expected but found" ..
@ 2008-07-29 16:04 Matti Aarnio
  2008-07-29 16:16 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Matti Aarnio @ 2008-07-29 16:04 UTC (permalink / raw)
  To: netdev

Dmesg reports following on  2.6.26-0.45.rc4.git2.fc10.x86_64



MD5 Hash NOT expected but found (207.118.50.124, 4463)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (207.118.50.124, 4463)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (64.91.108.168, 3704)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (64.91.108.168, 3704)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.208.8, 4730)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.208.8, 4730)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.208.8, 4729)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.200.106, 1223)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.200.106, 1223)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.200.106, 3316)->(212.16.98.133, 25)
MD5 Hash NOT expected but found (69.29.200.106, 1169)->(212.16.98.133, 25)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "MD5 Hash NOT expected but found" ..
  2008-07-29 16:04 "MD5 Hash NOT expected but found" Matti Aarnio
@ 2008-07-29 16:16 ` Stephen Hemminger
  2008-07-29 16:37   ` Adam Langley
  2008-07-29 16:40   ` Matti Aarnio
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Hemminger @ 2008-07-29 16:16 UTC (permalink / raw)
  To: Matti Aarnio; +Cc: netdev

On Tue, 29 Jul 2008 19:04:30 +0300
Matti Aarnio <matti.aarnio@zmailer.org> wrote:

> Dmesg reports following on  2.6.26-0.45.rc4.git2.fc10.x86_64
> 
> 
> 
> MD5 Hash NOT expected but found (207.118.50.124, 4463)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (207.118.50.124, 4463)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (64.91.108.168, 3704)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (64.91.108.168, 3704)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.208.8, 4730)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.208.8, 4730)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.208.8, 4729)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.200.106, 1223)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.200.106, 1223)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.200.106, 3316)->(212.16.98.133, 25)
> MD5 Hash NOT expected but found (69.29.200.106, 1169)->(212.16.98.133, 25)
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Somebody is trying to connect with MD5 option.
This kernel message is too verbose for production systems.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "MD5 Hash NOT expected but found" ..
  2008-07-29 16:16 ` Stephen Hemminger
@ 2008-07-29 16:37   ` Adam Langley
  2008-07-29 16:40   ` Matti Aarnio
  1 sibling, 0 replies; 4+ messages in thread
From: Adam Langley @ 2008-07-29 16:37 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Matti Aarnio, netdev

On Tue, Jul 29, 2008 at 9:16 AM, Stephen Hemminger
<shemminger@vyatta.com> wrote:
> Somebody is trying to connect with MD5 option.

The message was there before the rework in net-2.6 and so I kept it at the time.

> This kernel message is too verbose for production systems.

Another person has expressed the same opinion and, in my current code,
I've already removed it. I'll submit a patch. If someone had a good
reason for including it in the first place they can speak up.


Cheers

AGL

-- 
Adam Langley agl@imperialviolet.org http://www.imperialviolet.org

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "MD5 Hash NOT expected but found" ..
  2008-07-29 16:16 ` Stephen Hemminger
  2008-07-29 16:37   ` Adam Langley
@ 2008-07-29 16:40   ` Matti Aarnio
  1 sibling, 0 replies; 4+ messages in thread
From: Matti Aarnio @ 2008-07-29 16:40 UTC (permalink / raw)
  To: netdev

On Tue, Jul 29, 2008 at 09:16:15AM -0700, Stephen Hemminger wrote:
> On Tue, 29 Jul 2008 19:04:30 +0300
> Matti Aarnio <matti.aarnio@zmailer.org> wrote:
> 
> > Dmesg reports following on  2.6.26-0.45.rc4.git2.fc10.x86_64
> > 
> > MD5 Hash NOT expected but found (207.118.50.124, 4463)->(212.16.98.133, 25)
> > MD5 Hash NOT expected but found (207.118.50.124, 4463)->(212.16.98.133, 25)
> > MD5 Hash NOT expected but found (64.91.108.168, 3704)->(212.16.98.133, 25)
> > MD5 Hash NOT expected but found (64.91.108.168, 3704)->(212.16.98.133, 25)
...
> 
> Somebody is trying to connect with MD5 option.
> This kernel message is too verbose for production systems.

Probably yes.  I have seen those kernel messages less frequently than
once per day on average.   "Rule of Least Confusion" does suggest that
unless this really reports about something being wrong, it should not
report it  --  if it is generated because the coder was unsure of what
will happen, then the kernel needs more pacthing.

Current server uptime is 54 days, which means the kernel may have
already been patched somehow regarding this.

/Matti Aarnio

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-29 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29 16:04 "MD5 Hash NOT expected but found" Matti Aarnio
2008-07-29 16:16 ` Stephen Hemminger
2008-07-29 16:37   ` Adam Langley
2008-07-29 16:40   ` Matti Aarnio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.