<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LXC Configure Ubuntu Karmic Containers</title>
	<atom:link href="http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:20:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Playing with LXC &#171; High Tech Sorcery</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-4054</link>
		<dc:creator>Playing with LXC &#171; High Tech Sorcery</dc:creator>
		<pubDate>Fri, 12 Aug 2011 06:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-4054</guid>
		<description>[...] LXC Configure Ubuntu Karmic Containers &#124; Shadows of epiphany [...]</description>
		<content:encoded><![CDATA[<p>[...] LXC Configure Ubuntu Karmic Containers | Shadows of epiphany [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-2183</link>
		<dc:creator>Massimiliano</dc:creator>
		<pubDate>Wed, 22 Sep 2010 19:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-2183</guid>
		<description>Hi.
I took an Ubuntu chroot envinronment that I already had and than I applied all your tricks.
It worked. Many thanks.
I suggest to create also /etc/init/console.conf 
This is identical to /etc/init.d/tty.conf, where only the last row is different, and looks like this:
exec /sbin/getty -8 38400 console
By doing this, if you run the container interactive (without putting in background, you&#039;ll be able to login).

Only one thing is not working: powering off the machine from inside the container. The init process hangs forever. I have two container with Debian and I don&#039;t have such problem.
Of course, I know that I can use &quot;lxc-stop&quot; command.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
I took an Ubuntu chroot envinronment that I already had and than I applied all your tricks.<br />
It worked. Many thanks.<br />
I suggest to create also /etc/init/console.conf<br />
This is identical to /etc/init.d/tty.conf, where only the last row is different, and looks like this:<br />
exec /sbin/getty -8 38400 console<br />
By doing this, if you run the container interactive (without putting in background, you&#8217;ll be able to login).</p>
<p>Only one thing is not working: powering off the machine from inside the container. The init process hangs forever. I have two container with Debian and I don&#8217;t have such problem.<br />
Of course, I know that I can use &#8220;lxc-stop&#8221; command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsftpd &#124; HackerZ4U</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-1556</link>
		<dc:creator>vsftpd &#124; HackerZ4U</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-1556</guid>
		<description>[...] Bodhi.Zazen: LXC Configure Ubuntu Karmic Containers (bodhizazen.net) [...]</description>
		<content:encoded><![CDATA[<p>[...] Bodhi.Zazen: LXC Configure Ubuntu Karmic Containers (bodhizazen.net) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-1549</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-1549</guid>
		<description>marc zonzon : Thank you for the feedback. I will take a look at your advice and you may well be correct.

Basically I took my openvz experience and applied it to LXC, but I am learning LXC as I go.</description>
		<content:encoded><![CDATA[<p>marc zonzon : Thank you for the feedback. I will take a look at your advice and you may well be correct.</p>
<p>Basically I took my openvz experience and applied it to LXC, but I am learning LXC as I go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc zonzon</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-1546</link>
		<dc:creator>marc zonzon</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-1546</guid>
		<description>I have tested your script and found somme minor inaccuracy / improvement.

You don&#039; have to mount:
mount -t devpts devpts /dev/pts
because it would mount your host pts not the guest. When doing it I was unable to ssh to my guest.


If you preserve your rc.sysinit.conf you don&#039;t have to do the init in lxc.conf, it will be done in rc.sysinit.

The mkdir -p rootfs.ubuntu/var/run/network is of no use since you mount at boot a tmpfs on /var/run.

Marc</description>
		<content:encoded><![CDATA[<p>I have tested your script and found somme minor inaccuracy / improvement.</p>
<p>You don&#8217; have to mount:<br />
mount -t devpts devpts /dev/pts<br />
because it would mount your host pts not the guest. When doing it I was unable to ssh to my guest.</p>
<p>If you preserve your rc.sysinit.conf you don&#8217;t have to do the init in lxc.conf, it will be done in rc.sysinit.</p>
<p>The mkdir -p rootfs.ubuntu/var/run/network is of no use since you mount at boot a tmpfs on /var/run.</p>
<p>Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-1535</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-1535</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by planetubuntu: Bodhi.Zazen: LXC Configure Ubuntu Karmic Containers: This post is in follow up to my previous post on configuring ... http://bit.ly/bfjEw9...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by planetubuntu: Bodhi.Zazen: LXC Configure Ubuntu Karmic Containers: This post is in follow up to my previous post on configuring &#8230; <a href="http://bit.ly/bfjEw9.." rel="nofollow">http://bit.ly/bfjEw9..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadows of epiphany » Blog Archive » LXC Configure Ubuntu Karmic &#8230; &#124; Just linux！</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-karmic-containers/comment-page-1/#comment-1518</link>
		<dc:creator>Shadows of epiphany » Blog Archive » LXC Configure Ubuntu Karmic &#8230; &#124; Just linux！</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=976#comment-1518</guid>
		<description>[...] View original here: Shadows of epiphany » Blog Archive » LXC Configure Ubuntu Karmic &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] View original here: Shadows of epiphany » Blog Archive » LXC Configure Ubuntu Karmic &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

