From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 12:59:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 752091065672 for ; Thu, 4 Dec 2008 12:59:53 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id ADF188FC08 for ; Thu, 4 Dec 2008 12:59:52 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 18417 invoked from network); 4 Dec 2008 12:59:49 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.157.115) by smtp.mel.people.net.au with SMTP; 4 Dec 2008 12:59:49 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id C8D1F171CE; Thu, 4 Dec 2008 23:59:50 +1100 (EST) Date: Thu, 4 Dec 2008 23:59:50 +1100 From: andrew clarke To: Wojciech Puchar Message-ID: <20081204125950.GA54488@ozzmosis.com> References: <20081203163047.B47567@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081203163047.B47567@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: cvs stupid question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 12:59:53 -0000 On Wed 2008-12-03 16:31:29 UTC+0100, Wojciech Puchar (wojtek@wojtek.tensor.gdynia.pl) wrote: > export CVSROOT=freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs > cvs checkout -rRELENG_7 src > > waited over an hour, no files got fetched > > what i'm doing wrong? Looks like the server is down: $ export CVSROOT=freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs $ cvs checkout -rRELENG_7 src ssh: connect to host anoncvs.FreeBSD.org port 22: Connection refused cvs [checkout aborted]: end of file from server (consult above messages if any) This works: $ export CVSROOT=anoncvs@anoncvs1.FreeBSD.org:/home/ncvs $ cvs checkout -rRELENG_7 src The authenticity of host 'anoncvs1.freebsd.org (216.87.78.137)' can't be established. DSA key fingerprint is 53:1f:15:a3:72:5c:43:f6:44:0e:6a:e9:bb:f8:01:62. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'anoncvs1.freebsd.org' (DSA) to the list of known hosts. cvs checkout: Updating src U src/COPYRIGHT U src/LOCKS U src/MAINTAINERS U src/Makefile ^Ccvs [checkout aborted]: received interrupt signal $ Killed by signal 2.