csirtgadgets / massive-octo-spice

DEPRECATED - USE v3 (bearded-avenger)
https://github.com/csirtgadgets/bearded-avenger-deploymentkit/wiki
GNU Lesser General Public License v3.0
227 stars 60 forks source link

Ubuntu installation problem LC_ALL = (unset) #367

Closed epazoglu closed 8 years ago

epazoglu commented 8 years ago

Hello

if LC_ALL = (unset) variable was not set properly, auto installation crash.

workaround is below

Before running Easybutton

$ sudo locale-gen "en_US.UTF-8"
Generating locales...
  en_US.UTF-8... done
Generation complete.
$ sudo dpkg-reconfigure locales
Generating locales...
  en_US.UTF-8... up-to-date
Generation complete.

then add LC_ALL="en_GB.utf8" variable to the end of the /etc/environment file

LC_ALL="en_GB.utf8"

and reboot.