Bug 1261249
Summary: | f23 beta - locale not set right in cloud images | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dusty Mabe <dustymabe> | ||||
Component: | spin-kickstarts | Assignee: | Jeroen van Meeuwen <vanmeeuwen+fedora> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 23 | CC: | admiller, bruno, dshea, hannes, i18n-bugs, kevin, mail, pnemade, vanmeeuwen+fedora, vpavlin | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-09-14 18:48:20 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Dusty Mabe
2015-09-09 04:05:13 UTC
Wouldn't this be more a glibc issue? or is there something to be adjusted in the kickstart? (In reply to Kevin Fenzi from comment #1) > Wouldn't this be more a glibc issue? or is there something to be adjusted in > the kickstart? Yep as it turns out we believe it is a glibc issue but it only manifests itself when run through anaconda. See bug https://bugzilla.redhat.com/show_bug.cgi?id=1262040. Created attachment 1072311 [details] Work around BZ1262040 Fixed in the commit https://git.fedorahosted.org/cgit/spin-kickstarts.git/commit/?h=f23&id=93793acd48735b021a5551790d55c1f225aec5d8 Thank you for the patch. I'm still seeing this on Fedora 22 images for EC2 @hannes - I don't think this was ever an issue for the F22 release images. This bug report was against F23. Can you be more specific about what issue you are seeing? I'm seeing the same error messages as in the OP, i.e. /etc/profile.d/lang.sh: line 19: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory /etc/profile.d/lang.sh: line 20: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory /etc/profile.d/lang.sh: line 23: warning: setlocale: LC_MESSAGES: cannot change locale (en_US.UTF-8): No such file or directory /etc/profile.d/lang.sh: line 26: warning: setlocale: LC_NUMERIC: cannot change locale (en_US.UTF-8): No such file or directory /etc/profile.d/lang.sh: line 29: warning: setlocale: LC_TIME: cannot change locale (en_US.UTF-8): No such file or directory when ssh'ing into an instance created from ami-81362db1 which is a FC22 image. |