From: Laurent Riffard <laurent.riffard@free.fr>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Kernel development list <linux-kernel@vger.kernel.org>,
netdev@vger.kernel.org
Subject: Re: 2.6.23-rc[68]-mm: network hangs
Date: Sat, 29 Sep 2007 11:22:06 +0200 [thread overview]
Message-ID: <46FE193E.60200@free.fr> (raw)
In-Reply-To: <20070929013106.4f84320d.akpm@linux-foundation.org>
Le 29.09.2007 10:31, Andrew Morton a écrit :
> On Fri, 28 Sep 2007 21:48:18 +0200 Laurent Riffard <laurent.riffard@free.fr> wrote:
>
>> Hi,
>>
>> >From time to time, I experience some complete network hangs:
>>
>> Suddenly, all network connections become unresponsive. Even "ping
>> 127.0.0.1" doesn't work. SysRq-w does not show any blocked processus.
>>
>> When such hang happen, I have to reboot (shutdown does work).
>>
>> This is not easily reproducible: it happens several minutes after
>> boot (could be 45 minutes or 2 hours). I do not use heavy networking
>> apps (like P2P). My typical usage is a Gnome desktop with browser,
>> mailer, IM, video or audio streaming.
>>
>> I have a single PC connected to a DSL router via ethernet (so no LAN
>> with NFS or CIFS).
>>
>> This happens with 2.6.23-rc8-mm2 and 2.6.23-rc6-mm1. I can't remember
>> when I first see this problem. Maybe 2 months ago.
>>
>> I attached the output of "strace ping 127.0.0.1". How can I collect
>> some more data when this problem happens ?
>>
>
> I have a second report of this from Uwe Bugla (who has been banished from
> all vger lists for various naughtinesses).
>
> Similar story - after a few hours his network router (which is using ppp in
> some fashion) craps out and dhcp queries all time out.
>
> I'd be suspecting a ppp bug in net-2.6.24.
mmm... I don't use PPP at all, nor dhcp.
My DSL box act as a NAT-router. Its local adress is 192.168.0.254 and my PC
is at 192.192.0.9 (fixed IP).
/--- telephone line
|
+----------+
| ADSL box |
+----------+
192.168.0.254
|
192.168.0.9
+-----------+
| PC |
+-----------+
Firstly, I suspected a bug in the DSL box, so I reset it but it did not help.
I have to reboot the PC (don't need to reset the DSL box).
Could a router problem prevent "ping 127.0.0.1" from working ?
[this becomes somewhat off-topic for LKML, sorry]
Here's my routing table:
linux-2.6-mm$ LANG=C netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 eth0
It seems it lacks a route for 127.0.0.1 through lo, isn't it? In this case, if
eth0 hangs, 127.0.0.1 hangs too, no?
So, it could be an ethernet driver bug. I'm using ne2k-pci.
--
laurent
next prev parent reply other threads:[~2007-09-29 9:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-28 19:48 2.6.23-rc[68]-mm: network hangs Laurent Riffard
2007-09-29 8:31 ` Andrew Morton
2007-09-29 9:22 ` Laurent Riffard [this message]
2007-09-29 9:35 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46FE193E.60200@free.fr \
--to=laurent.riffard@free.fr \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.