-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch image cloud-init generate a wrong locale.gen file #31
Comments
Hi! The bug is known upstream and in Arch for a long time. It looks like neither of these parties cares enough (and the package and project seem to lack attention in general, see e.g. open Arch bugs on cloud-init). Best, Sebastian |
Daniel Wallace is the last packager of cloud-init : @gtmanfred |
Happened to me as well. |
Could you elaborate how much of a showstopper this is to you right now? Do you have a workaround in place? |
To be honest, I don't even know what this is. I've purchased a VPS on French hosting OVH and the Arch Linux image and once I connected to it the /etc/locale.gen conf was srong. But I've just seen it was initialized by cloud init. Editing the file and re-run locale-gen is fine obviously. |
FYI: I opened a PR upstream: canonical/cloud-init#796, hopefully it gets some attention. |
cloud-init generate not correctly /etc/locale.gen, like this :
This should be
LANG=en_US.UTF-8 is valid only for /etc/locale.conf I think the confusion comes from here.
The text was updated successfully, but these errors were encountered: