Jaap 0 Posted March 3, 2023 Posted March 3, 2023 I try to install the ERA Agent on Debian 10 server. The installation fails with: Error '2' occurred while reading database: Current locale settings are invalid. I've searched the forum and only found this topic but there is no solution in it, just a question for de `localctl` settings: localectl System Locale: LANG=en_US.UTF-8 LANGUAGE=en_US:en VC Keymap: n/a X11 Layout: us X11 Model: pc105 Howto can I solve this issue?
Administrators Marcos 5,450 Posted March 3, 2023 Administrators Posted March 3, 2023 Please try running the following and see if it helps: $ sudo locale-gen "en_US.UTF-8" $ sudo dpkg-reconfigure locales
Jaap 0 Posted March 3, 2023 Author Posted March 3, 2023 12 minutes ago, Marcos said: Please try running the following and see if it helps: $ sudo locale-gen "en_US.UTF-8" $ sudo dpkg-reconfigure locales Thanks for your reply, unfortunately this doesn´t solve the issue. I get the same error after I ran those commands. Is there something else I can try?
Recommended Posts