<?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>Brain Goo &#187; blogging</title>
	<atom:link href="http://www.popmartian.com/tipsntricks/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.popmartian.com/tipsntricks</link>
	<description>Carpe Crap 'em</description>
	<lastBuildDate>Thu, 20 May 2010 17:52:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Word Press problem Unknown: Releasing SysV semaphore</title>
		<link>http://www.popmartian.com/tipsntricks/2008/07/14/word-press-releasing-sysv-semaphore/</link>
		<comments>http://www.popmartian.com/tipsntricks/2008/07/14/word-press-releasing-sysv-semaphore/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 16:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How Tos]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[offsiteHowTo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.popmartian.com/tipsntricks/?p=21</guid>
		<description><![CDATA[If you have WordPress installed you may run in to an error that constantly prints something like this:
Warning:  Unknown: Releasing SysV semaphore id 58 key 0x152b in request cleanup in Unknown on line 0

This is not an error from WordPress, but from the WP Super Cache Plugin you forgot you installed.  The error [...]]]></description>
			<content:encoded><![CDATA[<p>If you have WordPress installed you may run in to an error that constantly prints something like this:</p>
<p><code><b>Warning</b>:  Unknown: Releasing SysV semaphore id 58 key 0x152b in request cleanup in <b>Unknown</b> on line <b>0</b><br />
</code></p>
<p>This is not an error from WordPress, but from the <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> Plugin you forgot you installed.  The error comes when from the cache directory is not writable.</p>
<p>Change the permissions on the wp-content/cache directory to allow the web user to write and the error will disappear.</p>
<p>The solution is obvious if you check the source code on the page when the error appears.  WP Super Cache spits out the error, but it is hidden in HTML comment tags.  Your source code will look something like this:</p>
<p><code>&lt;!-- Dynamic Page Served (once) in 0.297 seconds --&gt;<br />
&lt;!-- File not cached! Super Cache Couldn't write to: wp-content/cache/wp-cache-2876abde8ce3a2aa817c8289ea85486e.html --&gt;</code></p>
<p><code>87<br />
&lt;br /&gt;<br />
&lt;b&gt;Warning&lt;/b&gt;:  Unknown: Releasing SysV semaphore id 58 key 0x152b in request cleanup in &lt;b&gt;Unknown&lt;/b&gt; on line &lt;b>0&lt;/b&gt;&lt;br /&gt;</code></p>
<img src="http://www.popmartian.com/tipsntricks/?ak_action=api_record_view&id=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.popmartian.com/tipsntricks/2008/07/14/word-press-releasing-sysv-semaphore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
