<?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: VMWare: &#8220;Failed to create named-pipe directory&#8221; error</title>
	<atom:link href="http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/</link>
	<description></description>
	<lastBuildDate>Tue, 13 Apr 2010 21:00:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-1050</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Thu, 28 May 2009 14:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-1050</guid>
		<description>[quote comment=&quot;1049&quot;]how to you make MUI run at startup?[/quote]
Sorry for the late reply.  You basically need to add the init script to the startup config.  If you need further assistance with this, let me know and I&#039;ll help you out.

Regards,
Drew</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/#comment-1049"><p>
how to you make MUI run at startup?</p>
</blockquote>
<p>Sorry for the late reply.  You basically need to add the init script to the startup config.  If you need further assistance with this, let me know and I&#8217;ll help you out.</p>
<p>Regards,<br />
Drew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Intel</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-1049</link>
		<dc:creator>Intel</dc:creator>
		<pubDate>Mon, 11 May 2009 05:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-1049</guid>
		<description>how to you make MUI run at startup?</description>
		<content:encoded><![CDATA[<p>how to you make MUI run at startup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-912</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sun, 07 Sep 2008 03:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-912</guid>
		<description>[quote comment=&quot;910&quot;]A standard Centos installation does not use the www-data user for apache, nor does that user even exist.  You can either make the www-data user, or figure out how to start httpd.vmware using nobody:nobody[/quote]
You do not need to create the &lt;code&gt;www-data&lt;/code&gt; user for a CentOS install.  &lt;code&gt;www-data&lt;/code&gt; is the standard user for Apache for Debian systems.  For CentOS systems, you would use the default user &lt;code&gt;apache&lt;/code&gt; for Apache.

Regards,
Drew D.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/#comment-910"><p>
A standard Centos installation does not use the www-data user for apache, nor does that user even exist.  You can either make the www-data user, or figure out how to start httpd.vmware using nobody:nobody</p>
</blockquote>
<p>You do not need to create the <code>www-data</code> user for a CentOS install.  <code>www-data</code> is the standard user for Apache for Debian systems.  For CentOS systems, you would use the default user <code>apache</code> for Apache.</p>
<p>Regards,<br />
Drew D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vmfixr</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-910</link>
		<dc:creator>vmfixr</dc:creator>
		<pubDate>Thu, 04 Sep 2008 22:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-910</guid>
		<description>A standard Centos installation does not use the www-data user for apache, nor does that user even exist.  You can either make the www-data user, or figure out how to start httpd.vmware using nobody:nobody</description>
		<content:encoded><![CDATA[<p>A standard Centos installation does not use the www-data user for apache, nor does that user even exist.  You can either make the www-data user, or figure out how to start httpd.vmware using nobody:nobody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riky4480</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-894</link>
		<dc:creator>Riky4480</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-894</guid>
		<description>I have modified the script /etc/init.d/httpd.vmware and i have inserted of the beginning of script

if [ ! -e /var/run/vmware/httpd ];
   then
     mkdir /var/run/vmware/httpd;
fi
chown www-data /var/run/vmware/httpd
chmod 700 /var/run/vmware/httpd

if the directory don&#039;t exist it&#039;s create... but if exist for security I chanche the permission of directory.

Thanks for the suggestion &amp; i&#039;m sorry for my orrible english</description>
		<content:encoded><![CDATA[<p>I have modified the script /etc/init.d/httpd.vmware and i have inserted of the beginning of script</p>
<p>if [ ! -e /var/run/vmware/httpd ];<br />
   then<br />
     mkdir /var/run/vmware/httpd;<br />
fi<br />
chown www-data /var/run/vmware/httpd<br />
chmod 700 /var/run/vmware/httpd</p>
<p>if the directory don&#8217;t exist it&#8217;s create&#8230; but if exist for security I chanche the permission of directory.</p>
<p>Thanks for the suggestion &amp; i&#8217;m sorry for my orrible english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-888</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 13 Jun 2008 02:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-888</guid>
		<description>[quote comment=&quot;883&quot;]Thanks, it works for me.[/quote]
Great!  I&#039;m glad it resolved your issue.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/#comment-883"><p>
Thanks, it works for me.</p>
</blockquote>
<p>Great!  I&#8217;m glad it resolved your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misha</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-883</link>
		<dc:creator>Misha</dc:creator>
		<pubDate>Wed, 21 May 2008 02:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-883</guid>
		<description>Thanks, it works for me.</description>
		<content:encoded><![CDATA[<p>Thanks, it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roman</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-317</link>
		<dc:creator>roman</dc:creator>
		<pubDate>Mon, 19 Nov 2007 14:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-317</guid>
		<description>Hello,

also got this error.

Tried to fix it according to your suggestions.
Didn&#039;t work.
Directory /var/run/vmware/httpd does exist with the appropriate owner and access rights.

Running CentOS 4.4

any clue?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>also got this error.</p>
<p>Tried to fix it according to your suggestions.<br />
Didn&#8217;t work.<br />
Directory /var/run/vmware/httpd does exist with the appropriate owner and access rights.</p>
<p>Running CentOS 4.4</p>
<p>any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrGroove</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-283</link>
		<dc:creator>MrGroove</dc:creator>
		<pubDate>Tue, 28 Aug 2007 04:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-283</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: u235</title>
		<link>http://www.deckerd.com/core/vmware-failed-to-create-named-pipe-directory-error/comment-page-1/#comment-267</link>
		<dc:creator>u235</dc:creator>
		<pubDate>Tue, 31 Jul 2007 01:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.deckerd.com/vmware-failed-to-create-named-pipe-directory-error/#comment-267</guid>
		<description>Worked as prescribed, thanks!  Only difference for me was owner had to be nobody:nobody on RHEL4.</description>
		<content:encoded><![CDATA[<p>Worked as prescribed, thanks!  Only difference for me was owner had to be nobody:nobody on RHEL4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
