You are not logged in.
Pages: 1
Hello,
Please take a look at the following as per installation documentation:
> cat /etc/locale.gen
en_GB.UTF-8 UTF-8
> locale-gen
Generating locales...
en_GB.UTF-8... done
Generation complete.
> localedef --list-archive
en_GB.utf8
I think this locale name is incorrect?
en_GB.utf8
I thought it is suppose to be:
en_GB.UTF-8
When I keep going:
> unset LANG
> echo $LANG
> cat /etc/locale.conf
LANG=en-GB.UTF-8
> source /etc/profile.d/locale.sh
> locale
LANG=en_GB.UTF-8
LC_CTYPE=
LC_NUMERIC=
LC_TIME=
LC_COLLATE=
LC_MONETARY=
LC_MESSAGES=
LC_PAPER=
LC_NAME=
LC_ADDRESS=
LC_TELEPHONE=
LC_MEASUREMENT=
LC_IDENTIFICATION=
LC_ALL=
All LC_ environment variables are empty.
When I did it on Virtual Box two weeks ago (have removed Windows/Virtual Box and trying to install Arch straight to my laptop), "LC_" environment variables had en_GB.UTF-8 value, hence I think this is incorrect for locale settings.
Did I do something wrong here?
Last edited by afaye (2017-08-05 13:01:23)
Offline
I think you're just running into this: https://bugs.archlinux.org/task/54988
Online
Thanks Scimmia for pointing that out.
From reading that it seems systemd 234 may be the issue.
What is curious though, is that when I try to set locale on archiso before arch-chroot, it worked (although doesn't actually set locale to where I need it)
When I try to set locale after arch-chroot, it didn't work (as I have described in this post).
May be it is because I don't really know how to test locale settings properly.
I will look at locale a bit more and see if, when I unset LANG= before arch-chroot, I wonder if that will help?
(Just trashed my partition, have to reinstall before I try other things)
Last edited by afaye (2017-08-04 02:10:23)
Offline
There was an update to systemd that might have solved this issue.
When I had the locale issue, it was running systemd 234.11-3
There was an update for systemd 234.11-4 and now it appears ok as far as I can tell.
Hence the resolution is that systemd is updated to 234.11-4
Offline
234.11-4 would have nothing at all to do with this. Probably coincidence.
Online
Thanks Scimmia for pointing that out.
Now that you mention it, *before* I arch-chroot, I also "unset LANG" environment variable ...
It is not exactly scientific, but ... perhaps if others have similar issue, they could also try that.
Last edited by afaye (2017-08-06 19:02:14)
Offline
Pages: 1