Subject: Re: more anoncvs hardware problems?
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
From: gabriel rosenkoetter <gr@eclipsed.net>
List: current-users
Date: 05/31/2000 22:35:26
On Wed, May 31, 2000 at 05:56:14PM -0400, Bill Sommerfeld wrote:
> > uriel:pkgsrc/parallel# cvs -d ${CVSROOT} update -P 
> > anoncvs.netbsd.org: Connection timed out
> > cvs [update aborted]: end of file from server (consult above messages if any)
> 
> It's working for me at the moment.  Can you ping or run traceroute to
> anoncvs.netbsd.org?  there may be an intermediate network outage..

Pretty sure that's not the case:

uriel:~% ping -c 3 anoncvs.netbsd.org
PING anoncvs.netbsd.org (18.181.0.44): 56 data bytes
64 bytes from 18.181.0.44: icmp_seq=0 ttl=238 time=54.296 ms
64 bytes from 18.181.0.44: icmp_seq=1 ttl=238 time=115.679 ms
64 bytes from 18.181.0.44: icmp_seq=2 ttl=238 time=81.118 ms

----anoncvs.netbsd.org PING Statistics----
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 54.296/83.698/115.679/30.773 ms
uriel:~% traceroute anoncvs.netbsd.org
traceroute to anoncvs.netbsd.org (18.181.0.44), 30 hops max, 40 byte packets
 1  cisco.sproul.swarthmore.edu (130.58.82.1)  1.401 ms  3.479 ms  1.217 ms
 2  207.224.71.1 (207.224.71.1)  3.194 ms  5.843 ms  3.456 ms
 3  phla-gw2.f0-0.phla.interprise.net (168.103.16.251)  3.732 ms  3.459 ms  3.360 ms
 4  168.103.254.165 (168.103.254.165)  21.149 ms  21.704 ms  21.291 ms
 5  s4-1-0.chicago2-cr4.bbnplanet.net (4.0.196.249)  22.572 ms  23.003 ms  22.518 ms
 6  p12-0-0.chicago1-br1.bbnplanet.net (4.0.3.166)  23.379 ms  26.357 ms  22.598 ms
 7  p2-0.chicago1-nbr1.bbnplanet.net (4.0.5.90)  22.207 ms  23.298 ms  24.143 ms
 8  p2-3.chcgil1-ba2.bbnplanet.net (4.0.2.218)  21.850 ms  22.200 ms  22.381 ms
 9  p7-0.chcgil1-br2.bbnplanet.net (4.24.5.237)  22.194 ms  22.872 ms  21.710 ms
10  p4-0.chcgil1-br1.bbnplanet.net (4.24.5.225)  22.113 ms  22.242 ms  21.960 ms
11  p3-0.bstnma1-br1.bbnplanet.net (4.24.6.86)  42.670 ms  43.148 ms  42.517 ms
12  p4-0.cambridge1-nbr2.bbnplanet.net (4.0.5.158)  45.557 ms  44.273 ms  43.741 ms
13  p2-0-0.cambridge1-br1.bbnplanet.net (4.0.1.46)  45.210 ms  45.106 ms  44.024 ms
14  h3-0.cambridge2-br2.bbnplanet.net (4.0.1.202)  45.728 ms  46.080 ms  47.800 ms
15  ihtfp.mit.edu (192.233.33.3)  49.998 ms  114.910 ms  111.862 ms
16  NW12-RTR-FDDI.MIT.EDU (18.168.0.16)  54.544 ms  82.773 ms  53.632 ms
17  * * *

(I presume that mit.edu drops incoming traceroutes, as does
swarthmore.edu, for security reasons.)

On Wed, May 31, 2000 at 08:58:20PM -0500, Frederick Bruckman wrote:
> What happens after "ssh -l anoncvs anoncvs.netbsd.org"?

The usual:

uriel:~% ssh anoncvs@anoncvs.netbsd.org

To use anonymous CVS install the latest version of CVS on your local machine.
Then set your CVSROOT environment variable to the following value:
          anoncvs@anoncvs.netbsd.org:/cvsroot

Connection to anoncvs.netbsd.org closed.

Anyway, it's pretty clearly my problem, so I went through all the
steps carefully. Everything is, of course, fine. I must not have had
$CVS_RSH exported or something else moronic like that. Sorry to
alarm...

       ~ g r @ eclipsed.net