From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 14:38: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 356D81065675 for ; Mon, 10 Mar 2008 14:38:19 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id CB7248FC15 for ; Mon, 10 Mar 2008 14:38:18 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1654472fgg.35 for ; Mon, 10 Mar 2008 07:38:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=3jmt4nka+howeh5VF56UdF7bADI6BhiH63+w0Q/inVs=; b=Vp7eJcEETOap9AgDqYDYZWtoEeZ3CZCkGxZeGUGFhR2QYCjLLnY+hBDTSZpf2M5ZUyWfHnm4NIl3OJW0uiz3I2ETz0S8QP+iwpOQw6UYY/9r2ipuKqwobP23PJmNtVLEGIcv4WWYNwR5UM9ryqTr/63xpjPchzJDf4y5e2zOvPA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=QoOSP+2JGTaiUVct/9MBatjFUV/S9oYrxk/mDfRkS3emGzrUSPtG6rYbsde4HkXs22hBJt751NQLNQ5UMJviqMaHBjXVj7mpuwQWR/w/xImxeaS5Y2jMgTXH7RXTXL/btdqG3BuWrjJjrirJuhdS9ZHKNQvBMuXnESAw7Yyeh7Y= Received: by 10.82.146.10 with SMTP id t10mr13321614bud.6.1205159897218; Mon, 10 Mar 2008 07:38:17 -0700 (PDT) Received: by 10.82.108.2 with HTTP; Mon, 10 Mar 2008 07:38:17 -0700 (PDT) Message-ID: Date: Mon, 10 Mar 2008 15:38:17 +0100 From: "Colin Brace" Sender: colin.brace@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b173146507f873a3 Subject: 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: Mon, 10 Mar 2008 14:38:19 -0000 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 ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tbz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tgz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-7-stable/All/python25-2.5.2_1.tgz ** Failed to fetch python25-2.5.2_1 ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! python25-2.5.2_1 (fetch error) ** Could not find the latest version (2.5.2_1) ---> Using the port instead of a package [...] However, I could copy and paste the given URL, , into another terminal window and download it manually with wget, ftp, fetch, and/or curl (I tested them all). What could be preventing portupgrade from being able to download the packages itself? Thanks. $ uname -r 7.0-STABLE -- Colin Brace Amsterdam http://lim.nl