<?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>Tony Narlock &#187; Slicehost</title>
	<atom:link href="http://blog.skiquel.com/tag/slicehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.skiquel.com</link>
	<description>Living life in the cloud</description>
	<lastBuildDate>Sun, 06 Jun 2010 13:38:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Troubleshooting locales in the cloud on debian and ubuntu</title>
		<link>http://blog.skiquel.com/2010/03/troubleshooting-locales-in-the-cloud-on-debian-and-ubuntu/</link>
		<comments>http://blog.skiquel.com/2010/03/troubleshooting-locales-in-the-cloud-on-debian-and-ubuntu/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 14:52:21 +0000</pubDate>
		<dc:creator>Tony Narlock</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Amazon web services]]></category>
		<category><![CDATA[Cloud computing]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Rackspace Cloud Servers]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[locales]]></category>

		<guid isPermaLink="false">http://blog.skiquel.com/?p=503</guid>
		<description><![CDATA[If you use Amazon EC2 or Rackspace Cloud Servers, you may end up running into this after your create your instance. I often get these on Debian and Ubuntu (since it's debian based also). lennycloud:~# perl perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <a href="http://aws.amazon.com/ec2/">Amazon EC2</a> or <a href="http://www.rackspacecloud.com/cloud_hosting_products/servers">Rackspace Cloud Servers</a>, you may end up running into this after your create your instance. I often get these on Debian and Ubuntu (since it's debian based also).</p>
<p><code>lennycloud:~# perl<br />
perl: warning: Setting locale failed.<br />
perl: warning: Please check that your locale settings:<br />
LANGUAGE = (unset),<br />
LC_ALL = (unset),<br />
LANG = "en_US.UTF-8"<br />
are supported and installed on your system.<br />
perl: warning: Falling back to the standard locale ("C"). </code></p>
<p>You're missing <code>locales</code>.</p>
<p>Update your apt database. <code>sudo apt-get update</code></p>
<p>Download locales. <code>sudo apt-get install locales</code></p>
<p>Now configure it, and download what locales you need. <code>dpkg-reconfigure locales</code> on Debian. <code>sudo locale-gen en_US.UTF-8</code> on Ubuntu Hardy Heron 8.04 (Note: on server, you may be logged in as root).</p>
<p>I pick en_US ISO-8859-1, en_US.ISO-8859-15 ISO-8859-15 and en_US.UTF-8 UTF-8.</p>
<p>And that solves it.</p>
<p>Updated April 03, 2010 to include <code>locale-gen</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.skiquel.com/2010/03/troubleshooting-locales-in-the-cloud-on-debian-and-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
