mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Ray Lee" <ray-lk@madrabbit.org>
To: "Justin Mattock" <justinmattock@gmail.com>
Cc: "Didier Raboud" <didier@raboud.com>,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: stuck tcp connections 2.6.26-rc7
Date: Wed, 25 Jun 2008 08:16:20 -0700	[thread overview]
Message-ID: <2c0942db0806250816r123affb4x4ef17f4773180a10@mail.gmail.com> (raw)
In-Reply-To: <dd18b0c30806242325j4f6d1b1bw1cdde7ea08ad12e2@mail.gmail.com>

On Tue, Jun 24, 2008 at 11:25 PM, Justin Mattock
<justinmattock@gmail.com> wrote:
> On Tue, Jun 24, 2008 at 8:03 PM, Justin Mattock <justinmattock@gmail.com> wrote:
>> On Tue, Jun 24, 2008 at 5:16 PM, Ray Lee <ray-lk@madrabbit.org> wrote:
>>> 2008/6/23 Justin Mattock <justinmattock@gmail.com>:
>>>> On Mon, Jun 23, 2008 at 5:04 PM, Didier Raboud <didier@raboud.com> wrote:
>>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>>> Hash: SHA1
>>>>>
>>>>> Justin Mattock wrote:
>>>>>
>>>>>> On Mon, Jun 23, 2008 at 3:59 AM, Andrew Morton
>>>>>> <akpm@linux-foundation.org> wrote:
>>>>>>> On Sun, 22 Jun 2008 18:09:16 +0000 "Justin Mattock"
>>>>>>> <justinmattock@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hello; I too am experiencing internet connectivity problems, for  a
>>>>>>>> while I thought
>>>>>>>> It was due to low bandwidth(or being ddos attacked) but yesterday I
>>>>>>>> noticed with watch netstat -ntu
>>>>>>>> send-Q was stuck on a number; the connection would not go to TIME_WAIT
>>>>>>>> resulting in music to pause, and t.v. to freeze.
>>>>>>>> In my experiences running xmms streaming music is fine, no problems,
>>>>>>>> but as soon as
>>>>>>>> you watch something with flash player the stream start's getting
>>>>>>>> really bad. In the past with older kernel's
>>>>>>>> I usually can watch t.v.(with flash) and stream music at the same time
>>>>>>>> without any trouble.
>>>>>>>> lately I've been Running the kernel in No forced Preemption with a
>>>>>>>> time frequency at 100. having the kernel set in this mode really shows
>>>>>>>> the connection problems, but if I change the preemption to another,
>>>>>>>> and bump up the timer frequency the poor internet connection is not as
>>>>>>>> bad(or stuck tcp) but still prevalent. more pops in the music, and
>>>>>>>> sudden internet loss for around five seconds, then goes back
>>>>>>>> So from over here streaming music has no problems from what I can see,
>>>>>>>> but as soon as I watch media, it becomes a mess.
>>>>>>>
>>>>>>> (cc netdev)
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Cool, Thanks for sending the cc
>>>>>> regards;
>>>>>
>>>>> Hi,
>>>>>
>>>>> I get something like a similar bug: when pinging my local gateway, I loose
>>>>> packets (over wifi (iwl3945) ). Before the update to 2.6.26-rc7 (Debian), I
>>>>> had no such issues (which makes Internet browsing working but weirdly).
>>>>>
>>>>> I can't know for sure that my bug is related to the above, but suppose so.
>>>>> Please ask for details !
>>>>>
>>>>> Regards,
>>>>>
>>>>> Didier Raboud
>>>>> - --
>>>>
>>>> Cool;(cool as in I'm not the only one,not cool for sh*%y internet connections)
>>>> there is something definitely happening with the tcp connection.,
>>>> After looking more at the situation
>>>> I get a good connection when just streaming music, but as soon as I
>>>> watch with flash or even search through firefox
>>>> I'm getting a dead period of no internet, and then a few seconds later
>>>> no problems.Almost as if some timer in the code is missing something
>>>> or not firing off at the right time.
>>>> At this point I'm still uncertain with what is happening.
>>>> regards;
>>>
>>> If you leave a ping running as root to your local gateway from a
>>> console ( nice -n -10 ping -i 0.5 192.168.1.1
>>>  or whichever ip ), does it show dropouts?
>>>
>>
>> I'll give that a try and see what happens.
>> regards;
>>
>> --
>> Justin P. Mattock
>>
>
> Hmm, well I really don't know what to say with the tcp
> connection(issue), It seems to go in and out of phases i.g.
> at first running music, and t.v.(through flash) there's moments of
> pauses,(around 5 secs or so) then after a while
> the tcp seems to even itself out, but then after a while(5min or so)
> the same pauses begin. Maybe due to some missing packet, or
> some deadlock if this is proper to say.

On my system, I've noticed that the flashplugin can manage to starve
other processes in a pure scheduler sort of way, so you might try
running latencytop to see if there's some sort of issue there. OTOH,
I've noticed firefox itself hang for 3-15 seconds in the middle of a
read (just as you describe), with nothing else going on in the system,
so <shrug>. I've been blaming firefox, but I could be wrong.

  reply	other threads:[~2008-06-25 15:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-22 18:09 Justin Mattock
2008-06-23  3:59 ` Andrew Morton
2008-06-23  7:13   ` Justin Mattock
2008-06-23 17:04     ` Didier Raboud
2008-06-24  1:45       ` Justin Mattock
2008-06-24 17:16         ` Ray Lee
2008-06-24 20:03           ` Justin Mattock
2008-06-25  6:25             ` Justin Mattock
2008-06-25 15:16               ` Ray Lee [this message]
2008-06-25 16:22                 ` Justin Mattock
2008-06-25 22:24                 ` David Miller
2008-06-25 23:29                   ` Justin Mattock
2008-06-26  7:54                     ` Justin Mattock
2008-06-26 22:40                       ` Justin Mattock

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=2c0942db0806250816r123affb4x4ef17f4773180a10@mail.gmail.com \
    --to=ray-lk@madrabbit.org \
    --cc=didier@raboud.com \
    --cc=justinmattock@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®