From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 15 13:11:30 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4690116A4CE for ; Tue, 15 Mar 2005 13:11:30 +0000 (GMT) Received: from mxsf36.cluster1.charter.net (mxsf36.cluster1.charter.net [209.225.28.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB8B43D1F for ; Tue, 15 Mar 2005 13:11:29 +0000 (GMT) (envelope-from c0ldbyte@myrealbox.com) Received: from mxip04.cluster1.charter.net (mxip04a.cluster1.charter.net [209.225.28.134])j2FDBSBB016533 for ; Tue, 15 Mar 2005 08:11:28 -0500 Received: from 24.247.253.134.gha.mi.chartermi.net (HELO eleanor.us1.wmi.uvac.net) (24.247.253.134) by mxip04.cluster1.charter.net with ESMTP; 15 Mar 2005 08:11:29 -0500 X-Ironport-AV: i="3.90,164,1107752400"; d="scan'208"; a="41109954:sNHT12583890" Date: Tue, 15 Mar 2005 08:11:24 -0500 (EST) From: c0ldbyte To: "Michael C. Shultz" In-Reply-To: <200503141850.44804.ringworm01@gmail.com> Message-ID: <20050315080739.I3817@eleanor.us1.wmi.uvac.net> References: <5ae483a805031418337c980cf1@mail.gmail.com> <200503141850.44804.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: "freebsd-hackers@freebsd.org" cc: wanakahalugi Subject: Re: cvsup can't work X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 13:11:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 14 Mar 2005, Michael C. Shultz wrote: > On Monday 14 March 2005 06:33 pm, wanakahalugi wrote: >> hi all, >> >> I installed FreeBSD5.3REL on my PC, and I want to update the source >> tree and ports collection using cvsup. >> To do that I copy the stable-supfile to /etc directory and set its >> default host tag to the nearest mirror, and also set only the ports >> that I want to update to save bandwith. >> Everything is work fine except when I run the command # cvsup >> /etc/stable-supfile the response from the mirror server is like this >> : >> >> [root@iteo root]# cvsup /etc/stable-supfile >> Cannot connect to cvsup.id.FreeBSD.org: Connection refused >> Will retry at 09:31:28 >> >> I use netstat to look what happen inside those error message, and I >> found this one : >> >> [cakra@iteo cakra]$ netstat >> Active Internet connections >> Proto Recv-Q Send-Q Local Address Foreign Address >> (state) tcp4 0 0 192.100.40.14.53875 >> mirror.cbn.net.i.cvsup SYN_SENT >> >> The PC never ESTABLISHED the connection to the server it's only do >> the SYN_SENT. Why it happen? Is cvsup using certain ports so I can >> make some proper change on my firewall? > > It uses port 5999 see /etc/services > > -Mike > No I think his problem is using the server he has specified "cvsup.id.FreeBSD.org" change ".id." to a different country instead. sed s/\.id\./\.us\./g Since there is only one server listed in that country more then likely OOOOH NO "Its dead!" Try another. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) Comment: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF7DF979F iD8DBQFCNt7/smFQuvffl58RAiqnAJ97gomWEFWg8ENT5ujG1Xf3qWmsNwCeK44o P8wUJnwFtvMfy2COGqbZPig= =61Jl -----END PGP SIGNATURE-----