<?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>Tech Stuff &#187; apache</title>
	<atom:link href="http://tech-stuff.org/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 14 Dec 2009 16:33: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>Apache did not start</title>
		<link>http://tech-stuff.org/apache-did-not-start/</link>
		<comments>http://tech-stuff.org/apache-did-not-start/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:49:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=134</guid>
		<description><![CDATA[Error log contains:
[emerg] (28)No space left on device: Couldn&#8217;t create accept                        lock
or
[crit] (28)No space left on device: mod_rewrite: could not             [...]]]></description>
			<content:encoded><![CDATA[<p>Error log contains:</p>
<p>[emerg] (28)No space left on device: Couldn&#8217;t create accept                        lock<br />
or<br />
[crit] (28)No space left on device: mod_rewrite: could not                        create rewrite_log_lock Configuration Failed<br />
Checking your disk shows that you have plenty of space.                        The problem is that apache didn&#8217;t shut down properly, and                        it&#8217;s left myriads of semaphore-arrays left, owned by my                        apache-user. Run:-</p>
<p>For CPanel :</p>
<p>ipcs -s | grep nobody<br />
Removing these semaphores immediately should solve the problem                        and allow apache to start.<br />
ipcs -s | grep nobody | perl                        -e &#8216;while (&lt;STDIN&gt;) { @a=split(/\s+/); print `ipcrm                        sem $a[1]`}&#8217;</p>
<p>For Plesk :</p>
<p>ipcs -s | grep apache<br />
Removing these semaphores immediately should solve the problem                        and allow apache to start.<br />
ipcs -s | grep apache | perl -e &#8216;while (&lt;STDIN&gt;) { @a=split(/\s+/); print `ipcrm sem $a[1]`}&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/apache-did-not-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
