Failure on VM Template

Orkun

New Member
Oct 31, 2023
2
0
1
Hi,

I try to create an ubuntu VM template.

But, whenever I try to create a new virtual machine with the command;
"qm create 400 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=vmbr0" command.

I receive;
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_ADDRESS = "tr_TR.UTF-8",
LC_NAME = "tr_TR.UTF-8",
LC_MONETARY = "tr_TR.UTF-8",
LC_PAPER = "tr_TR.UTF-8",
LC_IDENTIFICATION = "tr_TR.UTF-8",
LC_TELEPHONE = "tr_TR.UTF-8",
LC_MEASUREMENT = "tr_TR.UTF-8",
LC_TIME = "tr_TR.UTF-8",
LC_NUMERIC = "tr_TR.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

Would you please help me to solve this issue?
Thanks in advance.
 
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_ADDRESS = "tr_TR.UTF-8",
LC_NAME = "tr_TR.UTF-8",
LC_MONETARY = "tr_TR.UTF-8",
LC_PAPER = "tr_TR.UTF-8",
LC_IDENTIFICATION = "tr_TR.UTF-8",
LC_TELEPHONE = "tr_TR.UTF-8",
LC_MEASUREMENT = "tr_TR.UTF-8",
LC_TIME = "tr_TR.UTF-8",
LC_NUMERIC = "tr_TR.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").

Would you please help me to solve this issue?
It's not related to VMs and happens on most Proxmox installations. Run dpkg-reconfigure locales and enable en_US.UTF-8 and tr_TR.UTF-8 before selecting OK.
 
  • Like
Reactions: Orkun
It's not related to VMs and happens on most Proxmox installations. Run dpkg-reconfigure locales and enable en_US.UTF-8 and tr_TR.UTF-8 before selecting OK.
Thank you so much leesteken. Yes, it solved the problem.