From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 9 00:01:05 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F30916A407 for ; Sat, 9 Dec 2006 00:01:05 +0000 (UTC) (envelope-from FreeBSD@insightbb.com) Received: from asav04.insightbb.com (gateway.insightbb.com [74.128.0.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3604B43C9D for ; Sat, 9 Dec 2006 00:00:03 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from dhcp-74-130-161-48.insightbb.com (HELO lightning) ([74.130.161.48]) by asav04.insightbb.com with ESMTP; 08 Dec 2006 19:01:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAMeLeUVKgqEwYWdsb2JhbACNMxUOCSE From: Steven Friedrich To: freebsd-hackers@freebsd.org Date: Fri, 8 Dec 2006 19:01:02 -0500 User-Agent: KMail/1.9.4 References: <200612051734.32992.FreeBSD@insightbb.com> <200612060330.55759.josh@tcbug.org> In-Reply-To: <200612060330.55759.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612081901.02618.FreeBSD@insightbb.com> Subject: Re: can't connect to cvsup.freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 00:01:05 -0000 On Wednesday 06 December 2006 04:30, Josh Paetzel wrote: > On Tuesday 05 December 2006 16:34, Steven Friedrich wrote: > > but I'm able to connect to cvsup5 and cvsup6. > > > > The main ftp site says: Cannot connect to data port: Connection > > refused > > > > This started around the time of the cut-overs. > > *default host=cvsup.FreeBSD.org > > > gimpy# csup /usr/local/etc/ports-supfile > Connected to 198.104.69.57 > Updating collection ports-all/cvs > Edit ports/LEGAL > ... > > gimpy# dig a ftp.freebsd.org > ... > ftp.freebsd.org. 180 IN A 62.243.72.50 > ftp.freebsd.org. 180 IN A 204.152.184.73 > .... > > gimpy# dig a cvsup.freebsd.org > ..... > cvsup.freebsd.org. 3535 IN CNAME n.cwu.edu. > n.cwu.edu. 86335 IN A 198.104.69.57 > .... > > My point, in case you don't understand the ouput of all these commands > is that cvsup.freebsd.org and ftp.freebsd.org are presumably two > different machines, and it's entirely possible that ftp.freebsd.org > isn't a cvsup server. Sorry, I should have been more precise. Here's the output: root@lightning(p2)/usr/src 107% make update -------------------------------------------------------------- >>> Running /usr/local/bin/cvsup -------------------------------------------------------------- Parsing supfile "/usr/home/admin/cvsup/stable-supfile" Connecting to cvsup.FreeBSD.org Connected to cvsup.FreeBSD.org Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing passive-mode data connection Cannot connect to data port: Connection refused I'm using cvsup (via make update) and this error doesn't occur if I set SUPHOST= cvsup5.FreeBSD.org in /etc/make.conf I've been using cvsup.FreeBSD.org for years... -- i386 FreeBSD 4.11-STABLE There are 10 types of people in this world. Ones that understand binary and then, the others.