You are not logged in.
Pages: 1
For my first time, I have installed Arch using the archinstall way. Checking the journals, I see these all over the place:
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8
As well as these after every pacman transaction:
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Performing snapper post snapshots for the following configurations...
Failed to set locale.
==> root: 40
Here's some info:
~$ cat /etc/locale.conf
LANG=en_US.UTF-8
~$ locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME=hu_HU.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Last edited by itarill (2024-08-20 12:55:04)
Offline
This thread looks similar: https://bbs.archlinux.org/viewtopic.php?id=288978
Read this: https://wiki.archlinux.org/title/Locale … ng_locales
Short: Uncomment the locale(s) you want in /etc/locale.gen and run locale-gen as root.
Offline
Thanks. It did solve the issue.
I wonder where I made the mistake with the archinstall.
Offline
Pages: 1