If the operating system is a non-English character set or language, the Oracle VM Manager installer may display the following error:
Update default password failed.
Oracle VM Manager only supports the English language and character set.
You can check the log file at /tmp/ovmm-installer.selfextract_id/install-date.log for more detailed information.
Workaround: Set the character set to en_US.UTF-8:
Run the following command to check if the value of LANG is
en_US.UTF-8
:
# env|grep LANG
If the character set is not en_US.UTF-8
,
change it to en_US.UTF-8
:
# export LC_CTYPE="en_US.UTF-8"
Reinstall Oracle VM Manager.