Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Jun 08, 2013 5:17 am 
Offline
Senior Newbie

Joined: Wed Jun 05, 2013 2:58 am
Posts: 13
* - Edit

I found this, and it seems working

http://www.quora.com/Mac-Tech-Support/H ... tab-button

It seems to be mac terminal related, and not my linode..
I was not looking at the right direction :wink:

Thanks


- *




Hello here,

I'm pretty much a newbie, and new to linode as well.
I was wondering if I can get a little help :D

When I try to set up the date setting timezone with:

Code:
dpkg-reconfigure tzdata


My terminal (I'm on Mac) returning me the following error:

Code:
root@XXXXXXXX:~# dpkg-reconfigure tzdata
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LC_CTYPE = "UTF-8",
   LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory


Do you know how I can fix it?
Thanks you very much,

_________________
Web enthusiast & amateur photographer.


Top
   
PostPosted: Sat Jun 08, 2013 6:13 am 
Offline
Senior Member

Joined: Fri Feb 17, 2012 8:20 pm
Posts: 365
In your current terminal on your Linode do:
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

To fix it for the future as well:
echo "export LC_CTYPE=en_US.UTF-8" >> ~/.bashrc
echo "export LC_ALL=en_US.UTF-8" >> ~/.bashrc


Top
   
PostPosted: Sat Jun 08, 2013 10:26 am 
Offline
Senior Newbie

Joined: Wed Jun 05, 2013 2:58 am
Posts: 13
Nuvini wrote:
In your current terminal on your Linode do:
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

To fix it for the future as well:
echo "export LC_CTYPE=en_US.UTF-8" >> ~/.bashrc
echo "export LC_ALL=en_US.UTF-8" >> ~/.bashrc


Thanks Nuvini!

_________________
Web enthusiast & amateur photographer.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group