Can I run a 32-bit jail (or software) on a 64-bit server?

Devin Teske dteske at vicor.com
Mon Dec 6 20:19:30 UTC 2010


I wrote a utility (attached) to make the process really fast and easy:



jail_build(8): Build FreeBSD jails from binary distributions


Here's a simple howto:

Step 1: Create a landing zone for your binary distribution (jail_build(8) looks in `/usr/repos' for binary distributions)...

sudo mkdir -p /usr/repos
sudo cd /usr/repos

Step 2: Download one or more binary FreeBSD distributions (any version, any platform)...

wget -r ftp://ftp-archive.freebsd.org/pub/FreeBSD/releases/i386/8.1-RELEASE

Step 3: Download jail_build(8)...

cd
wget http://druidbsd.sourceforge.net/download/jail_build.txt
mv jail_build.txt jail_build
chmod +x jail_build

Step 4: Build your jail(s)...

./jail_build
--
Devin

(full sig at bottom)

P.S. Feedback welcome.


On Dec 6, 2010, at 11:14 AM, Redd Vinylene wrote:

> How do I create a 32-bit jail on a 64-bit machine then?
> 
> http://forums.freebsd.org/showthread.php?t=3744 did not tell me much.
> 
> Thanks!
> _______________________________________________
> freebsd-jail at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-jail
> To unsubscribe, send any mail to "freebsd-jail-unsubscribe at freebsd.org"

--
Cheers,
Devin Teske

-> CONTACT INFORMATION <-
Business Solutions Consultant II
FIS - fisglobal.com
510-735-5650 Mobile
510-621-2038 Office
510-621-2020 Office Fax
909-477-4578 Home/Fax
devin.teske at fisglobal.com

-> LEGAL DISCLAIMER <-
This message  contains confidential  and proprietary  information
of the sender,  and is intended only for the person(s) to whom it
is addressed. Any use, distribution, copying or disclosure by any
other person  is strictly prohibited.  If you have  received this
message in error,  please notify  the e-mail sender  immediately,
and delete the original message without making a copy.

-> END TRANSMISSION <-



More information about the freebsd-questions mailing list