From owner-freebsd-questions@FreeBSD.ORG Sat Mar 8 21:52:51 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 C0B3C106566C for ; Sat, 8 Mar 2008 21:52:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 94A768FC1C for ; Sat, 8 Mar 2008 21:52:51 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.120] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: LOGIN fatman) by crackmonkey.us with esmtp; Sat, 08 Mar 2008 14:52:49 -0700 id 0017C6FD.47D30AB1.000078F0 Message-ID: <47D30A9F.2050309@crackmonkey.us> Date: Sat, 08 Mar 2008 21:52:31 +0000 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: The-IRC Hosting Administration Team References: <47C8AB02.3000305@splitstreams.com> <47D2ED98.5090406@crackmonkey.us> <08f801c88158$913c9170$b3b5b450$@Org> In-Reply-To: <08f801c88158$913c9170$b3b5b450$@Org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading from 6.2 to 7.0 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: Sat, 08 Mar 2008 21:52:51 -0000 The-IRC Hosting Administration Team wrote: > Just use a cvsup file like this and run it with cvsup -g -L 2 cvs-supfile > *default host=cvsup4.us.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_7 > *default delete > *default compress > *default use-rel-suffix > src-all > > After you've obtained the new sourcecode do the following. > > `cd /usr/src' (or to the directory containing your source tree). > `make buildworld' > `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC). > `reboot' (in single user mode: boot -s from the loader prompt). > `mergemaster -p' > `make installworld' > `mergemaster' > `reboot' Hi all, I mentioned I'd report back. I followed the usual upgrade instructions provided above. Everything built and installed smoothly. Before: %uname -rims FreeBSD 6.3-PRERELEASE i386 GENERIC After: %uname -rims FreeBSD 7.0-STABLE i386 GENERIC So all seems well. I won't mention ports here, I am just concerned with kernel and world for now. That said... YMMV, #include , etc Regards, Adam J Richardson