<?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>My Science Is Better &#187; ubuntu server</title>
	<atom:link href="http://www.myscienceisbetter.info/tag/ubuntu-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myscienceisbetter.info</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 22:26:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Repair Perl Locale Errors on Ubuntu Server</title>
		<link>http://www.myscienceisbetter.info/repair-perl-locale-errors-on-ubuntu-server.html</link>
		<comments>http://www.myscienceisbetter.info/repair-perl-locale-errors-on-ubuntu-server.html#comments</comments>
		<pubDate>Wed, 09 Dec 2009 10:47:28 +0000</pubDate>
		<dc:creator>Romeo Adrian Cioaba</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[perl locale]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://www.myscienceisbetter.info/?p=112</guid>
		<description><![CDATA[Installed Ubuntu Server Karmic just fine and noticed this perl error on the first "apt-get upgrade" i ran. After a bit of looking around on the internets i found out the solution: That's it]]></description>
			<content:encoded><![CDATA[<p>Installed Ubuntu Server Karmic just fine and noticed this perl error on the first "apt-get upgrade" i ran.</p>
<pre class="brush: bash; title: ; notranslate">
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = &quot;en_US&quot;,
	LC_CTYPE = &quot;en_US.UTF-8&quot;,
	LANG = &quot;en_US.UTF-8&quot;
    are supported and installed on your system.
perl: warning: Falling back to the standard locale (&quot;C&quot;).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
</pre>
<p>After a bit of looking around on the internets i found out the solution:</p>
<pre class="brush: bash; title: ; notranslate">
sudo apt-get install language-pack-en-base
sudo dpkg-reconfigure locales
</pre>
<p>That's it <img src='http://www.myscienceisbetter.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.myscienceisbetter.info/repair-perl-locale-errors-on-ubuntu-server.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

