To fix this you need to edit the system configuration file:
cd /etc/sysconfig
nano i18n
And then ensure it has the following:
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
SUPPORTED="en_US.UTF-8:en_US:en"
And then reboot the server.
To fix this you need to edit the system configuration file:
cd /etc/sysconfig
nano i18n
And then ensure it has the following:
LANG="en_US.UTF-8"
SYSFONT="latarcyrheb-sun16"
SUPPORTED="en_US.UTF-8:en_US:en"
And then reboot the server.