From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 21:09:46 2007 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 2A39616A419 for ; Wed, 14 Nov 2007 21:09:46 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 2FB6F13C4E3; Wed, 14 Nov 2007 21:09:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <473B641A.9020207@FreeBSD.org> Date: Wed, 14 Nov 2007 22:09:46 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: "Friedrich, Steven" References: <13CD1ABF6E52274AAD3BE1C3063747A907E0F0A0@techxch09.us.tgr.net> In-Reply-To: <13CD1ABF6E52274AAD3BE1C3063747A907E0F0A0@techxch09.us.tgr.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0 Beta-2 can't find INDEX 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, 14 Nov 2007 21:09:46 -0000 Friedrich, Steven wrote: > I tried to install FreeBSD 7.0 Beta-2 from the bootonly iso and from CD1 > iso. The bootonly iso installs over the net and failed to fetch the > INDEX when trying to install ports, i.e., xorg, etc. > > CD1 did the same thing. > > Is this a known problem? Yes, packages are only installed in the "release" directory where sysinstall is looking later on in the release process. You should be able to use pkg_add -r, portinstall -P etc post-install. Kris