On Sun, Jul 28, 2013 at 7:46 PM, jiapei100 <
jp4...@gmail.com> wrote:
>
> Hi, all:
>
> I'm playing with my Beaglebone Black, having
> ubuntu-13.04-console-armhf-2013-07-22.tar.xz installed. Whenever
> upgrading/installing some packages, I noticed
>
> 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
Just run:
dpkg-reconfigure locales
Then logout/login.. if it still fails, do:
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
> Just wondering what are these 3 parameters for, and what are the influences
> without setting these 3 parameters?
Mostly just annoying error messages..
Regards,
--
Robert Nelson
http://www.rcn-ee.com/