From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 02:52:00 2010 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 5E6531065670 for ; Mon, 19 Jul 2010 02:52:00 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC598FC08 for ; Mon, 19 Jul 2010 02:51:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 2536D3A3870; Mon, 19 Jul 2010 09:36:47 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1279507006; x= 1281321406; bh=QQ3uwn9gSjojhO3WXfTZ2yn6mXPVGWhHHvKd0VKoVUs=; b=k S1/fQ5QooqLjw8lDMVpN5BfKGylBFYdNGS2Xs8IM/6uFHMo10StifaZ9DJVJ4lpd /Z0enLeyYsYq9BC652Fn1xatdNkHfBA1k5hU+GK8hfFV1crQR44NHiOsQGf17uf8 BYG8GoWIzXw7jwYjIKWbuE5aW/cwL+Y++JQ98vg2PU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id vF8fQNsZ3xTy; Mon, 19 Jul 2010 09:36:46 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id AC0703A386C; Mon, 19 Jul 2010 09:36:46 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o6J2aZN9035978; Mon, 19 Jul 2010 09:36:35 +0700 (ICT) (envelope-from on) Date: Mon, 19 Jul 2010 09:36:35 +0700 (ICT) Message-Id: <201007190236.o6J2aZN9035978@banyan.cs.ait.ac.th> From: Olivier Nicole To: yuri@rawbw.com In-reply-to: <4C43AE4D.80501@rawbw.com> (message from Yuri on Sun, 18 Jul 2010 18:45:49 -0700) References: <4C43AE4D.80501@rawbw.com> Cc: freebsd-questions@freebsd.org Subject: Re: Is there a script to upgrade i386 system to amd64 ? 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: Mon, 19 Jul 2010 02:52:00 -0000 Hi > Since this is something that potentially almost everyone would need at > least once this should be made very easy for the end user. I am not sure what you mean. I have penty of machines that are 32 bits and simply cannot run 64 bits. If I ever replace one 32 bits machines with a 64 bits new machine, I will simply re-install everything from scratch, it's safer (can run the 2 machines in parallel until the new on eis ready) and simplier, and gives me opportunity for a good cleanup (I will not reinstall all the bits and pieces that I only installed for testing purpose and never used after that). Best regards, Olivier