From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 3 06:44:32 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0451106564A for ; Thu, 3 Jul 2008 06:44:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 514FA8FC0C for ; Thu, 3 Jul 2008 06:44:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl97-104.kln.forthnet.gr [77.49.104.104]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m636iLe0009819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 3 Jul 2008 09:44:27 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m636iLxb017982; Thu, 3 Jul 2008 09:44:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m636iKhs017981; Thu, 3 Jul 2008 09:44:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Rob Lytle" References: <784966050807022128g6a6ebfebtc1f57c0da66779bc@mail.gmail.com> Date: Thu, 03 Jul 2008 09:44:20 +0300 In-Reply-To: <784966050807022128g6a6ebfebtc1f57c0da66779bc@mail.gmail.com> (Rob Lytle's message of "Wed, 2 Jul 2008 21:28:50 -0700") Message-ID: <87bq1fbh6j.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m636iLe0009819 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.754, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.65, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Subject: Re: Sysinstall is still inadequate after all of these years / sorry I started flame war X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2008 06:44:33 -0000 On Wed, 2 Jul 2008 21:28:50 -0700, "Rob Lytle" wrote: > 2. Being able to use Sysinstall and not having it crash when a > dependency is already present. Sometimes I like to use Sysinstall to > install gigantic packages where the compile time is 26 hours, e.g KDE > metapackage, and my notebook uses an Intel Core 2 Duo at 2Ghz or > thereabout. That is one hell of a long compile time. For this > request I will just have to wait for FreeBSD 10.0. Crashing is a bug. We should fix that. Having said this, I often use portupgrade for this sort of thing. After mounting the DVD, you can see what would be installed with # mount /cdrom # env PKG_PATH=/cdrom/packages/All portupgrade -n -N -PP postfix and then you can actually *run* the installation by removing the `-n' option from the portupgrade run.