<?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 for Shadows of epiphany</title>
	<atom:link href="http://blog.bodhizazen.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:24:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on LXC Configure Ubuntu Karmic Containers 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>Comment on How to mod_security Ubuntu 9.04 by David</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-1548</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-1548</guid>
		<description>(crap editor removed lines)
Add brackets below as appropriate.

IfModule security2_module
SecServerSignature “Microsoft-IIS/5.0″
/IfModule</description>
		<content:encoded><![CDATA[<p>(crap editor removed lines)<br />
Add brackets below as appropriate.</p>
<p>IfModule security2_module<br />
SecServerSignature “Microsoft-IIS/5.0″<br />
/IfModule</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to mod_security Ubuntu 9.04 by David</title>
		<link>http://blog.bodhizazen.net/linux/how-to-mod_security-ubuntu-904/comment-page-1/#comment-1547</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=227#comment-1547</guid>
		<description>(Disclaimer my system is Ubuntu 9.10 but should apply to other flavors as well)
If you followed the above instructions and it appears to not be working you should verify that the module name is correct and is enabled.

First check the module is enabled by looking in the /etc/apache2/mods-enabled directory.  There should be s symbolic link named mod-security.load.

Look at the contents of that file &#039;more mod-security.load&#039;  
The 2nd of that file was:
LoadModule security2_module /usr/lib/apache2/modules/mod_security2.so

So in one of your apache config files that is loaded you would need to specify it as:

SecServerSignature &quot;Microsoft-IIS/5.0&quot;


(spaced added after &gt;&#039;s in case they are interpreted by this editor)

You can verify that the module is working then with the above config by checking if &#039;curl -i YOURDOMAIN.COM&#039; returns Microsoft-IIS/5.0 for the server instead of Apache.</description>
		<content:encoded><![CDATA[<p>(Disclaimer my system is Ubuntu 9.10 but should apply to other flavors as well)<br />
If you followed the above instructions and it appears to not be working you should verify that the module name is correct and is enabled.</p>
<p>First check the module is enabled by looking in the /etc/apache2/mods-enabled directory.  There should be s symbolic link named mod-security.load.</p>
<p>Look at the contents of that file &#8216;more mod-security.load&#8217;<br />
The 2nd of that file was:<br />
LoadModule security2_module /usr/lib/apache2/modules/mod_security2.so</p>
<p>So in one of your apache config files that is loaded you would need to specify it as:</p>
<p>SecServerSignature &#8220;Microsoft-IIS/5.0&#8243;</p>
<p>(spaced added after &gt;&#8217;s in case they are interpreted by this editor)</p>
<p>You can verify that the module is working then with the above config by checking if &#8216;curl -i YOURDOMAIN.COM&#8217; returns Microsoft-IIS/5.0 for the server instead of Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LXC Configure Ubuntu Karmic Containers 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>Comment on Convert VMware .vmdk to KVM .qcow2 or Virtualbox .vdi by BrainBlog &#187; VMware vApp (from vSphere) to KVM</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-1545</link>
		<dc:creator>BrainBlog &#187; VMware vApp (from vSphere) to KVM</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-1545</guid>
		<description>[...] an XML file lacking several sections. Since it seems that we reached a dead end here, it is time to convert the vmdk images and define the libvirt xml schema later on:  $ qemu-img convert -f vmdk -O qcow2 vApp-disk1.vmdk [...]</description>
		<content:encoded><![CDATA[<p>[...] an XML file lacking several sections. Since it seems that we reached a dead end here, it is time to convert the vmdk images and define the libvirt xml schema later on:  $ qemu-img convert -f vmdk -O qcow2 vApp-disk1.vmdk [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LXC Configure Fedora Containers by LXC howto « Richard WM Jones</title>
		<link>http://blog.bodhizazen.net/linux/lxc-configure-fedora-containers/comment-page-1/#comment-1544</link>
		<dc:creator>LXC howto « Richard WM Jones</dc:creator>
		<pubDate>Wed, 03 Mar 2010 15:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=876#comment-1544</guid>
		<description>[...] LXC&#160;howto  Jump to Comments  KageSenshi&#8217;s HOWTO use Linux Containers (LXC) on Fedora 12 with libvirt is interesting. I discovered that they&#8217;re using febootstrap (see earlier postings) to build the Fedora root filesystem for the containers. [...]</description>
		<content:encoded><![CDATA[<p>[...] LXC&nbsp;howto  Jump to Comments  KageSenshi&#8217;s HOWTO use Linux Containers (LXC) on Fedora 12 with libvirt is interesting. I discovered that they&#8217;re using febootstrap (see earlier postings) to build the Fedora root filesystem for the containers. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LXC &#8211; Linux Containers by Eric Lee Green</title>
		<link>http://blog.bodhizazen.net/linux/lxc-linux-containers/comment-page-1/#comment-1541</link>
		<dc:creator>Eric Lee Green</dc:creator>
		<pubDate>Mon, 01 Mar 2010 22:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=871#comment-1541</guid>
		<description>From the description, this sounds somewhat similar to FreeBSD jails, which similarly are a &quot;hack&quot; on top of chroot. Have you ever encountered FreeBSD jails, and if so, would you care to compare/contrast FreeBSD jails, OpenVZ, and LXC? I think that would be interesting information for anybody interested in lightweight containerization.

-ELG</description>
		<content:encoded><![CDATA[<p>From the description, this sounds somewhat similar to FreeBSD jails, which similarly are a &#8220;hack&#8221; on top of chroot. Have you ever encountered FreeBSD jails, and if so, would you care to compare/contrast FreeBSD jails, OpenVZ, and LXC? I think that would be interesting information for anybody interested in lightweight containerization.</p>
<p>-ELG</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LXC Configure Ubuntu Karmic Containers 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>Comment on Download Ubuntu 9.10 OpenVZ Templates by bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/download-ubuntu-9-10-openvz-templates/comment-page-1/#comment-1534</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=752#comment-1534</guid>
		<description>Blake: You are most welcome. Glad the template is working for you.

I will make a template for Ubuntu 10.04 (LTS) in the near future , but probably not make it available for download until 10.04 is released.</description>
		<content:encoded><![CDATA[<p>Blake: You are most welcome. Glad the template is working for you.</p>
<p>I will make a template for Ubuntu 10.04 (LTS) in the near future , but probably not make it available for download until 10.04 is released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download Ubuntu 9.10 OpenVZ Templates by Blake</title>
		<link>http://blog.bodhizazen.net/linux/download-ubuntu-9-10-openvz-templates/comment-page-1/#comment-1533</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=752#comment-1533</guid>
		<description>Thanks for posting this template.  I tried using the newly updated 9.10 template posted on the openvz wiki and couldn&#039;t get the networking to work.  This template works without a hitch.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this template.  I tried using the newly updated 9.10 template posted on the openvz wiki and couldn&#8217;t get the networking to work.  This template works without a hitch.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.086 seconds -->
