Re: *.python.org broken?

2009-01-27 Thread gmail_cs
On Monday 26 January 2009 03:48:25 am you wrote:
> I experienced the same problem here in Brazil. Tweeks ago I could not
> access any *.python.org site. Today I tried and it worked. The
> problem seemed to be limited to Python's domain because I could
> access every other site that I tried the same day.
> 
> Carlos Ribeiro

  Since yesterday ( Monday 2009-01-26 ) I can again access
  http://python.org with no problems 


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona
--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-26 Thread Carlos Ribeiro
I experienced the same problem here in Brazil. Tweeks ago I could not access
any *.python.org site. Today I tried and it worked. The problem seemed to be
limited to Python's domain because I could access every other site that I
tried the same day.
More info:

- At least for me I didn't seem to be IPv6 related.
- It failed in the same day in more than one PC, using different providers.
- The domain name was resolving ok.

My guess is that it was some kind of BGP failure. Perhaps the AS that hosts
Python's servers injected a wrong route or someone else did, effectively
stealing all the traffic for that prefix. That's more common than people
realize (specially nowadays when countries such as Pakistan try to block
domains by messing with BGP).

Carlos Ribeiro

On Sun, Jan 25, 2009 at 11:44, Cousin Stanley wrote:

>
> > Is anybody else having trouble accessing sites (including www, docs,
> > wiki) in the python.org tree, or is it just me? (Or just .au?)
>
>   Yes, connecting to python.org sites has been problematic
>  for me as well 
>
>  I don't remember when the trouble started, but it's been
>  problematic for at least a week or longer here 
>
>
> --
> Stanley C. Kitching
> Human Being
> Phoenix, Arizona
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
Carlos Ribeiro
Consultoria em Projetos
blog: http://rascunhosrotos.blogspot.com
blog: http://pythonnotes.blogspot.com
mail: carribe...@gmail.com
mail: carribe...@yahoo.com
--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-25 Thread tgvaughan
Hi Tim, thanks for your post. I could resolve but not ping, which has
been the situation for the last couple of days. But not any more! I
was just in the process of checking whether or not I could connect via
another ISP when I discovered that the problem has apparently fixed
itself. Which is great, but weird.

Thanks again,

Tim
--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-25 Thread Akira Kitada
http://downforeveryoneorjustme.com/

On Sun, Jan 25, 2009 at 10:06 AM,   wrote:
> Hi all,
>
> Is anybody else having trouble accessing sites (including www, docs,
> wiki) in the python.org tree, or is it just me? (Or just .au?)
>
> Cheers,
>
> Tim
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-25 Thread Steve Holden
Cousin Stanley wrote:
>> Is anybody else having trouble accessing sites (including www, docs,
>> wiki) in the python.org tree, or is it just me? (Or just .au?)
> 
>   Yes, connecting to python.org sites has been problematic
>   for me as well  
> 
>   I don't remember when the trouble started, but it's been
>   problematic for at least a week or longer here 
> 
> 
Perhaps traceroute might start to provide some information about the
problem. As far as I know there haven't been any unscheduled outages on
the python.org servers recently.

regards
 Steve
-- 
Steve Holden+1 571 484 6266   +1 800 494 3119
Holden Web LLC  http://www.holdenweb.com/

--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-25 Thread Cousin Stanley

> Is anybody else having trouble accessing sites (including www, docs,
> wiki) in the python.org tree, or is it just me? (Or just .au?)

  Yes, connecting to python.org sites has been problematic
  for me as well  

  I don't remember when the trouble started, but it's been
  problematic for at least a week or longer here 


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona

--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-24 Thread Tim Chase

Is anybody else having trouble accessing sites (including www, docs,
wiki) in the python.org tree, or is it just me? (Or just .au?)


I've had problems[1] browsing them (most irksomely, the docs) 
from Dillo thanks to what are apparently poor handling of IPv6 
fallback rules.  Dillo gets an IPv6 IP address back from DNS, 
tries it and fails because my ISP or router doesn't talk IPv6. 
However Dillo fails to fallback to IPv4 which does work (bug 
filed with the Debian maintainers of Dillo[2]).  If I switch to 
using a less broken browser (Epiphany, Lynx, FireFox/IceWeasel, 
Safari, telnet:80, urllib), it works fine here in the Dallas 
area.  If I disable IPv6 on my Linux box (not a great loss at 
this point), Dillo works as well.


Tests to check:

 Can you resolve the IP address from the name?
bash$ dig docs.python.org
bash$ dig -6 docs.python.org

 Can you ping the target IP address?
bash$ ping docs.python.org
bash$ ping 82.94.164.162
   (try ping6 as well)

 Can you traceroute to the IP address (and where does it die)?
bash$ traceroute docs.python.org
bash$ traceroute -6 docs.python.org

 Can you telnet:80 to the target IP address?
bash$ telnet docs.python.org 80
GET / HTTP/1.1
host: docs.python.org

 Have you tried from other local ISPs? (cafe, work, school)


-tkc

PS:  Thanks again, Martin, for your tips in troubleshooting this 
for me.


[1]
http://mail.python.org/pipermail/python-list/2008-November/517812.html

[2]
http://bugs.debian.org/507251




--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-24 Thread tgvaughan
On Jan 25, 12:19 pm, Philip Semanchuk  wrote:
> On Jan 24, 2009, at 8:06 PM, tgvaug...@gmail.com wrote:
>
> > Hi all,
>
> > Is anybody else having trouble accessing sites (including www, docs,
> > wiki) in the python.org tree, or is it just me? (Or just .au?)
>
> No problem here in Durham, NC, USA.

Bugger.. Thanks anyway.
--
http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-24 Thread Philip Semanchuk


On Jan 24, 2009, at 8:06 PM, tgvaug...@gmail.com wrote:


Hi all,

Is anybody else having trouble accessing sites (including www, docs,
wiki) in the python.org tree, or is it just me? (Or just .au?)


No problem here in Durham, NC, USA. 
--

http://mail.python.org/mailman/listinfo/python-list


Re: *.python.org broken?

2009-01-24 Thread r
On Jan 24, 7:06 pm, tgvaug...@gmail.com wrote:
> Hi all,
>
> Is anybody else having trouble accessing sites (including www, docs,
> wiki) in the python.org tree, or is it just me? (Or just .au?)
>
> Cheers,
>
> Tim

No problem here???
--
http://mail.python.org/mailman/listinfo/python-list


*.python.org broken?

2009-01-24 Thread tgvaughan
Hi all,

Is anybody else having trouble accessing sites (including www, docs,
wiki) in the python.org tree, or is it just me? (Or just .au?)

Cheers,

Tim
--
http://mail.python.org/mailman/listinfo/python-list