Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[solved] locale settings

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

[solved] locale settings

#1 Post by milomak »

what have i done wrong here

Code: Select all

# cat /etc/default/locale
#  File generated by update-locale
LANG="en_ZA.UTF-8"
LANGUAGE="en_ZA.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_GB.UTF-8"
aptitude returns

Code: Select all

perl: warning: Please check that your locale settings:
        LANGUAGE = "en_ZA.UTF-8",
        LC_ALL = (unset),
        LC_TIME = "en_GB.UTF-8",
        LC_NUMERIC = "en_US.UTF-8",
        LANG = "en_ZA.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_ZA.UTF-8").
Last edited by milomak on 2019-09-05 20:06, edited 1 time in total.
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: locale settings

#2 Post by Head_on_a_Stick »

Try

Code: Select all

# locale-gen
deadbang

milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

Re: locale settings

#3 Post by milomak »

oh yes. i had forgetten to uncomment in /etc/locale.gen
Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

Post Reply