<?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>tov's Blog &#187; Hosting</title>
	<atom:link href="http://blog.nobody-is-like.me/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nobody-is-like.me</link>
	<description>Just another (geeky) WordPress weblog</description>
	<lastBuildDate>Sat, 16 Jul 2011 14:57:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to delete an LVM snapshot</title>
		<link>http://blog.nobody-is-like.me/2009/12/how-to-delete-an-lvm-snapshot/</link>
		<comments>http://blog.nobody-is-like.me/2009/12/how-to-delete-an-lvm-snapshot/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:36:40 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/?p=44</guid>
		<description><![CDATA[Problem: Centos did not boot after a failure with an LVM snapshot. It got stuck at: Setting up Logical Volume Management: (part of rc.sysinit) Solution: Boot: 1) grub &#8220;e&#8221; (to edit the first line) 2) append &#8220;init = /bin/bash&#8221; to kernel parameters 3) boot (Enter, &#8220;b&#8221;) (append &#8220;Single&#8221; should work as well but it didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Problem: Centos did not boot after a failure with an LVM snapshot.</p>
<p>It got stuck at:</p>
<p>Setting up Logical Volume Management: (part of rc.sysinit)</p>
<p>Solution:</p>
<p>Boot:<br />
1) grub &#8220;e&#8221; (to edit the first line)<br />
2) append &#8220;init = /bin/bash&#8221; to kernel parameters<br />
3) boot (Enter, &#8220;b&#8221;)</p>
<p>(append &#8220;Single&#8221; should work as well but it didn&#8217;t as far as I remember)</p>
<p>Console<br />
1) mount / -o remount (enables rw mode)<br />
2) vi /etc/lvm/lvm.conf<br />
3) replace<br />
locking_dir = &#8220;/var/lock/lvm&#8221;<br />
by<br />
locking_dir = &#8220;/tmp&#8221;<br />
(this is because &#8220;lvremove&#8221; does not recognize the &#8211;ignorelockingfailure parameter)<br />
4) cd /sbin<br />
5) ./lvm.static lvdisplay &#8211;ignorelockingfailure (not sure if this param is necessary after editing lvm.conf)<br />
6) Find the snapshot path: /dev/your_volumegroup/your_logical_volume_snapshot<br />
7) remove: ./lvm.static lvremove /dev/your_volumegroup/your_logical_volume_snapshot<br />
 <img src='http://blog.nobody-is-like.me/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> reboot<br />
9) be happy as it works now!</p>
<p>10) ask yourself if you should have re-edited lvm.conf&#8230;</p>
<p>I have forgotten to do so but as &#8220;/tmp&#8221; is more or less recommended in lvm.conf.</p>
<p>Hope that helps either people or me (in future).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2009/12/how-to-delete-an-lvm-snapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Trash Bin (Recycle.Bin) in Windows Server</title>
		<link>http://blog.nobody-is-like.me/2009/12/delete-trash-bin-recycle-bin-in-windows-server/</link>
		<comments>http://blog.nobody-is-like.me/2009/12/delete-trash-bin-recycle-bin-in-windows-server/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:29:32 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/?p=41</guid>
		<description><![CDATA[Seems that it sometimes only pretends to have deleted the f&#8230;ine dustbin. Try cd /d C:\$Recycle.bin dir /AH rd /s /q &#8220;NameOfFolder&#8221; if you need some space]]></description>
			<content:encoded><![CDATA[<p>Seems that it sometimes only pretends to have deleted the f&#8230;ine dustbin.</p>
<p>Try</p>
<p>cd /d C:\$Recycle.bin<br />
dir /AH<br />
rd /s /q &#8220;NameOfFolder&#8221;</p>
<p>if you need some space</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2009/12/delete-trash-bin-recycle-bin-in-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tov wechselt zu WordPress</title>
		<link>http://blog.nobody-is-like.me/2009/01/tov-wechselt-zu-wordpress/</link>
		<comments>http://blog.nobody-is-like.me/2009/01/tov-wechselt-zu-wordpress/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:09:48 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Domains]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/?p=3</guid>
		<description><![CDATA[OK, meine Versuche mit RapidWeaver waren nicht schlecht, aber irgendwie ergibt bloggen über ein lokales Tool keinen so rechten Sinn (Ist Bloggen sinnvoll?). Ergo: Ich wechsele zu WordPress!Wie der geneigte Leser allerdings erkennen kann, ist dies auch noch ein langer, steiniger Weg&#8230; Na ja: Nicht wirklich. Ich hab&#8217; halt nur wenig Zeit &#8211;&#62; DEnglisch]]></description>
			<content:encoded><![CDATA[<p>OK, meine Versuche mit RapidWeaver waren nicht schlecht, aber irgendwie ergibt bloggen über ein lokales Tool keinen so rechten Sinn (Ist Bloggen sinnvoll?). Ergo: Ich wechsele zu <a href="http://de.wordpress.org">WordPress</a>!Wie der geneigte Leser allerdings erkennen kann, ist dies auch noch ein langer, steiniger Weg&#8230; Na ja: Nicht wirklich. Ich hab&#8217; halt nur wenig Zeit &#8211;&gt; DEnglisch <img src='http://blog.nobody-is-like.me/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2009/01/tov-wechselt-zu-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISPCP</title>
		<link>http://blog.nobody-is-like.me/2008/01/ispcp/</link>
		<comments>http://blog.nobody-is-like.me/2008/01/ispcp/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 13:47:50 +0000</pubDate>
		<dc:creator>tov</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://blog.nobody-is-like.me/?p=10</guid>
		<description><![CDATA[Ich bin letztens zuf&#228;llig &#252;ber ISPCP (http://www.isp-control.net/) gestossen &#8230; Na gut. Ich habe nach Tools die Plesk oder Confixx &#228;hnlich sind gegoogelt und habe es dann gefunden.Scheint ziemlich cool zu sein, auch wenn man die &#8220;stable&#8221; Version noch nicht ernsthaft benutzen kann.Ich werde mal schauen, was das so taugt und berichten.]]></description>
			<content:encoded><![CDATA[<p>Ich bin letztens zuf&auml;llig &uuml;ber ISPCP (http://www.isp-control.net/) gestossen &#8230; <br />Na gut. Ich habe nach Tools die Plesk oder Confixx &auml;hnlich sind gegoogelt und habe es dann gefunden.<br />Scheint ziemlich cool zu sein, auch wenn man die &#8220;stable&#8221; Version noch nicht ernsthaft benutzen kann.<br />Ich werde mal schauen, was das so taugt und berichten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nobody-is-like.me/2008/01/ispcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

