[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-21 Thread Colin Walters
walters added a new comment to an issue you are following: `` No, the commands for Fedora (at least 24) and CentOS 7 are different. I linked the commands for Fedora in https://pagure.io/atomic-wg/issue/178#comment-43101 `` To reply, visit the link below or just reply to this email

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-21 Thread Josh Berkus
jberkus added a new comment to an issue you are following: `` Walters: are you saying that the CentOS solution should work for Fedora as well? Testing ... `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-18 Thread Colin Walters
walters added a new comment to an issue you are following: `` From my google searching, the steps have been discovered for CentOS 7, e.g.: http://serverfault.com/a/694922 We should clearly put this in a document somewhere, but I'm not sure if we have any for the base image? `` To reply, visit

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-18 Thread Colin Walters
walters added a new comment to an issue you are following: `` We don't document this well, but it is possible to add back in all locales. The basic step is: ``` rm /etc/rpm/macros.image-language-conf yum reinstall glibc-all-langpacks ``` However, that only undoes the configuration, any

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-17 Thread Josh Berkus
jberkus added a new comment to an issue you are following: `` Sorry, that was suppsoed to be en_US, not en_UTF8. Still errors out. The problem is that C.UTF8 isn't a real locale. It's just barely good enough for English speakers, and it's useless for supporting foriegn-language speakers.

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-16 Thread Josh Berkus
jberkus added a new comment to an issue you are following: `` C.UTF-8 is not the same locale at en_UTF8. `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178 ___ cloud mailing list --

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-16 Thread Dusty Mabe
dustymabe added a new comment to an issue you are following: `` @jberkus ^^ `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178 ___ cloud mailing list -- cloud@lists.fedoraproject.org To unsubscribe send

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-15 Thread Colin Walters
walters added a new comment to an issue you are following: `` Josh, you need a `-` there. ``` initdb -D /pgdata/data --locale=C.UTF-8 ``` `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178 ___ cloud

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-15 Thread Daniel J Walsh
dwalsh added a new comment to an issue you are following: `` How large is localctl? `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178 ___ cloud mailing list -- cloud@lists.fedoraproject.org To

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Josh Berkus
jberkus added a new comment to an issue you are following: `` On a full-blown Ferdora system, I'd fix the above with localectl, but that's not present in the base image. `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Josh Berkus
jberkus added a new comment to an issue you are following: `` Sorry, doesn't work. initdb: invalid locale name "en_utf8" -bash-4.3$ export LANG=C.UTF8 -bash-4.3$ initdb -D /pgdata/data --locale=en_UTF8 The files belonging to this database system will be owned by user "postgres". This user must

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Josh Berkus
jberkus added a new comment to an issue you are following: `` testing ... `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178 ___ cloud mailing list -- cloud@lists.fedoraproject.org To unsubscribe send an

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Colin Walters
walters added a new comment to an issue you are following: `` The workaround is: export LANG=C.UTF-8 We should probably export this by default in the base image's ENV. `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178

[atomic-wg] Issue #178 `Fix locale support in base image.`

2016-11-14 Thread Dusty Mabe
dustymabe added a new comment to an issue you are following: `` @dwalsh - can you comment on this? `` To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/178 ___ cloud mailing list --