From owner-freebsd-questions@FreeBSD.ORG Thu Oct 26 03:25:42 2006 Return-Path: X-Original-To: freebsd-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 159F016A407 for ; Thu, 26 Oct 2006 03:25:42 +0000 (UTC) (envelope-from bri@sonicboom.org) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C4C043D46 for ; Thu, 26 Oct 2006 03:25:41 +0000 (GMT) (envelope-from bri@sonicboom.org) Received: from [127.0.0.1] (dsl093-034-235.snd1.dsl.speakeasy.net [66.93.34.235]) by entwistle.sonicboom.org (8.13.8/8.13.8) with ESMTP id k9Q3PdDd050058 for ; Wed, 25 Oct 2006 20:25:41 -0700 (PDT) (envelope-from bri@sonicboom.org) Message-ID: <45402A0F.9080208@sonicboom.org> Date: Wed, 25 Oct 2006 20:22:55 -0700 From: Brian User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: FreeBSD Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvsup 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, 26 Oct 2006 03:25:42 -0000 eoghan wrote: > Hi > Trying to cvsup my ports and server is saying: > Rejected by server: Access limit exceeded, try again later > So im using cvsup.FreeBSD.org > but have tried cvsup1.FreeBSD.org, cvsup2.FreeBSD.org and > cvsup3.FreeBSD.org > and get the same message... is there something wrong? > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" I like using fastest_cvsup with this. I use this script to get ports using it. You can adjust this to see more or less detail. more fastest-cvsup-ports-see #!/bin/sh if SERVER=`/usr/local/bin/fastest_cvsup -q -c us`; then /usr/local/bin/cvsup -g -L 1 -h $SERVER /usr/share/examples/cvsup/my-ports-supfile fi