From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 15:42:25 2005 Return-Path: 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 BB23816A4CE for ; Fri, 25 Mar 2005 15:42:25 +0000 (GMT) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9730443D58 for ; Fri, 25 Mar 2005 15:42:25 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDW00300ZMO0LL0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 25 Mar 2005 09:42:25 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 7868F2CE751; Fri, 25 Mar 2005 07:42:24 -0800 (PST) Date: Fri, 25 Mar 2005 07:42:23 -0800 From: "Michael C. Shultz" In-reply-to: To: freebsd-questions@freebsd.org Message-id: <200503250742.24088.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: User-Agent: KMail/1.8 Subject: Re: Trouble updating ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 15:42:25 -0000 On Friday 25 March 2005 06:49 am, Nigel Moore wrote: > Hello > > I've been trying to update the ports on a FreeBSD 5.3 install without > success. I've just taken the standard ports-supfile, changed the > default base to "/usr" and added my local cvsup mirror, but I get > continual connection time-outs (transcript below). > > I've also tried other cvsup servers in Germany, the UK, as well as > the central mirrors. Same deal across the board, and this has been > going on for over a week. > > The machine is behind a firewall, but I've managed to download > packages from the FreeBSD FTP server. > > Any pointers as to how to resolve this? > > Thanks > > N See /etc/services, make sure port 5999 is open -Mike