From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 13:18:21 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 2323F1065675 for ; Mon, 8 Sep 2008 13:18:21 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id C97A78FC13 for ; Mon, 8 Sep 2008 13:18:20 +0000 (UTC) (envelope-from marshc187@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so47258rne.12 for ; Mon, 08 Sep 2008 06:18:19 -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:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=4IStTqExs4YLfSaoZWCn/9K3nl18945xx2hTkEBp9qc=; b=WMcHc/9jLkHLX3ZNi11xunlo1HzcqfNpGZkL+A7Z77D5ZJRjfFwGjYghyaMKMda+zm KI7nR3R9ixBaSjb9ix2KmM+JMIWLXMdbXUisYlkJBP9G+vQf9QTBYuc5rbQX36kSKQns MYnkhDmqSvJpSnIBNsoTcC9JTRyQYVQcduGo0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=t4MAr4dQEg6pHnJM+RAoGdmgHEmKy9qJvET6ndbHhdHQs1EG5RExMPjrmhn0BqcKT2 gPcxnHHHcvUy0M2EOhLHT43FVZcd/AulChZ3rZl6VfRPCVyCeXx+ckfs41VxsSFvPnwQ b+x9Wl8zTPLfrSAYr5TicXsK9VYw5Za1FQBO8= Received: by 10.141.172.6 with SMTP id z6mr8830564rvo.47.1220879898775; Mon, 08 Sep 2008 06:18:18 -0700 (PDT) Received: by 10.141.189.10 with HTTP; Mon, 8 Sep 2008 06:18:18 -0700 (PDT) Message-ID: <332f78510809080618n788a2324se7f7af16607e1687@mail.gmail.com> Date: Mon, 8 Sep 2008 15:18:18 +0200 From: "m cassar" To: "James Strother" In-Reply-To: <4b2381fb0809070409h32107db3ge19ee8c36603b79d@mail.gmail.com> MIME-Version: 1.0 References: <4b2381fb0809060359u53f85d06u4696d527063c5e4d@mail.gmail.com> <48C26870.7050100@gmail.com> <4b2381fb0809062307x4b7ef550lfba5d74e9057dccf@mail.gmail.com> <200809071022.37765.jmc-freebsd2@milibyte.co.uk> <4b2381fb0809070409h32107db3ge19ee8c36603b79d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: switching discs during install 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, 08 Sep 2008 13:18:21 -0000 Hey, James Strother, if i'm on the same wavelength with you on this, god knows how many times my pc almost made it out the window with this swapping thingy. don't know if this helps a bit at this point to at least save some energy. Well _last _ thing first ---> i finally downloaded the dvd, which is well worth it in the long run ( from mini if i recall, plus someone here gave a link ), but if you have a slow connection or download limits, it is a bit hard to suggest that at the moment since 7.1 is around the corner and i'm not sure if that means new discs with latest packages will be available anyway. Apart from that, i am very much new to fbsd, but did quite a few fresh installs before i found my best setup, so here are a few points that made life easier for me. Firstly, which shouldn't be new - cd1 has the base system, source and ports tree, and Xorg. After that kde for instance, can be entirely installed from cd2 ( which i am most familiar with); and i always just do one package or *chunk* at a time. But i just used to install cd1 (base, src/ports, and xorg), reboot without installing packages, copy the packages directory off cd2 to my hard disc under /home and then still use sysinstall to add them from there -> by selecting "from an existing filesystem' instead of from CD/DVD. But this never gave my trouble since kde is entirely on cd2. To add cd3 might need fixing the index file for sysinstall to work - not sure; but using pkg_add should work from the hard disk. This is just in case you need to reinstall, but i know it does not solve what you hoped for; which i think is still not so straightforward. Here is a basic idea of what i can make of the swapping discs thing. eg. Gnome as the basic meta-port is mainly on cd2 - (i think!). However, i remember coming across a part in the porter's handbook that recommends dependencies, for any given port, be listed alphabetically. So say apache (e.g.) was added as a gnome dependency, (maybe not directly - say depend of a depend) but it is not actually a part of the meta-port, and most probably on cd3--> then it still gets added/installed alphabetically or just before the package that needs it. ( I had noticed some roughly alphabetical order once that made me think that - unless i was hallucinating). I hope this makes sense - even if it not the case - because i am in a rush and i had to comment as this had bugged me alot. Still, even the dvd packages (which are the same version as on the cds with 7-release) are pretty much all outdated now, besides the fact that you will have to build them all from ports, since packages are only available for Stable. I actually built kde4.1 twice from scratch before realising it was easier to upgrade to 7Stable, then add packages using portupgrade -NP --> which saves a local copy of all downloaded packages under /usr/ports/packages/All, and saved my lots of time later. It works better than pkg_add -rK; which only saves the package you ask for and none of the downloaded dependencies. Sorry if i made a mess of this right now. i'm finally up to date right now with all my packages and running 7.1 prerelease, so will see what happens with 7.1 release before i bother making my own dvd with latest packages. phew.