You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Michael Wood <mw...@its.uct.ac.za> on 2002/12/20 07:07:03 UTC

svn.collab.net being upgraded?

Is svn.collab.net being upgraded or something?  I've not been able to
connect to it yet this morning (it's just past 9am here.)

$ ping svn.collab.net
PING morbius.ch.collab.net (216.127.237.133): 56 data bytes
64 bytes from 216.127.237.133: icmp_seq=0 ttl=241 time=590.305 ms
64 bytes from 216.127.237.133: icmp_seq=1 ttl=241 time=496.969 ms
^C
--- morbius.ch.collab.net ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 496.969/543.637/590.305/46.668 ms
$ telnet svn.collab.net 443
Trying 216.127.237.133...
telnet: connect to address 216.127.237.133: Connection refused
telnet: Unable to connect to remote host
$ telnet svn.collab.net 80 
Trying 216.127.237.133...
telnet: connect to address 216.127.237.133: Connection refused
telnet: Unable to connect to remote host
$ telnet svn.collab.net 81
Trying 216.127.237.133...
telnet: connect to address 216.127.237.133: Connection refused
telnet: Unable to connect to remote host

-- 
Michael Wood <mw...@its.uct.ac.za>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn.collab.net being upgraded?

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Michael Wood <mw...@its.uct.ac.za> writes:
> Is svn.collab.net being upgraded or something?  I've not been able to
> connect to it yet this morning (it's just past 9am here.)

It's fixed now.  It was the problem Ben describes below (the context
is that he's answering a mail about an automated repos backup script
failure):

Ben Collins-Sussman <su...@collab.net> writes:
> Just talked to Mike.  Mike thinks the repository got wedged last
> night, possibly due to our live ViewCVS stuff.  Apparently, the
> 'svnadmin youngest' command then got stuck on a wedged repository, and
> thus the rsync script failed above.  Later on, Mike stopped apache,
> tried to run 'svnadmin recover' -- which *didn't* work, due to the
> zombified 'svnadmin youngest' process.  He killed the zombie,
> recovered, and then forgot to restart apache.  :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org