From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 15:01:58 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 EA7B216A468 for ; Tue, 16 Oct 2007 15:01:58 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id C499413C45A for ; Tue, 16 Oct 2007 15:01:58 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l9GF1upA083794; Tue, 16 Oct 2007 11:01:56 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <4714D265.7040509@gmail.com> Date: Tue, 16 Oct 2007 11:01:57 -0400 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Michael Silverstein , FreeBSD Questions References: <47140D6A.2090802@teamlogic.com> In-Reply-To: <47140D6A.2090802@teamlogic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: installation question 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, 16 Oct 2007 15:01:59 -0000 Michael Silverstein wrote: > There are two installation CD's for FreeBSD 6.2. After booting the > first one, and requesting ALL packages and ALL ports, the installation > seems to go ok until the end when it complains that it cannot find the > requested package on the media from which installation is being made. Yikes! You probably filled all the available disk space. If you were to flip over to one of the other virtual consoles (Alt F1 thru F4) you would probably see a panic or other warning. First off, YOU DO NOT WANT ALL THAT STUFF! There are 18,000 or so 3rd party software packages that have been ported to FreeBSD. You can install the ones you want either as pre-compiled binaries, via "packages"; or configure & compile them yourself via "ports". For a given software package you should use packages OR ports, but not both. Also, the 3rd party software on the install CDs is usually obsolete by the time you're installing it. Don't install any of that stuff at OS installation time. Get the system up and running, then investigate how to get a current copy of the ports framework installed. Hint: look into portsnap. I'd also suggest setting up a separate file system (I use /build) for ports and operating system source at install time. This is usually /usr/ports, /usr/src, and /usr/obj. I just like to keep it in a separate fs for ease of backup and other issues; others may disagree. > Questions: Do I have a complete installation? How do I install whatever > is on the 2nd CD? You only need the first CD for a complete installation of FreeBSD. Load it and the full source code. Don't screw with ports, packages, or any of the X11 (X windows) during installation. -Rob