<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>phaq &#187; jails</title>
	<atom:link href="http://phaq.phunsites.net/category/howtos/virtualization/jails/feed/" rel="self" type="application/rss+xml" />
	<link>http://phaq.phunsites.net</link>
	<description>"a geeks daily life"</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:57:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debian GNU/kFreeBSD inside native FreeBSD jail</title>
		<link>http://phaq.phunsites.net/2007/01/06/debian-gnukfreebsd-inside-native-freebsd-jail/</link>
		<comments>http://phaq.phunsites.net/2007/01/06/debian-gnukfreebsd-inside-native-freebsd-jail/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 19:10:40 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Debian GNU/Linux]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[jails]]></category>

		<guid isPermaLink="false">http://www.phunsites.net/wp/2007/01/06/debian-gnukfreebsd-inside-native-freebsd-jail/</guid>
		<description><![CDATA[It has been some time now since development on Debian GNU/kFreeBSD started, which aims at bringing together the FreeBSD kernel with a GNU userland.
There exists a similar implementation called Gentoo GNU/kFreeBSD, although I had no time yet to review it.
The Debian developers made some notable progress since last year, but there are still lots of [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2007/01/06/debian-gnukfreebsd-inside-native-freebsd-jail/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FreeBSD patch: enable fsck in mdmfs</title>
		<link>http://phaq.phunsites.net/2006/07/26/freebsd-patch-enable-fsck-in-mdmfs/</link>
		<comments>http://phaq.phunsites.net/2006/07/26/freebsd-patch-enable-fsck-in-mdmfs/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 06:01:42 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[jails]]></category>

		<guid isPermaLink="false">http://www.phunsites.net/wp/2006/07/26/freebsd-patch-enable-fsck-in-mdmfs/</guid>
		<description><![CDATA[This patch is actually a follow-up development to my article on implementing filesystem allocation limits on FreeBSD jails.
My previous article basically lined out how to place jails inside a vnode-backed memory device to enforce filesystem allocation limits. This became possible through a new flag introduced to mdmfs in FreeBSD-CURRENT which allowed to skip &#8216;newfs&#8217; (which [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/07/26/freebsd-patch-enable-fsck-in-mdmfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamline Userland Installation On FreeBSD Jails Using Sysinstall</title>
		<link>http://phaq.phunsites.net/2006/06/25/streamline-userland-installation-on-freebsd-jails-using-sysinstall/</link>
		<comments>http://phaq.phunsites.net/2006/06/25/streamline-userland-installation-on-freebsd-jails-using-sysinstall/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 13:53:34 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[jails]]></category>

		<guid isPermaLink="false">http://phaq.phunsites.net/2006/06/25/streamline-userland-installation-on-freebsd-jails-using-sysinstall/</guid>
		<description><![CDATA[There is probably a dozen of ways to install the userland for use within a FreeBSD jail.
Most of the documentation I saw (including the man page itself) refers to building/installing from the source tree. Sysinstall seems only to be considered for additional post-configuration tasks and is always run inside of the jail.
While building/installing a jail [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/06/25/streamline-userland-installation-on-freebsd-jails-using-sysinstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Filesystem Allocation Limits On FreeBSD Jails</title>
		<link>http://phaq.phunsites.net/2006/06/22/implementing-filesystem-allocation-limits-on-freebsd-jails/</link>
		<comments>http://phaq.phunsites.net/2006/06/22/implementing-filesystem-allocation-limits-on-freebsd-jails/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 23:06:59 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[jails]]></category>

		<guid isPermaLink="false">http://phaq.phunsites.net/2006/06/22/implementing-filesystem-allocation-limits-on-freebsd-jails/</guid>
		<description><![CDATA[FreeBSD jails are very powerful indeed. While it is rather easy to setup a jail for encapsulation of single services (let&#8217;s think of it as a more luxury chroot environment then), it&#8217;s also no big thing to adapt them to create &#8216;virtual&#8217; servers similar to what Virtuozzo and OpenVZ for Linux try to achieve.
Obviously FreeBSD [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/06/22/implementing-filesystem-allocation-limits-on-freebsd-jails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Trimmed-Down Userland To FreeBSD Jails</title>
		<link>http://phaq.phunsites.net/2006/05/12/installing-trimmed-down-userland-to-freebsd-jails/</link>
		<comments>http://phaq.phunsites.net/2006/05/12/installing-trimmed-down-userland-to-freebsd-jails/#comments</comments>
		<pubDate>Fri, 12 May 2006 07:11:36 +0000</pubDate>
		<dc:creator>Gianpaolo Del Matto</dc:creator>
				<category><![CDATA[jails]]></category>

		<guid isPermaLink="false">http://phaq.phunsites.net/2006/05/12/installing-trimmed-down-userland-to-freebsd-jails/</guid>
		<description><![CDATA[For obvious reasons there is a lot of howto&#8217;s on FreeBSD jails. One of the IMHP best is, besides the man page  , at section6wiki.
While the howto explains everything you need to get started, I was fiddling around with a way to install a trimmed-down userland to a jail without editing or moving around [...]]]></description>
		<wfw:commentRss>http://phaq.phunsites.net/2006/05/12/installing-trimmed-down-userland-to-freebsd-jails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
