<?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 on Debian Squeeze</title>
	<atom:link href="http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/</link>
	<description>Hosting Struggles</description>
	<lastBuildDate>Wed, 18 Jan 2012 18:50:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Thomas</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-41833</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 11 Nov 2011 11:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-41833</guid>
		<description>Thanks for this tutorial. :)

@Giles: Yes it exists, it has just been moved to /usr/lib/lxc/templates :)</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial. <img src='http://blog.foaa.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Giles: Yes it exists, it has just been moved to /usr/lib/lxc/templates <img src='http://blog.foaa.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gautham Pai</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-38558</link>
		<dc:creator>Gautham Pai</dc:creator>
		<pubDate>Tue, 04 Oct 2011 09:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-38558</guid>
		<description>Wonderful! I have had major issues configuring LXC and eventually came across this post. I had to just follow these instructions to get it to work cleanly.

There was one minor change though:
The file /usr/share/doc/lxc/examples/lxc-debian.gz was not found in my Debian install.

root@debian:~# cat /etc/issue
Debian GNU/Linux 6.0 \n \l

root@debian:~# uname -a
Linux debian 2.6.32-5-686 #1 SMP Fri Sep 9 20:51:05 UTC 2011 i686 GNU/Linux

I found the lxc-debian script at this location:
/usr/lib/lxc/templates/lxc-debian

Thanks again.

Gautham</description>
		<content:encoded><![CDATA[<p>Wonderful! I have had major issues configuring LXC and eventually came across this post. I had to just follow these instructions to get it to work cleanly.</p>
<p>There was one minor change though:<br />
The file /usr/share/doc/lxc/examples/lxc-debian.gz was not found in my Debian install.</p>
<p>root@debian:~# cat /etc/issue<br />
Debian GNU/Linux 6.0 \n \l</p>
<p>root@debian:~# uname -a<br />
Linux debian 2.6.32-5-686 #1 SMP Fri Sep 9 20:51:05 UTC 2011 i686 GNU/Linux</p>
<p>I found the lxc-debian script at this location:<br />
/usr/lib/lxc/templates/lxc-debian</p>
<p>Thanks again.</p>
<p>Gautham</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uk</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-37606</link>
		<dc:creator>uk</dc:creator>
		<pubDate>Thu, 22 Sep 2011 16:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-37606</guid>
		<description>@Pavlinux: Did you try to assign an IP, like &lt;code&gt;ifconfig eth0 192.168.1.111&lt;/code&gt; in the vm? It won&#039;t get one, unless you have a dhcp setup.</description>
		<content:encoded><![CDATA[<p>@Pavlinux: Did you try to assign an IP, like <code>ifconfig eth0 192.168.1.111</code> in the vm? It won&#8217;t get one, unless you have a dhcp setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavlinux</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-37297</link>
		<dc:creator>Pavlinux</dc:creator>
		<pubDate>Mon, 19 Sep 2011 01:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-37297</guid>
		<description>I set all parametrs like in this tutorial, but no network :( 

lxc.utsname = vm0
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = br0

# lxc.network.name = eth0

lxc.network.hwaddr = 00:FF:12:34:56:78
lxc.network.ipv4 = 10.0.0.110/24

---

vm0# ifconfig 

eth0      Link encap:Ethernet  HWaddr 00:ff:12:34:56:78  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:192 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:8832 (8.6 KiB)  TX bytes:1968 (1.9 KiB)</description>
		<content:encoded><![CDATA[<p>I set all parametrs like in this tutorial, but no network <img src='http://blog.foaa.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>lxc.utsname = vm0<br />
lxc.network.type = veth<br />
lxc.network.flags = up<br />
lxc.network.link = br0</p>
<p># lxc.network.name = eth0</p>
<p>lxc.network.hwaddr = 00:FF:12:34:56:78<br />
lxc.network.ipv4 = 10.0.0.110/24</p>
<p>&#8212;</p>
<p>vm0# ifconfig </p>
<p>eth0      Link encap:Ethernet  HWaddr 00:ff:12:34:56:78<br />
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />
          RX packets:192 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:1000<br />
          RX bytes:8832 (8.6 KiB)  TX bytes:1968 (1.9 KiB)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian Kirilov</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-37169</link>
		<dc:creator>Kristian Kirilov</dc:creator>
		<pubDate>Sat, 17 Sep 2011 11:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-37169</guid>
		<description>Many thanks for this LXC quick hand book. Very useful for me.</description>
		<content:encoded><![CDATA[<p>Many thanks for this LXC quick hand book. Very useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsanhwa</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-35224</link>
		<dc:creator>tsanhwa</dc:creator>
		<pubDate>Mon, 22 Aug 2011 08:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-35224</guid>
		<description>Thank you. I get a network problem. I can connect to lxc from host machine, but can&#039;t get to lxc from outside network.</description>
		<content:encoded><![CDATA[<p>Thank you. I get a network problem. I can connect to lxc from host machine, but can&#8217;t get to lxc from outside network.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-34696</link>
		<dc:creator>victor</dc:creator>
		<pubDate>Sun, 14 Aug 2011 14:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-34696</guid>
		<description>Thanks a lot for your post, it helped me a lot in the discovery of lxc.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your post, it helped me a lot in the discovery of lxc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uk</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-34331</link>
		<dc:creator>uk</dc:creator>
		<pubDate>Wed, 10 Aug 2011 08:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-34331</guid>
		<description>Hello Abhishek

Can you provide the output of &lt;code&gt;brctl show&lt;/code&gt; and &lt;code&gt;brctl showstp [your-bridge]&lt;/code&gt;? Also make sure, you&#039;ve set &lt;code&gt;lxc.network.type = veth&lt;/code&gt; and &lt;code&gt;lxc.network.link = br0&lt;/code&gt;..

Greets
Ulrich</description>
		<content:encoded><![CDATA[<p>Hello Abhishek</p>
<p>Can you provide the output of <code>brctl show</code> and <code>brctl showstp [your-bridge]</code>? Also make sure, you&#8217;ve set <code>lxc.network.type = veth</code> and <code>lxc.network.link = br0</code>..</p>
<p>Greets<br />
Ulrich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek Amralkar</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-34328</link>
		<dc:creator>Abhishek Amralkar</dc:creator>
		<pubDate>Wed, 10 Aug 2011 07:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-34328</guid>
		<description>Hi I tried to install LXC according to ur tutorial but internet not working on my LXC also I am not able to Ping LXC from the host machine and vice versa.I want my LXC should also ne in same network as my host machine also I should be able to connect to MY LXC from network via SSH .Is this possible?</description>
		<content:encoded><![CDATA[<p>Hi I tried to install LXC according to ur tutorial but internet not working on my LXC also I am not able to Ping LXC from the host machine and vice versa.I want my LXC should also ne in same network as my host machine also I should be able to connect to MY LXC from network via SSH .Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jostein</title>
		<link>http://blog.foaa.de/2010/05/lxc-on-debian-squeeze/#comment-33583</link>
		<dc:creator>Jostein</dc:creator>
		<pubDate>Sun, 31 Jul 2011 17:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.foaa.de/?p=447#comment-33583</guid>
		<description>Thanks for great article.
made this work on my Powermac G5 with Debian Squeeze.
With some tweaking I got it working. This is what I had to do:
* New kernel. Downloaded the latest longterm kernel from kernel.org. (somehow the kernel source from debian repository did not compile)
* Downloaded the templates scrips. Had to add support for powerpc in the script; below section for arch=i386 i added this:
      if [ &quot;arch&quot; == &quot;ppc64&quot;];then arch=powerpc
(I have just tried the squeeze script yet. But I will try to make an ubuntu instance later.)</description>
		<content:encoded><![CDATA[<p>Thanks for great article.<br />
made this work on my Powermac G5 with Debian Squeeze.<br />
With some tweaking I got it working. This is what I had to do:<br />
* New kernel. Downloaded the latest longterm kernel from kernel.org. (somehow the kernel source from debian repository did not compile)<br />
* Downloaded the templates scrips. Had to add support for powerpc in the script; below section for arch=i386 i added this:<br />
      if [ "arch" == "ppc64"];then arch=powerpc<br />
(I have just tried the squeeze script yet. But I will try to make an ubuntu instance later.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
