From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 19:52:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 ECD8716A41F for ; Wed, 21 Sep 2005 19:52:27 +0000 (GMT) (envelope-from cburchell@muttart.org) Received: from mx.muttart.org (mx.muttart.org [66.18.201.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1A843D45 for ; Wed, 21 Sep 2005 19:52:27 +0000 (GMT) (envelope-from cburchell@muttart.org) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 21 Sep 2005 13:52:26 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: pkg_add -r returns error? thread-index: AcW+4cWICv/HvXncSsKykdqAZ+J0KQAA1SXg From: "Chris Burchell" To: "FreeBSD Questions" Subject: pkg_add -r returns error? 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: Wed, 21 Sep 2005 19:52:28 -0000 I have a freshly installed 5.3-RELEASE system configured and am trying to add a few packages using the 'pkg_add -r' command, but I get errors for all packages similar to the following: Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest /fastest-cvsup.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Lates t/fastest-cvsup.tbz' by URL I noticed that the FTP site does not have a 'packages-5.3-RELEASE' directory, but only a 'packages-5-stable' and a 'packages-5.4-release' directory. Does this have to do something with the fact that my system 'RELEASE NAME' variable is '5.3-RELEASE'? If so, how do I work around this? Thanks for any help or suggestions you can provide. Chris