linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Weird network problems with 2.6.23-rc2
@ 2007-08-11  7:39 Shish
  2007-08-11 21:55 ` Jiri Kosina
  2007-11-13 16:03 ` Ray Lee
  0 siblings, 2 replies; 3+ messages in thread
From: Shish @ 2007-08-11  7:39 UTC (permalink / raw)
  To: linux-kernel

Something seems to have broken in 2.6.23-rc2, and I'm not sure what, or
where I should look for further debugging. The info I have:

On my 2.6.23-rc2 desktop, things run fine.

On my test server, built from the same source tree, networking goes
strange every few minutes, with the following symptoms:

o) running ping against the server, the first ping goes through;
further pings go AWOL until about icmp_seq=30, when I get 4-5 icmp
replies (marked as DUP!), then no pings for a while, then dups, and so
on.

o) the server doesn't see ARP replies. According to tcpdump, the server
will send eg "who has 192.168.0.2? tell 192.168.0.1"; the client in
question will recieve the packet and send a response, but nothing shows
up in the server-side tcpdump.

o) after a few minutes of random network troubles, everything will work
fine again, (ping is normal, arp replies are seen, tcp sessions work)
for a few minutes.

o) The server's dmesg shows lots of "short udp packet" messages

o) ifdown then ifup'ing the interfaces fixes things, temporarily.

Reverting to 2.6.22, everything seems to be running fine (but no lguest,
which is what I came for :( )

I've also tried with the latest code from git, the behaviour is the same
as 2.6.23-rc2.

-- 
Shish

PS. First message to the list, please don't hurt me :P

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

* Re: Weird network problems with 2.6.23-rc2
  2007-08-11  7:39 Weird network problems with 2.6.23-rc2 Shish
@ 2007-08-11 21:55 ` Jiri Kosina
  2007-11-13 16:03 ` Ray Lee
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2007-08-11 21:55 UTC (permalink / raw)
  To: Shish; +Cc: linux-kernel, netdev

On Sat, 11 Aug 2007, Shish wrote:

> Something seems to have broken in 2.6.23-rc2, and I'm not sure what, or
> where I should look for further debugging. The info I have:
> 
> On my 2.6.23-rc2 desktop, things run fine.
> 
> On my test server, built from the same source tree, networking goes
> strange every few minutes, with the following symptoms:
> 
> o) running ping against the server, the first ping goes through;
> further pings go AWOL until about icmp_seq=30, when I get 4-5 icmp
> replies (marked as DUP!), then no pings for a while, then dups, and so
> on.
> 
> o) the server doesn't see ARP replies. According to tcpdump, the server
> will send eg "who has 192.168.0.2? tell 192.168.0.1"; the client in
> question will recieve the packet and send a response, but nothing shows
> up in the server-side tcpdump.
> 
> o) after a few minutes of random network troubles, everything will work
> fine again, (ping is normal, arp replies are seen, tcp sessions work)
> for a few minutes.
> 
> o) The server's dmesg shows lots of "short udp packet" messages
> 
> o) ifdown then ifup'ing the interfaces fixes things, temporarily.
> 
> Reverting to 2.6.22, everything seems to be running fine (but no lguest,
> which is what I came for :( )
> 
> I've also tried with the latest code from git, the behaviour is the same
> as 2.6.23-rc2.

This needs to go to netdev, CC added.

Also, git-bisect will help a lot here to find the commit which caused the 
regression you are seeing.

-- 
Jiri Kosina

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

* Re: Weird network problems with 2.6.23-rc2
  2007-08-11  7:39 Weird network problems with 2.6.23-rc2 Shish
  2007-08-11 21:55 ` Jiri Kosina
@ 2007-11-13 16:03 ` Ray Lee
  1 sibling, 0 replies; 3+ messages in thread
From: Ray Lee @ 2007-11-13 16:03 UTC (permalink / raw)
  To: Shish; +Cc: linux-kernel, netdev

Hello there Shish,

On Aug 10, 2007 11:39 PM, Shish <shish@shishnet.org> wrote:
> Something seems to have broken in 2.6.23-rc2, and I'm not sure what, or
> where I should look for further debugging. The info I have:
>
> On my 2.6.23-rc2 desktop, things run fine.
>
> On my test server, built from the same source tree, networking goes
> strange every few minutes, with the following symptoms:
>
> o) running ping against the server, the first ping goes through;
> further pings go AWOL until about icmp_seq=30, when I get 4-5 icmp
> replies (marked as DUP!), then no pings for a while, then dups, and so
> on.
>
> o) the server doesn't see ARP replies. According to tcpdump, the server
> will send eg "who has 192.168.0.2? tell 192.168.0.1"; the client in
> question will recieve the packet and send a response, but nothing shows
> up in the server-side tcpdump.
>
> o) after a few minutes of random network troubles, everything will work
> fine again, (ping is normal, arp replies are seen, tcp sessions work)
> for a few minutes.
>
> o) The server's dmesg shows lots of "short udp packet" messages
>
> o) ifdown then ifup'ing the interfaces fixes things, temporarily.
>
> Reverting to 2.6.22, everything seems to be running fine (but no lguest,
> which is what I came for :( )
>
> I've also tried with the latest code from git, the behaviour is the same
> as 2.6.23-rc2.

Several questions. What network card do you have on your server? Is
this still reproducible with the latest code from git? If so, it would
be extremely helpful if you could do a bisect between 2.6.22 and
2.6.23-rc2. Feel free to ask for help if you need it.

Ray

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

end of thread, other threads:[~2007-11-13 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-11  7:39 Weird network problems with 2.6.23-rc2 Shish
2007-08-11 21:55 ` Jiri Kosina
2007-11-13 16:03 ` Ray Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).