Web GUI Unable to Connect after Update

moscore

New Member
Dec 11, 2016
8
0
1
I haven't updated my Proxmox 4.4 in a few months so I figured now would be a good time as ever. After updating and restarting my browser can't connect to the web gui. I can still SSH into it and thankfully the samba shares are still working. I tried running `pvecm updatecert` and clearing my cache/cookies as suggested by others previously but it didn't work. Any idea on how this happened and how to fix it?
 
Code:
root@proxmox:~# pveversion -v 
Can't locate PVE/RESTEnvironment.pm in @INC (you may need to install the PVE::RESTEnvironment module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/PVE/RPCEnvironment.pm line 6. 
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/RPCEnvironment.pm line 6. 
Compilation failed in require at /usr/share/perl5/PVE/API2/APT.pm line 20. 
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/APT.pm line 20. 
Compilation failed in require at /usr/bin/pveversion line 7. 
BEGIN failed--compilation aborted at /usr/bin/pveversion line 7.
Looks like the update somehow didn't complete properly? If I continue will it try to reinstall the 92 packages?
Code:
root@proxmox:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libpve-common-perl proxmox-ve pve-container pve-manager qemu-server
The following packages will be upgraded:
  libicu52
1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
92 not fully installed or removed.
Need to get 6,801 kB of archives.
After this operation, 36.9 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.