web interface not working after upgrade

Amori

Active Member
May 9, 2013
46
0
26
Hello,

I have upgraded my proxmox system to the last version. After upgrade I was not able to login to my proxmox via web interface.

PHP:
 pveproxy startperl: warning: Setting locale failed.perl: warning: Please check that your locale settings:
       LANGUAGE = (unset),        LC_ALL = (unset),        LANG = "fr_FR.UTF-8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").start failed - can't aquire lock '/var/run/pveproxy/pveproxy.pid.lock' - daemon already started (pid = 4817)


I tried to test and start a VM via this command qm start 101 but got same error
PHP:
qm start 101perl: warning: Setting locale failed.perl: warning: Please check that your locale settings:        LANGUAGE = (unset),        LC_ALL = (unset),        LANG = "en_US.utf8"    are supported and installed on your system.perl: warning: Falling back to the standard locale ("C").

Thanks for help
 
When I try to set the language I got this errors
dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/sbin/dpkg-reconfigure: locales is broken or not fully installed
 
Got it working by do these steps
export LANGUAGE=fr_FR.UTF-8
export LANG=fr_FR.UTF-8
export LC_ALL=fr_FR.UTF-8
locale-gen fr_FR.UTF-8
dpkg-reconfigure locales
 
Hi,
can you pleas send pveversion -v ?