<?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: LVM/Ubuntu/PowerPC</title>
	<atom:link href="http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Mon, 31 Oct 2011 08:01:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sergey Udaltsov</title>
		<link>http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/comment-page-1/#comment-83</link>
		<dc:creator>Sergey Udaltsov</dc:creator>
		<pubDate>Fri, 14 Sep 2007 17:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/#comment-83</guid>
		<description>dsoul: thanks for the link. The information is interesting. Did you file a bug in launchpad?</description>
		<content:encoded><![CDATA[<p>dsoul: thanks for the link. The information is interesting. Did you file a bug in launchpad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsoul</title>
		<link>http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/comment-page-1/#comment-82</link>
		<dc:creator>dsoul</dc:creator>
		<pubDate>Thu, 13 Sep 2007 01:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/#comment-82</guid>
		<description>have similar problem with lvm,
solution is to create /var/run and /var/lock dirs on root filesystem http://utcc.utoronto.ca/~cks/space/blog/linux/UbuntuVarRun</description>
		<content:encoded><![CDATA[<p>have similar problem with lvm,<br />
solution is to create /var/run and /var/lock dirs on root filesystem <a href="http://utcc.utoronto.ca/~cks/space/blog/linux/UbuntuVarRun" rel="nofollow">http://utcc.utoronto.ca/~cks/space/blog/linux/UbuntuVarRun</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Udaltsov</title>
		<link>http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/comment-page-1/#comment-72</link>
		<dc:creator>Sergey Udaltsov</dc:creator>
		<pubDate>Mon, 10 Sep 2007 20:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/#comment-72</guid>
		<description>Jerome: well, I am not ready yet to put entire root to LVM. As a start, I decided to put just home and var (may be usr as well). And got that disappointment :(

Ryan: I even can temporary umount /var in single-user mode, in order to create those dirs, as well as /var/run/network etc. But I do not like that hack, because the temporary files created by init might be used by someone later... In a word, that solution is too hackish. For a moment, I&#039;ll just wait for the fix.</description>
		<content:encoded><![CDATA[<p>Jerome: well, I am not ready yet to put entire root to LVM. As a start, I decided to put just home and var (may be usr as well). And got that disappointment <img src='http://blogs.gnome.org/sudaltsov/wp-content/mu-plugins/tango-smilies/tango/face-sad.png' alt=':(' class='wp-smiley' /> </p>
<p>Ryan: I even can temporary umount /var in single-user mode, in order to create those dirs, as well as /var/run/network etc. But I do not like that hack, because the temporary files created by init might be used by someone later&#8230; In a word, that solution is too hackish. For a moment, I&#8217;ll just wait for the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Lovett</title>
		<link>http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/comment-page-1/#comment-71</link>
		<dc:creator>Ryan Lovett</dc:creator>
		<pubDate>Mon, 10 Sep 2007 20:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/#comment-71</guid>
		<description>Maybe you could try

apt-get install e2tools
e2mkdir /dev/partition-that-has-your-root-fs:/var/run
e2mkdir /dev/partition-that-has-your-root-fs:/var/lock

e.g. &#039;e2mkdir /dev/sda1:/var/run&#039;

This way you would have a /var/run and /var/lock before your real /var was mounted. Of course, when that happens the stuff Ubuntu put there   will be hidden underneath.</description>
		<content:encoded><![CDATA[<p>Maybe you could try</p>
<p>apt-get install e2tools<br />
e2mkdir /dev/partition-that-has-your-root-fs:/var/run<br />
e2mkdir /dev/partition-that-has-your-root-fs:/var/lock</p>
<p>e.g. &#8216;e2mkdir /dev/sda1:/var/run&#8217;</p>
<p>This way you would have a /var/run and /var/lock before your real /var was mounted. Of course, when that happens the stuff Ubuntu put there   will be hidden underneath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/comment-page-1/#comment-68</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Mon, 10 Sep 2007 14:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/#comment-68</guid>
		<description>I&#039;m not sure about /var on LVM, but putting your entire / on LVM works just fine on Ubuntu. I think your explanation of the varrun/lock being tried first is reasonable... and we should probably fix it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure about /var on LVM, but putting your entire / on LVM works just fine on Ubuntu. I think your explanation of the varrun/lock being tried first is reasonable&#8230; and we should probably fix it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/sudaltsov/2007/09/10/lvmubuntupowerpc/feed/ ) in 1.15634 seconds, on Feb 10th, 2012 at 4:06 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 5:06 pm UTC -->
