<?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>Devel blog &#187; mysql installation</title>
	<atom:link href="http://devel.pc-serwis.com/tag/mysql-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://devel.pc-serwis.com</link>
	<description>My developer / gentoo user notes</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:43:49 +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>Your machine must NOT be named localhost</title>
		<link>http://devel.pc-serwis.com/2008/09/your-machine-must-not-be-named-localhost/</link>
		<comments>http://devel.pc-serwis.com/2008/09/your-machine-must-not-be-named-localhost/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 23:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[mysql installation]]></category>

		<guid isPermaLink="false">http://devel.pc-serwis.com/?p=8</guid>
		<description><![CDATA[If you receive error similar to this one (in this case during mysql installation): * ERROR: dev-db/mysql-5.0.60-r1 failed. * Call stack: *               ebuild.sh, line   49:  Called pkg_setup *               ebuild.sh, line 1244:  Called mysql_pkg_setup *            mysql.eclass, line  481:  Called die * The specific snippet of code: *      [[ "${HOSTNAME}" == "localhost" ]] &#38;&#38; die &#8220;Your machine [...]]]></description>
			<content:encoded><![CDATA[<p>If you receive error similar to this one (in this case during mysql installation):</p>
<p>* ERROR: dev-db/mysql-5.0.60-r1 failed.<br />
* Call stack:<br />
*               ebuild.sh, line   49:  Called pkg_setup<br />
*               ebuild.sh, line 1244:  Called mysql_pkg_setup<br />
*            mysql.eclass, line  481:  Called die<br />
* The specific snippet of code:<br />
*      [[ "${HOSTNAME}" == "localhost" ]] &amp;&amp; die &#8220;Your machine must NOT be named localhost&#8221;<br />
*  The die message:<br />
*   Your machine must NOT be named localhost</p>
<p>Make sure you have <strong>hostname</strong> variable set in <span class="code-input"><em>/etc/conf.d/hostname</em> file<br />
</span></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/gentoo' rel='tag' target='_blank'>gentoo</a>, <a class='technorati-link' href='http://technorati.com/tag/mysql+installation' rel='tag' target='_blank'>mysql installation</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://devel.pc-serwis.com/2008/09/your-machine-must-not-be-named-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

