SUSE / machinery

A systems management toolkit for Linux
GNU General Public License v3.0
158 stars 32 forks source link

Set Cheetah environment to "en_EN.UTF-8" #2257

Closed termdew closed 5 years ago

termdew commented 5 years ago

Our error messages defined in 'lib/exceptions.rb' assume that the commands executed by Cheetah are running in an English environment. When running into an SSH error on a system with non-English error messages, the user only gets the backtrace.

Therefore it should be ensured that Cheetah runs with "LANG=en_EN.UTF-8".