
On Fri, Dec 29, 2017 at 9:41 PM, Maton, Brett <matonb@ltresources.co.uk> wrote:
Works just fine from a vanilla Mac OS SSH session, I updated 3 clusters this week from a mac....
On 29 December 2017 at 13:27, Chris Adams <cma@cmadams.net> wrote:
Once upon a time, andreil1 <andreil1@starlett.lv> said:
Hi !
I would like to warn all who try to use engine-setup via MacOS X SSH terminal. It throws a lot of errors and fails (seems to relate to differently named UTF8 locales). From Linux PC everything is fine.
[root@node00 ~]# engine-setup [ ERROR ] Yum unknown locale: UTF-8 [ ERROR ] Yum unknown locale: UTF-8
Is it really setting the locale ($LANG) to UTF-8? If so, that's wrong; UTF-8 is a character encoding, not a locale. A proper locale would be something like en_US.utf8.
You should be able to override it after login by setting it, like:
# export LANG=en_US.utf8
See also: https://bugzilla.redhat.com/show_bug.cgi?id=1366916
-- Chris Adams <cma@cmadams.net> _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Didi