From owner-freebsd-questions@FreeBSD.ORG Tue May 16 02:56:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A49616A48C for ; Tue, 16 May 2006 02:56:21 +0000 (UTC) (envelope-from strbenjr@yahoo.com) Received: from smtp109.plus.mail.re2.yahoo.com (smtp109.plus.mail.re2.yahoo.com [206.190.53.34]) by mx1.FreeBSD.org (Postfix) with SMTP id BD5E643D45 for ; Tue, 16 May 2006 02:56:20 +0000 (GMT) (envelope-from strbenjr@yahoo.com) Received: (qmail 86095 invoked from network); 16 May 2006 02:56:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:References:In-Reply-To:Content-Type; b=iHuN0SHXskVwKnCK0KyglwjFmh2HHPOcKDt2VFPxTZnKJuf2a8/tltEVpTPYgdeXi794yh8Gdua9mAlVuD8D/cRLfRaKoDgpzAWZPrmSOsiSLwZPIhdlBxWyJe32aa8oQ8qRnJ8hJBbzLe+Ow4rRJ/nMEc8bR6QP2SQk0A+vwTs= ; Received: from unknown (HELO ?192.168.7.202?) (strbenjr@69.143.43.222 with plain) by smtp109.plus.mail.re2.yahoo.com with SMTP; 16 May 2006 02:56:19 -0000 Message-ID: <44693F4A.50605@yahoo.com> Date: Mon, 15 May 2006 22:56:10 -0400 From: Ben Hacker Jr User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051005) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4460757B.5030107@yahoo.com> <4461D83A.8030902@yahoo.com> In-Reply-To: <4461D83A.8030902@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Upgrade 5.4 - 6.0 errors. 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 May 2006 02:56:21 -0000 Below is the instructions I followed which I copied from the current /usr/src/UPDATING file. Ben Hacker Jr wrote: > > I am following the instructions from /usr/src/UPGRADING > > To upgrade in-place from 5.x-stable or higher to 6.x-stable > ----------------------------------------------------------- > > make buildworld [9] > make kernel KERNCONF=YOUR_KERNEL_HERE [8] > [1] > [3] > mergemaster -p [5] > make installworld > mergemaster -i [4] > > > I am still getting ... > > . . . Should these instructions be modified/updated to be: To upgrade in-place from 5.x-stable or higher to 6.x-stable ----------------------------------------------------------- make buildworld [9] make buildkernel KERNCONF=YOUR_KERNEL_HERE [8] make installkernel KERNCONF=YOUR_KERNEL_HERE [1] [3] mergemaster -p [5] make installworld mergemaster -i [4] I don't claim know enough about this to make instructions but after booting into single user mode (and I am sure after the ) I found that I was still running my 5.4 kernel. I decided to try "make installkernel" and reboot again which fixed the version for me. Just my two cents... >-- > Ben Hacker, Jr. > Network Security Analyst > strbenjr {at} yahoo.com >-- -- -- >