From owner-freebsd-questions@FreeBSD.ORG Mon Jan 31 19:25:39 2011 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 295A2106566B for ; Mon, 31 Jan 2011 19:25:39 +0000 (UTC) (envelope-from weif@weif.net) Received: from maxwell.cjones.org (mail.cjones.org [69.146.226.138]) by mx1.freebsd.org (Postfix) with ESMTP id 010B68FC08 for ; Mon, 31 Jan 2011 19:25:38 +0000 (UTC) Received: by maxwell.cjones.org (Postfix, from userid 1003) id 6DA3D4A64C7; Mon, 31 Jan 2011 12:25:37 -0700 (MST) From: Keith Seyffarth To: David Brodbeck In-Reply-To: (message from David Brodbeck on Mon, 31 Jan 2011 10:55:32 -0800) References: <84r5bz13ai.fsf@maxwell.cjones.org> Date: Mon, 31 Jan 2011 12:25:37 -0700 Message-ID: <84hbcolvta.fsf@maxwell.cjones.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Issue upgrading to 7.4, looking for guidance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2011 19:25:39 -0000 David, > I ran into a similar issue upgrading from 7.2 to 7.3. Here's the > thread where I worked it out; it might be helpful in your case: > http://lists.freebsd.org/pipermail/freebsd-questions/2010-July/218443.html > My eventual solution was here, if you don't want to read through the > whole thread: > http://lists.freebsd.org/pipermail/freebsd-questions/2010-July/218884.html I ended up getting instructions from a friend n manually running # make buildworld # mergemaster -p # make installworld # mergemaster -i to get the world upgraded to 7.4-PRERELEASE. After this a bunch of removing, reinstalling, and upgrading of ports was necessary, but everything appears to be working now. Of course, not having a FreeBSD CD for any version of FreeBSD would make copying a file from the CD rather difficult... ;) Keith S.