From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 18:43:19 2008 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 D00421065678 for ; Tue, 11 Mar 2008 18:43:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC1C8FC18 for ; Tue, 11 Mar 2008 18:43:19 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id B39011CE83; Tue, 11 Mar 2008 10:43:18 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 11 Mar 2008 19:43:17 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803111943.17922.fbsd.questions@rachie.is-a-geek.net> Cc: Colin Brace Subject: Re: portupgrade can't fetch packages 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, 11 Mar 2008 18:43:19 -0000 On Monday 10 March 2008 15:38:17 Colin Brace wrote: > Hi all, > > Earlier today I ran "portupgrade -aP" to update my system. Alas, > everytime it tried to download a package, it failed and resorted to > downloading and compiling the source. For example: > > [...] > ---> Checking for the latest package of 'lang/python25' > ---> Fetching the package(s) for 'python25-2.5.2_1' (lang/python25) > ---> Fetching python25-2.5.2_1 > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25 >-2.5.2_1.tbz: Can't open data connection If this is a persistent rather then temporary problem, the only way I can see that happening, is that you have FTP_PASSIVE_MODE set to 'no' in pkgtools.conf. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.