From owner-freebsd-questions@FreeBSD.ORG Mon Jan 4 14:16:57 2010 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 3E335106566C for ; Mon, 4 Jan 2010 14:16:57 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id B8A778FC14 for ; Mon, 4 Jan 2010 14:16:56 +0000 (UTC) Received: by ewy26 with SMTP id 26so13108635ewy.3 for ; Mon, 04 Jan 2010 06:16:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=oDhgehZgVKk07LQRGzoV5MguFGnvqSE4ndH+800n300=; b=jQoH8iU+jEo8/gzDpd5LytJBZil9lqSpk0vEhjB3iArK6aw067c7NCahXCBzhIBa7e 7SNI7U0tcx6eEdt1GCRaAQ7N9vkiydXCWCBpYpoue2JlCEChc0JiHFE7mA3RGAz+SyW1 7GyeSD8Hmx/M5ad+jmwagaEdcdqaKeZOAYepc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=G1nsuyL6qmjCChOvpcbGbeDe1OJU4w82UTcxIcPfaUDy2dHPKNCGPKLjkbz9GUZH61 M/mjzymaoW389/wuiOp8lptinGDjuc3moYjpAytThe47uezCcUiJBYTGb5JhWijKR2Ub zm4NYdknTP6qMXHOmXmwPjy0s68ORc7o76HaA= MIME-Version: 1.0 Received: by 10.216.87.203 with SMTP id y53mr8452926wee.177.1262614612205; Mon, 04 Jan 2010 06:16:52 -0800 (PST) In-Reply-To: <4B41F76C.9070408@identry.com> References: <4B41F76C.9070408@identry.com> From: APseudoUtopia Date: Mon, 4 Jan 2010 09:16:32 -0500 Message-ID: <27ade5281001040616k700f7241rde8ec42d66e8734e@mail.gmail.com> To: John Almberg Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: cvsup blues 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: Mon, 04 Jan 2010 14:16:57 -0000 On Mon, Jan 4, 2010 at 9:13 AM, John Almberg wrote: > I am trying to update my ports collection on a new server using cvsup. I've > added a mirror site to my ports-supfile, but keep getting the following > error message: > > on# csup -g -L 2 /root/ports-supfile > Parsing supfile "/root/ports-supfile" > Connecting to cvsup7.us.FreeBSD.org > Cannot connect to 64.215.216.140: Operation not permitted > Will retry at 09:13:28 > > > I've tried several different mirror sites, so the problem seems to be on my > side (unless all the mirror sites are locked?) > > Any ideas? > > Thanks: John The csup servers do have a rate-limiting feature on them. However, I think it gives a different error message than that. "Operating not permitted" makes it seem more like a networking issue on the local machine. Can you ping the IP? Firewall blocking outgoing ports?