From owner-freebsd-questions Tue Mar 4 21:58:44 2003 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 6AA6337B401 for ; Tue, 4 Mar 2003 21:58:43 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id E9E8743F75 for ; Tue, 4 Mar 2003 21:58:41 -0800 (PST) (envelope-from iloatheny@mailworks.org) Received: (qmail 28901 invoked from network); 5 Mar 2003 05:58:40 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 5 Mar 2003 05:58:40 -0000 Received: from dsl-217-155-97-46.zen.co.uk (HELO mailworks.org) (217.155.97.46) by protagoras.zen.co.uk with SMTP; 5 Mar 2003 05:58:40 -0000 X-Zen-Trace: 217.155.97.46 Date: Wed, 5 Mar 2003 05:58:40 +0000 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: [newbie] pkg_fetch fails to fetch files From: Andy Park To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <837C6E43-4ECF-11D7-8024-000393A4799C@mailworks.org> X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to run 'portupgrade' to update my part of my package tree. (FreeBSD 4.7 off the mini-ISO) 'pkg_fetch', which is used by 'portupgrade', keeps looking for packages in the wrong path; "ftp://ftp.uk.mirror.org/pub/FreeBSD/ports/All" instead of ".../pub/FreeBSD/ports/packages/All". And this is despite I've set my environment variable correctly by: setenv PKG_SITES "ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/packages" So am I doing something wrong? Error message in case needed: ------- ---> Checking the availability of the latest package of 'security/openssl' ---> Fetching the package(s) for 'openssl-0.9.7a' (security/openssl) ---> Fetching openssl-0.9.7a fetch: /var/tmp/openssl-0.9.7a.tgz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/All/openssl-0.9.7a.tgz fetch: /var/tmp/openssl-0.9.7a.tbz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 ** Failed to fetch ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/All/openssl-0.9.7a.tbz fetch: /var/tmp/openssl-0.9.7a.tgz: File unavailable (e.g., file not found, no access) ** The command returned a non-zero exit status: 1 -------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message