Re: [Python-Dev] svn.python.org down

2006-10-20 Thread Martin v. Löwis
Grig Gheorghiu schrieb:
 FYI -- can't do svn checkouts/updates from the trunk at this point.
 
 starting svn operation
 svn update --revision HEAD
  in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs)
 svn: PROPFIND request failed on '/projects/python/trunk'
 svn: PROPFIND of '/projects/python/trunk': could not connect to server
 (http://svn.python.org)

It turns out that there was a power surge at the colocation site where
the machines are, and, due to an unfortunate series of wreck, power went
out for about one second. When power came back, the machine rebooted,
but, for some reason, the svn apache server did not.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] svn.python.org down

2006-10-17 Thread Grig Gheorghiu
FYI -- can't do svn checkouts/updates from the trunk at this point.

starting svn operation
svn update --revision HEAD
 in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs)
svn: PROPFIND request failed on '/projects/python/trunk'
svn: PROPFIND of '/projects/python/trunk': could not connect to server
(http://svn.python.org)


Grig

-- 
http://agiletesting.blogspot.com
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Anthony Baxter
On Wednesday 18 October 2006 00:59, Grig Gheorghiu wrote:
 FYI -- can't do svn checkouts/updates from the trunk at this point.

 starting svn operation
 svn update --revision HEAD
  in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs)
 svn: PROPFIND request failed on '/projects/python/trunk'
 svn: PROPFIND of '/projects/python/trunk': could not connect to server
 (http://svn.python.org)

It works for me. Can you connect to port 22 on svn.python.org?

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Grig Gheorghiu
On 10/17/06, Anthony Baxter [EMAIL PROTECTED] wrote:
 On Wednesday 18 October 2006 00:59, Grig Gheorghiu wrote:
  FYI -- can't do svn checkouts/updates from the trunk at this point.
 
  starting svn operation
  svn update --revision HEAD
   in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs)
  svn: PROPFIND request failed on '/projects/python/trunk'
  svn: PROPFIND of '/projects/python/trunk': could not connect to server
  (http://svn.python.org)

 It works for me. Can you connect to port 22 on svn.python.org?


I can connect with ssh, but svn checkouts fail across the board for
all pybots buildslaves:

http://www.python.org/dev/buildbot/community/all/

Grig
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Paul Moore
On 10/17/06, Anthony Baxter [EMAIL PROTECTED] wrote:
 On Wednesday 18 October 2006 00:59, Grig Gheorghiu wrote:
  FYI -- can't do svn checkouts/updates from the trunk at this point.
 
  starting svn operation
  svn update --revision HEAD
   in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs)
  svn: PROPFIND request failed on '/projects/python/trunk'
  svn: PROPFIND of '/projects/python/trunk': could not connect to server
  (http://svn.python.org)

 It works for me. Can you connect to port 22 on svn.python.org?

I think it's the HTTP side of things. The ViewCVS interface isn't
working either.
Paul.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Anthony Baxter
Ah - the svn-apache server was down. I've restarted it. We should probably put 
some monitoring/restarting in place for those servers - if someone wants to 
volunteer a script I'll add it to cron, or I'll write it myself when I get a 
chance.

(I was testing with svn+ssh, it was the http version that was down)

Anthony
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Paul Moore
On 10/17/06, Anthony Baxter [EMAIL PROTECTED] wrote:
 Ah - the svn-apache server was down. I've restarted it. We should probably put
 some monitoring/restarting in place for those servers - if someone wants to
 volunteer a script I'll add it to cron, or I'll write it myself when I get a
 chance.

Working now. Thanks.
Paul.
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] svn.python.org down

2006-10-17 Thread skip

Anthony Ah - the svn-apache server was down. I've restarted it. We
Anthony should probably put some monitoring/restarting in place for
Anthony those servers - if someone wants to volunteer a script I'll add
Anthony it to cron, or I'll write it myself when I get a chance.

Is this on a machine hosted by xs4all?  If so, we can probably just ask them
to monitor it from nagios (or whatever tool they use).

Skip
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com