<?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>trylle's blog &#187; Uncategorized</title>
	<atom:link href="http://blog.metapathy.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.metapathy.com</link>
	<description>Code, graphics and music; none of which I do well.</description>
	<lastBuildDate>Mon, 15 Nov 2010 23:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ack!</title>
		<link>http://blog.metapathy.com/2009/05/ack/</link>
		<comments>http://blog.metapathy.com/2009/05/ack/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:15:05 +0000</pubDate>
		<dc:creator>trylle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[shellexview]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[unlocker]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://blog.metapathy.com/?p=46</guid>
		<description><![CDATA[Spent the last weeks aggroing over Vista&#8217;s Windows Explorer being incredibly sluggish. Just pressing F5 to refresh windows would make it &#8220;hang&#8221; (the progress bar keeps loading, but there&#8217;s never any conclusion). However, by using ShellExView, I was able to locate the culprit: unlocker (an application intended to identify which processes are keeping locks on [...]]]></description>
			<content:encoded><![CDATA[<p>Spent the last weeks aggroing over Vista&#8217;s Windows Explorer being incredibly sluggish. Just pressing F5 to refresh windows would make it &#8220;hang&#8221; (the progress bar keeps loading, but there&#8217;s never any conclusion).</p>
<p>However, by using ShellExView, I was able to locate the culprit: unlocker (an application intended to identify which processes are keeping locks on files).</p>
<p>After uninstalling the application and restarting explorer, everything was fine and dandy. <img src='http://blog.metapathy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metapathy.com/2009/05/ack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Unavailable</title>
		<link>http://blog.metapathy.com/2009/05/service-unavailable/</link>
		<comments>http://blog.metapathy.com/2009/05/service-unavailable/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:01:54 +0000</pubDate>
		<dc:creator>trylle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[service unavailable]]></category>
		<category><![CDATA[surftown]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://blog.metapathy.com/?p=41</guid>
		<description><![CDATA[So, had my first issue with Surftown today after merely a couple of days since I published my dad&#8217;s redesigned site there. It was down 45 minutes (after I first noticed it) or so with the message &#8220;Service Unavailable.&#8221; I do a bit of googling to research it and it seems to be a fairly [...]]]></description>
			<content:encoded><![CDATA[<p>So, had my first issue with <a href="http://www.surftown.no">Surftown</a> today after merely a couple of days since I published <a href="http://whitewaterdev.com">my dad&#8217;s redesigned site</a> there. It was down 45 minutes (after I first noticed it) or so with the message &#8220;Service Unavailable.&#8221;</p>
<p>I do a bit of googling to research it and it seems to be <a href="http://blog.surftown.se/driftsinformation/losning-till-vara-windows-kunder/#comment-440">a fairly</a> <a href="http://www.webhostingstuff.com/comments/Surftown-14742.html">common problem</a> <a href="http://www.crankingoutcode.com/post/Experiencing-some-e2809cService-Unavailablee2809d-issues-lately-with-Surftown.aspx">for Surftown users</a>. My guess is that their IIS is overloaded, but maybe their support crew will enlighten me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metapathy.com/2009/05/service-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WordPress</title>
		<link>http://blog.metapathy.com/2009/05/installing-wordpress/</link>
		<comments>http://blog.metapathy.com/2009/05/installing-wordpress/#comments</comments>
		<pubDate>Wed, 06 May 2009 00:37:08 +0000</pubDate>
		<dc:creator>trylle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.metapathy.com/?p=11</guid>
		<description><![CDATA[Well, installing WordPress wasn&#8217;t quite hasslefree, but might be a bad debian package I used. I had problems with uploading pictures, getting the dreaded &#8220;Is its parent directory writable by the server?&#8221; error. This turned out to be a directory which did not have proper permissions; /srv/www, in fact. So, I ran sudo chown o+rx [...]]]></description>
			<content:encoded><![CDATA[<p>Well, installing WordPress wasn&#8217;t quite hasslefree, but might be a bad debian package I used.</p>
<p>I had problems with uploading pictures, getting the dreaded &#8220;Is its parent directory writable by the server?&#8221; error. This turned out to be a directory which did not have proper permissions; <code>/srv/www</code>, in fact.</p>
<p>So, I ran</p>
<p><code>sudo chown o+rx /srv/www</code></p>
<p>Which allowed me to upload the images, but now another problem. The images were not showing up. This turned out to be due to a missing symlink in <code>/usr/share/wordpress</code> to <code>/srv/www/wp-uploads/blog.metapathy.com</code>.</p>
<p>Right! So, I added the symlink by running</p>
<p><code>ln -s /srv/www/wp-uploads/blog.metapathy.com /usr/share/wordpress/wp-uploads</code></p>
<p>and that would be that, you&#8217;d think. But, no, they still weren&#8217;t working! Now apache was getting mad and forbidding me to access it, so I started looking at what I had done with my apache configuration (I had been following <a href="http://www.debianadmin.com/install-wordpress-in-debian-etch.html">this guide</a>). Turns out I needed to use <code>Options +FollowSymLinks</code> rather than merely <code>Options FollowSymLinks.</code></p>
<p>And now it finally seems to be working properly. <img src='http://blog.metapathy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.metapathy.com/2009/05/installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

