From owner-freebsd-stable@FreeBSD.ORG Thu Nov 2 19:16:01 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 DDBF916A4A7 for ; Thu, 2 Nov 2006 19:16:01 +0000 (UTC) (envelope-from dmarshall@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55EA743EC5 for ; Thu, 2 Nov 2006 19:12:46 +0000 (GMT) (envelope-from dmarshall@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1097148nfc for ; Thu, 02 Nov 2006 11:12:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GLQi0muYAqWoY2GbMi6BXyEOFJWt6o9EnhqIkvijoZ5ytGWOQk9sZiVteSG6PakfRW4GsNCXVt14egW6ZyomGek1ZJKl/+FP5ZCaRi9fylpRnwdCMQsW/nY1QZ0+rcIcOO0WQ5vx4zS5URdYhCW4hDWI9Uv8+IvfqZJ2x8TlLJs= Received: by 10.82.123.16 with SMTP id v16mr298525buc.1162494763720; Thu, 02 Nov 2006 11:12:43 -0800 (PST) Received: by 10.82.137.10 with HTTP; Thu, 2 Nov 2006 11:12:43 -0800 (PST) Message-ID: <53f158630611021112n2307fdael4ff860cee6e1ac58@mail.gmail.com> Date: Thu, 2 Nov 2006 11:12:43 -0800 From: "David Marshall" To: freebsd-stable@freebsd.org In-Reply-To: <45475298.5090709@inoc.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45475298.5090709@inoc.net> Subject: Re: 6.x from i386 to amd64 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, 02 Nov 2006 19:16:02 -0000 On 10/31/06, Robert Blayzor wrote: > Is there a way to upgrade/move an already installed i386 installed 6.1 > machine to amd64 without completely reinstalling? Is there a procedure > to do so? > I spent all of last weekend trying to do this, with no solution determined. I read a couple of methods for doing this without reinstalling, but both indicated that a lot of know-how was needed and that the methods were neither complete nor bullet-proof. They both required access to the server to do magic things in single-user mode, which isn't available to me. For our purposes, I have decided to keep the machines as i386. I have two servers with identical hardware. One has 6.1/amd64, and the other has 6.1/i386. The i386 has a better ubench score. More importantly for us, it's impossible to build a 32-bit perl on the amd64, and we don't need a 64-bit perl. Our apache/mod_perl servers are 3X bigger on the amd64, and that is unsatisfactory.