The only supported operating system locale definition for DPOD isĀ en_US.UTF-8.
This is the locale configuration for DPOD appliance installation.
Non-Appliance installation should also be configured to the supported locale.
Please follow the procedure to make sure the configuration is correct.
Identifying the current locale
login to the Non-Appliance server using SSH and run the following command
localectl status
The command output should be :
System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us
Setting correct locale
If the Non-Appliance server is configured with different locale - configure the supported local :
Set the new locale using the following command
localectl set-locale LANG=en_US.UTF-8
Validate the new configuration
localectl status output : System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: us
- Restart the operating system