From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 20:23:54 2008 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 90D051065678 for ; Fri, 8 Aug 2008 20:23:54 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:a80a:1:21f:d0ff:fe22:b8a8]) by mx1.freebsd.org (Postfix) with ESMTP id 44E418FC19 for ; Fri, 8 Aug 2008 20:23:54 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id B5A38821AB6 for ; Fri, 8 Aug 2008 15:23:53 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XcCn6WiT0xIg for ; Fri, 8 Aug 2008 15:23:51 -0500 (CDT) Received: from athena.daycos.com (athena.daycos.com [IPv6:2001:470:c054:1:221:9bff:fe00:de3f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 5AE08821859 for ; Fri, 8 Aug 2008 15:23:51 -0500 (CDT) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Fri, 8 Aug 2008 15:23:47 -0500 User-Agent: KMail/1.9.7 References: <489CA4B2.7020503@kit-bg.com> In-Reply-To: <489CA4B2.7020503@kit-bg.com> X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?windows-1251?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*?= =?windows-1251?q?dAJ*9f+mX=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808081523.47271.kirk@strauser.com> Subject: Re: changing architecture from i386 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: Fri, 08 Aug 2008 20:23:54 -0000 On Friday 08 August 2008, Ivo Karabojkov wrote: > I hope to be able to "switch" my architecture without re-installing > FreeBSD with AMD64. I went through this last week. I use the 7.0 install disk to do an *upgrade* installation over the old one, booted into the new amd64 system, and upgraded kernel and world. Next, I manually reinstalled databases/db47, lang/ruby18, databases/ruby-bdb, and ports-mgmt/portupgrade. When that was done, I ran "portupgrade -fa" to recompile all the ports on my system. The only gotchas I had were that Berkeley databases aren't portable from 32-bit to 64-bit systems, and I used quite a few. A word to the wise: dump PostgreSQL to a text file before the upgrade. -- Kirk Strauser