[ovirt-users] Warning - MacOS SSH Terminal / oVirt Engine Errors

Chris Adams cma at cmadams.net
Fri Dec 29 13:27:26 UTC 2017


Once upon a time, andreil1 <andreil1 at 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 at 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

-- 
Chris Adams <cma at cmadams.net>


More information about the Users mailing list