Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is not an LM-X error, but rather indicates the a problem with your local machine , which was caused by a misconfigured locale.  

You can get a list of the available locales The following command outputs information about the current locale environment on your system by running the following command:

locale

The following command checks if the To check if current locales are supported by your operating system, run the following command:

 locale -a

To install the locale, run the following command:

sudo locale-gen name_of_the_locale

...