Skip to content

Locale fixes#7

Merged
marciodo merged 5 commits into
pre-releasefrom
pr-locale-changes
Jun 19, 2024
Merged

Locale fixes#7
marciodo merged 5 commits into
pre-releasefrom
pr-locale-changes

Conversation

@JJL772

@JJL772 JJL772 commented Apr 10, 2024

Copy link
Copy Markdown
Member
  • Generate and default to en_US-utf8 locale. The current default was POSIX I believe, but that causes issues with SSH clients because they forward locale settings to the remote machine. On cpu-b15-rf02 we were seeing a lot of unhappy messages in the shell about this locale missing.
  • Allow shutdown to be run passwordless via sudo. This is functionally identical to poweroff, so it should share the same behavior.
  • Add --prod option to run-qemu and bridge port 22 -> 8022 to allow for testing on the guest with SSH

Closes #9

JJL772 added 4 commits April 10, 2024 14:24
This is the default locale we use on our development machines. Since SSH will forward
the user's locale settings (LANG, LC_ALL, etc.) to the remote host, we should ensure this
locale is available there too.

C and POSIX locales are already available, just need en_US.utf8
This matches the default locale that we use on the rest of our machines.
@JJL772
JJL772 requested a review from marciodo April 10, 2024 23:25
@marciodo
marciodo merged commit 6cc7776 into pre-release Jun 19, 2024
@marciodo
marciodo deleted the pr-locale-changes branch June 19, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants