From owner-freebsd-questions@freebsd.org Tue Feb 23 19:46:54 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5C98AB257F for ; Tue, 23 Feb 2016 19:46:54 +0000 (UTC) (envelope-from mailinglisten-2014@thomas-flaig.info) Received: from wp263.webpack.hosteurope.de (wp263.webpack.hosteurope.de [80.237.133.32]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68D9D684 for ; Tue, 23 Feb 2016 19:46:54 +0000 (UTC) (envelope-from mailinglisten-2014@thomas-flaig.info) Received: from aftr-185-17-207-248.dynamic.mnet-online.de ([185.17.207.248] helo=chaos.thomas-flaig.info); authenticated by wp263.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) id 1aYIfB-0001Vn-OW; Tue, 23 Feb 2016 20:30:25 +0100 Date: Tue, 23 Feb 2016 20:30:24 +0100 From: Thomas Flaig To: freebsd-questions@freebsd.org Subject: Re: Changing architecture Message-ID: <20160223203024.523d3205@chaos.thomas-flaig.info> In-Reply-To: <3q8cLq5D8hzRRqS@baobab.bilink.it> References: <3q8cLq5D8hzRRqS@baobab.bilink.it> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de; mailinglisten-2014@thomas-flaig.info; 1456256814; 40ddebd5; X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 19:46:54 -0000 Hello, Am Tue, 23 Feb 2016 11:39:12 +0100 schrieb Luciano Mannucci : > I have an i386 small server that I whish to upgrade to amd64 > (upgrading the hardware too:) without destroying user files and > configurations. Is that possible? For my upgrade from i386 to amd64 (some years ago) I did follow the steps described in /usr/src/UPDATING in the section "To cross-install current onto a separate partition" with the additional arguments TARGET=amd64 TARGET_ARCH=amd64 for the make-commands. The first step in the new system was a native rebuild to be sure that all is good. regards Thomas -- The good thing about standards is that there are so many to choose from. -- Andrew S. Tanenbaum