Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET) : The connection was reset.

2012-06-04 Thread Aharon Schkolnik
On Thursday, May 31, 2012, shimi wrote:
 On Thu, May 31, 2012 at 2:19 PM, Oleg Goldshmidt p...@goldshmidt.org 
wrote:
  On Thu, May 31, 2012 at 2:10 PM, ronys ro...@gmx.net wrote:
  Looks like Walla's having electric problems at their servers:
  http://www.globes.co.il/news/article.aspx?did=1000753302
  
  FWIW, I get connection reset *all the time* from various Google
  services - gmail, news, search, maps, youtube. I stopped raising a
  brow, just hit the try again button. It never occurred to me to
  suspect Linux (this looks to me a Google-specific issue) - I thought
  those were glitches in Google's massive datacenters... Or maybe in
  some Israeli cache or whatever.
 
 More likely than a Linux's fault, is faulty routers (or appliances) on
 your path to Google's servers, that think they're smarter than Internet
 endpoints, instead of just... routing traffic, what they were originally
 supposed to do. Sometimes it's those smart QoS boxes...
 
 Recently I did a very long debugging session on a customer of
 Netvision/Barak, and realized that their equipment doesn't like the
 advanced features enabled by Linux by default - the behavior of the
 ISP network changed as I modified the things below. I would start
 echoing 0 to numerous stuff under /proc/sys/net/ipv4/* to see if the
 problem alleviates.

If the problem is related to one of these features, would that explain  the 
instances where I can get an URL with wget, but not access it from a 
browser ?

 
 Start with disabling:
 
 TCP Timestamps
 TCP SYN Cookies
 Window Scaling
 Selective ACKs (SACKs)
 
 Also try MTU @ 1300 for the fun
 
 And if you have TCP Offloading... might want to disable that, too. It
 could be your NIC / NIC driver.
 
 Good luck :-)
 
 -- Shimi


-- 
  The day is short, and the work is great,|  Aharon Schkolnik
  and the laborers are lazy, and the reward   |  
  is great, and the Master of the house is|  aschkol...@gmail.com
  impatient. - Ethics Of The Fathers Ch. 2|  054 3344135
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET) : The connection was reset.

2012-06-04 Thread shimi
On Mon, Jun 4, 2012 at 9:12 AM, Aharon Schkolnik schkol...@013.net wrote:

 **

 On Thursday, May 31, 2012, shimi wrote:

  On Thu, May 31, 2012 at 2:19 PM, Oleg Goldshmidt p...@goldshmidt.org
 wrote:

   On Thu, May 31, 2012 at 2:10 PM, ronys ro...@gmx.net wrote:

   Looks like Walla's having electric problems at their servers:

   http://www.globes.co.il/news/article.aspx?did=1000753302

  

   FWIW, I get connection reset *all the time* from various Google

   services - gmail, news, search, maps, youtube. I stopped raising a

   brow, just hit the try again button. It never occurred to me to

   suspect Linux (this looks to me a Google-specific issue) - I thought

   those were glitches in Google's massive datacenters... Or maybe in

   some Israeli cache or whatever.

 

  More likely than a Linux's fault, is faulty routers (or appliances) on

  your path to Google's servers, that think they're smarter than Internet

  endpoints, instead of just... routing traffic, what they were originally

  supposed to do. Sometimes it's those smart QoS boxes...

 

  Recently I did a very long debugging session on a customer of

  Netvision/Barak, and realized that their equipment doesn't like the

  advanced features enabled by Linux by default - the behavior of the

  ISP network changed as I modified the things below. I would start

  echoing 0 to numerous stuff under /proc/sys/net/ipv4/* to see if the

  problem alleviates.


 If the problem is related to one of these features, would that explain the
 instances where I can get an URL with wget, but not access it from a
 browser ?




Yes, different apps can use different features of TCP. Actually, when I
started this debugging what I was talking about, Telnet (from
netkit-telnetd) to port 80 and access from FF, and MSIE, all behaved
differently...

Try tcpdump port 80 and compare the options...

-- Shimi
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Aharon Schkolnik
Hi.

My daughter has an email account on Walla.

When I try to access http://newmail.walla.co.il/ or 
http://mail.walla.co.il/ using either firefox or Chrome, I get:

This webpage is not available
The connection to newmail.walla.co.il was interrupted.
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

Actually, I am experiencing the same problem with http://www.jobnet.co.il


Can anyone else confirm this behavior, or is this happening to me.

Can anyone explain why this might be happening ?

TIA.

Aharon


-- 
  The day is short, and the work is great,|  Aharon Schkolnik
  and the laborers are lazy, and the reward   |  
  is great, and the Master of the house is|  aschkol...@gmail.com
  impatient. - Ethics Of The Fathers Ch. 2|  054 3344135
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Jonathan Ben Avraham

Hi Aharon,
Either the URL is incorrect or they are in fact down. See the wget output:

yba@gamla:~$ wget http://newmail.walla.co.il/
--2012-05-31 11:46:32--  http://newmail.walla.co.il/
Resolving newmail.walla.co.il... 192.118.82.149
Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2012-05-31 11:46:32 ERROR 503: Service Unavailable.

yba@gamla:~$

 - yba


On Thu, 31 May 2012, Aharon Schkolnik wrote:


Date: Thu, 31 May 2012 11:36:23 +0300
From: Aharon Schkolnik schkol...@013.net
Reply-To: aschkol...@gmail.com
To: linux-il linux-il@cs.huji.ac.il
Subject: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The
connection was reset.


Hi.


My daughter has an email account on Walla.


When I try to access http://newmail.walla.co.il/ or http://mail.walla.co.il/ 
using either firefox or Chrome, I get:


This webpage is not available

The connection to newmail.walla.co.il was interrupted.

Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.


Actually, I am experiencing the same problem with http://www.jobnet.co.il



Can anyone else confirm this behavior, or is this happening to me.


Can anyone explain why this might be happening ?


TIA.


Aharon



--

The day is short, and the work is great, | Aharon Schkolnik

and the laborers are lazy, and the reward |

is great, and the Master of the house is | aschkol...@gmail.com

impatient. - Ethics Of The Fathers Ch. 2 | 054 3344135






--
 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - y...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Aharon Schkolnik
Interesting, you get 503, but I get connection reset:


$wget http://newmail.walla.co.il/
--2012-05-31 11:54:25--  http://newmail.walla.co.il/
Resolving newmail.walla.co.il... 192.118.82.149
Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.
Retrying.


Anyone happen to have a windows machine handy - curious if it works from 
there.


On Thursday, May 31, 2012, Jonathan Ben Avraham wrote:
 Hi Aharon,
 Either the URL is incorrect or they are in fact down. See the wget
 output:
 
 yba@gamla:~$ wget http://newmail.walla.co.il/
 --2012-05-31 11:46:32--  http://newmail.walla.co.il/
 Resolving newmail.walla.co.il... 192.118.82.149
 Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
 HTTP request sent, awaiting response... 503 Service Unavailable
 2012-05-31 11:46:32 ERROR 503: Service Unavailable.
 
 yba@gamla:~$
 
   - yba
 
 On Thu, 31 May 2012, Aharon Schkolnik wrote:
  Date: Thu, 31 May 2012 11:36:23 +0300
  From: Aharon Schkolnik schkol...@013.net
  Reply-To: aschkol...@gmail.com
  To: linux-il linux-il@cs.huji.ac.il
  Subject: Walla mail from Linux - Error 101
  (net::ERR_CONNECTION_RESET): The
  
  connection was reset.
  
  Hi.
  
  
  My daughter has an email account on Walla.
  
  
  When I try to access http://newmail.walla.co.il/ or
  http://mail.walla.co.il/ using either firefox or Chrome, I get:
  
  
  This webpage is not available
  
  The connection to newmail.walla.co.il was interrupted.
  
  Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
  
  
  Actually, I am experiencing the same problem with
  http://www.jobnet.co.il
  
  
  
  Can anyone else confirm this behavior, or is this happening to me.
  
  
  Can anyone explain why this might be happening ?
  
  
  TIA.
  
  
  Aharon
  
  
  
  --
  
  The day is short, and the work is great, | Aharon Schkolnik
  
  and the laborers are lazy, and the reward |
  
  is great, and the Master of the house is | aschkol...@gmail.com
  
  impatient. - Ethics Of The Fathers Ch. 2 | 054 3344135


-- 
  The day is short, and the work is great,|  Aharon Schkolnik
  and the laborers are lazy, and the reward   |  
  is great, and the Master of the house is|  aschkol...@gmail.com
  impatient. - Ethics Of The Fathers Ch. 2|  054 3344135
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread geoffrey mendelson


On May 31, 2012, at 11:55 AM, Aharon Schkolnik wrote:


Interesting, you get 503, but I get connection reset:


In effect the same thing. The 503 is the real error, the connection  
reset is what you see when you go through a proxy which gets the same  
error.


Your ISP is re-routing your connections via a caching proxy. Most do.

Geoff.

--
Geoffrey S. Mendelson,  N3OWJ/4X1GM/KBUH7245/KBUW5379
To put it in terms everyone understands, the US debt is over 150  
Facebooks.


















___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Jonathan Ben Avraham


Sorry, I was going through a proxy. Here's without proxy:

benavrhm@taragon:~$ wget http://newmail.walla.co.il/
--12:07:02--  http://newmail.walla.co.il/
   = `index.html'
Resolving newmail.walla.co.il... 192.118.82.149
Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.

Retrying.

--12:07:03--  http://newmail.walla.co.il/
  (try: 2) = `index.html'
Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.

Retrying.

--12:07:05--  http://newmail.walla.co.il/
  (try: 3) = `index.html'
Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.

Retrying.

--12:07:08--  http://newmail.walla.co.il/
  (try: 4) = `index.html'
Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by 
peer) in headers.

Retrying.


On Thu, 31 May 2012, Aharon Schkolnik wrote:


Date: Thu, 31 May 2012 11:55:48 +0300
From: Aharon Schkolnik schkol...@013.net
Reply-To: aschkol...@gmail.com
To: Jonathan Ben Avraham y...@tkos.co.il
Cc: linux-il linux-il@cs.huji.ac.il
Subject: Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET):
The connection was reset.


Interesting, you get 503, but I get connection reset:



$wget http://newmail.walla.co.il/

--2012-05-31 11:54:25-- http://newmail.walla.co.il/

Resolving newmail.walla.co.il... 192.118.82.149

Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.

HTTP request sent, awaiting response... Read error (Connection reset by peer) 
in headers.

Retrying.



Anyone happen to have a windows machine handy - curious if it works from there.



On Thursday, May 31, 2012, Jonathan Ben Avraham wrote:

 Hi Aharon,

 Either the URL is incorrect or they are in fact down. See the wget

 output:



 yba@gamla:~$ wget http://newmail.walla.co.il/

 --2012-05-31 11:46:32-- http://newmail.walla.co.il/

 Resolving newmail.walla.co.il... 192.118.82.149

 Connecting to newmail.walla.co.il|192.118.82.149|:80... connected.

 HTTP request sent, awaiting response... 503 Service Unavailable

 2012-05-31 11:46:32 ERROR 503: Service Unavailable.



 yba@gamla:~$



 - yba



 On Thu, 31 May 2012, Aharon Schkolnik wrote:

  Date: Thu, 31 May 2012 11:36:23 +0300

  From: Aharon Schkolnik schkol...@013.net

  Reply-To: aschkol...@gmail.com

  To: linux-il linux-il@cs.huji.ac.il

  Subject: Walla mail from Linux - Error 101

  (net::ERR_CONNECTION_RESET): The

 

  connection was reset.

 

  Hi.

 

 

  My daughter has an email account on Walla.

 

 

  When I try to access http://newmail.walla.co.il/ or

  http://mail.walla.co.il/ using either firefox or Chrome, I get:

 

 

  This webpage is not available

 

  The connection to newmail.walla.co.il was interrupted.

 

  Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

 

 

  Actually, I am experiencing the same problem with

  http://www.jobnet.co.il

 

 

 

  Can anyone else confirm this behavior, or is this happening to me.

 

 

  Can anyone explain why this might be happening ?

 

 

  TIA.

 

 

  Aharon

 

 

 

  --

 

  The day is short, and the work is great, | Aharon Schkolnik

 

  and the laborers are lazy, and the reward |

 

  is great, and the Master of the house is | aschkol...@gmail.com

 

  impatient. - Ethics Of The Fathers Ch. 2 | 054 3344135



--

The day is short, and the work is great, | Aharon Schkolnik

and the laborers are lazy, and the reward |

is great, and the Master of the house is | aschkol...@gmail.com

impatient. - Ethics Of The Fathers Ch. 2 | 054 3344135






--
 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
 - y...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Aharon Schkolnik
OK, sorry everyone - false alarm - apparently not a Linux issue.

_

However, if I've already started, maybe someone can help me out with a 
similiar problem which I know is linux related -  I checked.

If I access http://www.jobnet.co.il/ from firefox on Linux, I get some or 
none of the graphics (looks like I get all the text). From firefox on 
Windows - I get everything. Sometime, if I reload the page many times, I 
get more of the graphics. Sometimes when I reload I actually get less.

If I go to http://www.jobnet.co.il/SearchIndex.aspx from Chrome, I get:

No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection 
without sending any data.


Any ideas ??



On Thursday, May 31, 2012, Alon Barzilai wrote:
 I got connection reset from 2 windows machines.
 Alon.
 
 
 
  On 31/05/2012 11:55 AM, Aharon Schkolnik wrote:
 Interesting, you get 503, but I get
 connection reset:
 
 
 
 
 
 
 $wget http://newmail.walla.co.il/
 --2012-05-31 11:54:25--
 http://newmail.walla.co.il/
 Resolving newmail.walla.co.il...
 192.118.82.149
 Connecting to
 newmail.walla.co.il|192.118.82.149|:80... connected.
 HTTP request sent, awaiting response... Read
 error (Connection reset by peer) in headers.
 Retrying.
 
 
 
 
 
 
 Anyone happen to have a windows machine handy
 - curious if it works from there.
 
 
 
 
 
 
 On Thursday, May 31, 2012, Jonathan Ben
 
 Avraham wrote:
  Hi Aharon,
  Either the URL is incorrect or they are
 
 in fact down. See the wget
 
  output:
  
  yba@gamla:~$ wget
 
 http://newmail.walla.co.il/
 
  --2012-05-31 11:46:32--
 
 http://newmail.walla.co.il/
 
  Resolving newmail.walla.co.il...
 
 192.118.82.149
 
  Connecting to
 
 newmail.walla.co.il|192.118.82.149|:80... connected.
 
  HTTP request sent, awaiting response...
 
 503 Service Unavailable
 
  2012-05-31 11:46:32 ERROR 503: Service
 
 Unavailable.
 
  yba@gamla:~$
  
  - yba
  
  On Thu, 31 May 2012, Aharon Schkolnik
 
 wrote:
   Date: Thu, 31 May 2012 11:36:23
 
 +0300
 
   From: Aharon Schkolnik
 
 schkol...@013.net
 
   Reply-To: aschkol...@gmail.com
   To: linux-il
 
 linux-il@cs.huji.ac.il
 
   Subject: Walla mail from Linux -
 
 Error 101
 
   (net::ERR_CONNECTION_RESET): The
   
   connection was reset.
   
   Hi.
   
   
   My daughter has an email account on
 
 Walla.
 
   When I try to access
 
 http://newmail.walla.co.il/ or
 
   http://mail.walla.co.il/ using
 
 either firefox or Chrome, I get:
   This webpage is not available
   
   The connection to
 
 newmail.walla.co.il was interrupted.
 
   Error 101
 
 (net::ERR_CONNECTION_RESET): The connection was reset.
 
   Actually, I am experiencing the
 
 same problem with
 
   http://www.jobnet.co.il
   
   
   
   Can anyone else confirm this
 
 behavior, or is this happening to me.
 
   Can anyone explain why this might
 
 be happening ?
 
   TIA.
   
   
   Aharon
   
   
   
   --
   
   The day is short, and the work is
 
 great, | Aharon Schkolnik
 
   and the laborers are lazy, and the
 
 reward |
 
   is great, and the Master of the
 
 house is | aschkol...@gmail.com
 
   impatient. - Ethics Of The Fathers
 
 Ch. 2 | 054 3344135


-- 
  The day is short, and the work is great,|  Aharon Schkolnik
  and the laborers are lazy, and the reward   |  
  is great, and the Master of the house is|  aschkol...@gmail.com
  impatient. - Ethics Of The Fathers Ch. 2|  054 3344135
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Alon Barzilai

  
  
I got connection reset from 2 windows machines. 
Alon.


On 31/05/2012 11:55 AM, Aharon Schkolnik wrote:

  
  
  Interesting, you get 503, but I get
connection reset:
  
  
  
  
  $wget http://newmail.walla.co.il/
  --2012-05-31 11:54:25--
http://newmail.walla.co.il/
  Resolving newmail.walla.co.il...
192.118.82.149
  Connecting to
newmail.walla.co.il|192.118.82.149|:80... connected.
  HTTP request sent, awaiting response... Read
error (Connection reset by peer) in headers.
  Retrying.
  
  
  
  
  Anyone happen to have a windows machine handy
- curious if it works from there.
  
  
  
  
  On Thursday, May 31, 2012, Jonathan Ben
Avraham wrote:
   Hi Aharon,
   Either the URL is incorrect or they are
in fact down. See the wget
   output:
   
   yba@gamla:~$ wget
http://newmail.walla.co.il/
   --2012-05-31 11:46:32--
http://newmail.walla.co.il/
   Resolving newmail.walla.co.il...
192.118.82.149
   Connecting to
newmail.walla.co.il|192.118.82.149|:80... connected.
   HTTP request sent, awaiting response...
503 Service Unavailable
   2012-05-31 11:46:32 ERROR 503: Service
Unavailable.
   
   yba@gamla:~$
   
   - yba
   
   On Thu, 31 May 2012, Aharon Schkolnik
wrote:
Date: Thu, 31 May 2012 11:36:23
+0300
From: Aharon Schkolnik
schkol...@013.net
Reply-To: aschkol...@gmail.com
To: linux-il
linux-il@cs.huji.ac.il
Subject: Walla mail from Linux -
Error 101
(net::ERR_CONNECTION_RESET): The

connection was reset.

Hi.


My daughter has an email account on
Walla.


When I try to access
http://newmail.walla.co.il/ or
http://mail.walla.co.il/ using
either firefox or Chrome, I get:


This webpage is not available

The connection to
newmail.walla.co.il was interrupted.

Error 101
(net::ERR_CONNECTION_RESET): The connection was reset.


Actually, I am experiencing the
same problem with
http://www.jobnet.co.il



Can anyone else confirm this
behavior, or is this happening to me.


Can anyone explain why this might
be happening ?


TIA.


Aharon



--

The day is short, and the work is
great, | Aharon Schkolnik

and the laborers are lazy, and the
reward |

is great, and the Master of the
house is | aschkol...@gmail.com

impatient. - Ethics Of The Fathers
Ch. 2 | 054 3344135
  
  
  
  
  -- 
   The day is short, and the work is great, |
Aharon Schkolnik
   and the laborers are lazy, and the reward |
  
   is great, and the Master of the house is |
aschkol...@gmail.com
   impatient. - Ethics Of The Fathers Ch. 2 |
054 3344135
  
  
  
  
  
  ___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


  


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Nadav Har'El
On Thu, May 31, 2012, geoffrey mendelson wrote about Re: Walla mail from Linux 
- Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.:
 Interesting, you get 503, but I get connection reset:
 
 In effect the same thing. The 503 is the real error, the connection
 reset is what you see when you go through a proxy which gets the
 same error.

I believe it's the other way around?

-- 
Nadav Har'El|  Thursday, May 31 2012, 
n...@math.technion.ac.il |-
Phone +972-523-790466, ICQ 13349191 |A professor is one who talks in someone
http://nadav.harel.org.il   |else's sleep.

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread ronys
Looks like Walla's having electric problems at their servers:
http://www.globes.co.il/news/article.aspx?did=1000753302

R.

On Thu, May 31, 2012 at 1:39 PM, Nadav Har'El n...@math.technion.ac.ilwrote:

 On Thu, May 31, 2012, geoffrey mendelson wrote about Re: Walla mail from
 Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.:
  Interesting, you get 503, but I get connection reset:
 
  In effect the same thing. The 503 is the real error, the connection
  reset is what you see when you go through a proxy which gets the
  same error.

 I believe it's the other way around?

 --
 Nadav Har'El|  Thursday, May 31
 2012,
 n...@math.technion.ac.il
 |-
 Phone +972-523-790466, ICQ 13349191 |A professor is one who talks in
 someone
 http://nadav.harel.org.il   |else's sleep.

 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il




-- 
Ubi dubium, ibi libertas (where there is doubt, there is freedom)
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Oleg Goldshmidt
On Thu, May 31, 2012 at 2:10 PM, ronys ro...@gmx.net wrote:

 Looks like Walla's having electric problems at their servers:
 http://www.globes.co.il/news/article.aspx?did=1000753302



FWIW, I get connection reset *all the time* from various Google services
- gmail, news, search, maps, youtube. I stopped raising a brow, just hit
the try again button. It never occurred to me to suspect Linux (this
looks to me a Google-specific issue) - I thought those were glitches in
Google's massive datacenters... Or maybe in some Israeli cache or whatever.

-- 
Oleg Goldshmidt | p...@goldshmidt.org o...@goldshmidt.org
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread Oleg Goldshmidt
On Thu, May 31, 2012 at 2:19 PM, Oleg Goldshmidt p...@goldshmidt.org wrote:


 FWIW, I get connection reset *all the time* from various Google services
 - gmail, news, search, maps, youtube. I stopped raising a brow, just hit
 the try again button. It never occurred to me to suspect Linux (this
 looks to me a Google-specific issue) - I thought those were glitches in
 Google's massive datacenters... Or maybe in some Israeli cache or whatever.
 o...@goldshmidt.org


One other possibly related consideration (even though I have no indication
that it is relevant): I use things like Ghostery and also map a lot of
dodgy domains to localhost in /etc/hosts - I thought that maybe some snoopy
servers (like Google's?) occasionally react in weird ways if they can't
find the expected cookies or don't get a nod from some tracker/analytics
engine or whatever?

-- 
Oleg Goldshmidt | p...@goldshmidt.org o...@goldshmidt.org
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Walla mail from Linux - Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

2012-05-31 Thread shimi
On Thu, May 31, 2012 at 2:19 PM, Oleg Goldshmidt p...@goldshmidt.org wrote:


 On Thu, May 31, 2012 at 2:10 PM, ronys ro...@gmx.net wrote:

 Looks like Walla's having electric problems at their servers:
 http://www.globes.co.il/news/article.aspx?did=1000753302



 FWIW, I get connection reset *all the time* from various Google services
 - gmail, news, search, maps, youtube. I stopped raising a brow, just hit
 the try again button. It never occurred to me to suspect Linux (this
 looks to me a Google-specific issue) - I thought those were glitches in
 Google's massive datacenters... Or maybe in some Israeli cache or whatever.


More likely than a Linux's fault, is faulty routers (or appliances) on
your path to Google's servers, that think they're smarter than Internet
endpoints, instead of just... routing traffic, what they were originally
supposed to do. Sometimes it's those smart QoS boxes...

Recently I did a very long debugging session on a customer of
Netvision/Barak, and realized that their equipment doesn't like the
advanced features enabled by Linux by default - the behavior of the ISP
network changed as I modified the things below. I would start echoing 0 to
numerous stuff under /proc/sys/net/ipv4/* to see if the problem alleviates.

Start with disabling:

TCP Timestamps
TCP SYN Cookies
Window Scaling
Selective ACKs (SACKs)

Also try MTU @ 1300 for the fun

And if you have TCP Offloading... might want to disable that, too. It could
be your NIC / NIC driver.

Good luck :-)

-- Shimi
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il