Date: Mon, 23 Feb 2009 23:31:10 +0100 From: Roland Smith <rsmith@xs4all.nl> To: Andrew Moran <amoran@forsythia.net> Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade from FreeBSD 7.1/i386 to FreeBSD 7.1/AMD64? Message-ID: <20090223223110.GB47390@slackbox.xs4all.nl> In-Reply-To: <54B6CFF8-1C2C-40C6-AB90-AABA3ADFA0E7@forsythia.net> References: <A8482213-D958-4084-8214-AFC201471991@forsythia.net> <20090223200512.GA47390@slackbox.xs4all.nl> <54B6CFF8-1C2C-40C6-AB90-AABA3ADFA0E7@forsythia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--NMuMz9nt05w80d4+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 23, 2009 at 12:59:21PM -0800, Andrew Moran wrote: >=20 > Thank you. You're welcome! Please don't top post; it destroys the flow of the conversation. =20 > I have 8 gigs of memory in this system, and I decided go to the ZFS =20 > route, and am now getting kernel panics about kmem exhaustion. I know = =20 > there are some tweaks I can do to help alleviate these, but I want to =20 > address all my memory before I increase the kernel memory. Ah, OK. ZFS seems to work better on (and was written for) 64-bit systems anyway. > I don't need the ports to be 64-bit, but they SHOULD run just fine =20 > without recompiling, yes? As long as you don't ever recompile anything. Otherwise the shit will hit the fan. The base system by default keeps two sets of system libraries on amd64, 64-bit and 32-bit. (you can compile the system without the 32-bit libs and kernel stuff if you don't need them; see src.conf(5) and the COMPAT_IA32 option in the amd64 GENERIC kernel). So the base system can run both kinds of binaries, as long as they only depend on the base system libraries. But if you recompile any library =66rom ports, it will become 64-bit and unusable to 32-bit binaries. Every program depending on that library will stop working. Just recompile your ports and save yourself a world of grief in the long run. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --NMuMz9nt05w80d4+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmjI64ACgkQEnfvsMMhpyXzdgCfWq79MaUpW4x3QGm7hF+WKWro n2IAn26VwbtgJerOQoBHMm6BIXgrbYGV =SrrX -----END PGP SIGNATURE----- --NMuMz9nt05w80d4+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090223223110.GB47390>