From owner-freebsd-stable@FreeBSD.ORG Thu Nov 9 15:11:11 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C730816A494 for ; Thu, 9 Nov 2006 15:11:11 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E8A43D45 for ; Thu, 9 Nov 2006 15:11:10 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so224266uge for ; Thu, 09 Nov 2006 07:11:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HH9NrqzfLSMZ4531JH01tpnMDv7E4o0f3YBUT31lzsjE5vvQeEbZyKJIsV3+rsyfHwVSX2QQdlROn0Fgsq06LdU4di5ttGGou/KhIiI9Yqfs9R6ew63cD5DCJrGX83sl5NUjQcAg1E9qUG1PDUyE4TGaIjqL2NBrp2hLm3K6878= Received: by 10.67.97.7 with SMTP id z7mr1479646ugl.1163085069960; Thu, 09 Nov 2006 07:11:09 -0800 (PST) Received: by 10.67.86.8 with HTTP; Thu, 9 Nov 2006 07:11:09 -0800 (PST) Message-ID: <790a9fff0611090711ra5b7996kfb251c7bdac547b9@mail.gmail.com> Date: Thu, 9 Nov 2006 09:11:09 -0600 From: "Scot Hetzel" To: shih@math.jussieu.fr In-Reply-To: <20061109085603.GA28869@math.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061109085603.GA28869@math.jussieu.fr> Cc: freebsd-stable@freebsd.org Subject: Re: Downgrade to 5.5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 15:11:11 -0000 On 11/9/06, Albert Shih wrote: > I make buildworld & buildkernel on a FreeBSD 5.x server. > I make a tar.gz of /usr/obj and /usr/src > I tranfert this two tar.gz on my 6-stable server. > Untar on right place > make installkernel on /usr/src from 5.x > reboot > make installworld. > Usually when you upgrade from a old version to a newer version, you are advised to first install new kernel, and then update the userland with buildworld. For a downgrade, you would have to reverse that order. So to downgrade: make installworld mergemaster reboot make installkernel reboot You will still need to remove any 6.x libraries that remain after the downgrade, as it would cause problems when building ports on the system. NOTE: I haven't tested this procedure, so use at your own risk. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.