From owner-freebsd-questions@FreeBSD.ORG Tue Oct 31 00:21:40 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B60C16A417 for ; Tue, 31 Oct 2006 00:21:40 +0000 (UTC) (envelope-from alan@fromorbit.com) Received: from thing1.auspcmarket.com.au (mail.fromorbit.com [203.31.169.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B7C743D86 for ; Tue, 31 Oct 2006 00:21:37 +0000 (GMT) (envelope-from alan@fromorbit.com) Received: from [192.168.1.99] (unknown [192.168.1.99]) by thing1.auspcmarket.com.au (Postfix) with ESMTP id 13A295C18; Tue, 31 Oct 2006 11:21:34 +1100 (EST) From: Alan Garfield To: Norberto Meijome In-Reply-To: <20061031104243.4d52a7e0@localhost> References: <20061031104243.4d52a7e0@localhost> Content-Type: text/plain Date: Tue, 31 Oct 2006 11:21:32 +1100 Message-Id: <1162254092.2980.52.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: cvsup*.au.freebsd.org ?? 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: Tue, 31 Oct 2006 00:21:40 -0000 On Tue, 2006-10-31 at 10:42 +1100, Norberto Meijome wrote: > Hi all, > i'm trying to cvsup /usr/src from cvsup.au.freebsd.org, cvsup2.freebsd.org and > even 3. they are all rejecting my connections... > > Is it that I stink ;) or something else is going on? I also find that the cvsup6.au.freebsd.org is totally useless. It doesn't carry src-all and this effectively makes fastest_cvsup useless for me because when I do 'make update' in /usr/src it selects cvs6 and fails. ---- [alan@redfish ~]$ cat /etc/make.conf CPUTYPE?=pentium4 CFLAGS= -O -pipe NO_PORTSUPDATE=true SUP_UPDATE=true SUPFILE=/usr/share/examples/cvsup/standard-supfile SUP=/usr/local/bin/csup SUPFLAGS=-L 2 SUPHOST=`/usr/local/bin/fastest_cvsup -q -c au` BOOTWAIT=1000 .if ${.CURDIR:M*/usr/ports*} .include "/etc/make-ports.conf" .endif ---- It's highly annoying! Alan.