[SOLVED] Console broken after upgrade to Proxmox 4.1

terminus

Member
Oct 22, 2014
17
0
21
My consoles don't work any more after my upgrade from Proxmox 3 -> 4. When I use Firefox, I get a blank console window that hangs on "Authenticating using scheme: 2". When I use Safari, I additionally see a dialog which you can see attached. This is for my two VMs. For my one CT, it doesn't even get as far as that, it just hangs on "Loading". Of course, the machines all still come up OK and I can SSH into them from a regular terminal, just not from the Proxmox console. Help!
 

Attachments

  • Screen shot 2016-01-10 at 11.06.41 AM.png
    Screen shot 2016-01-10 at 11.06.41 AM.png
    49.8 KB · Views: 7
Are the program dtach and vncterm present? Did you change domainnames or hostnames, do you have certificates in /etc/pve?
 
Are the program dtach and vncterm present? Did you change domainnames or hostnames, do you have certificates in /etc/pve?

All checks out:

$ which dtach
/usr/bin/dtach
$ which vncterm
/usr/bin/vncterm
$ cat /etc/hostname
orac
$ ls -l /etc/pve
authkey.pub local openvz pve-www.key user.cfg
datacenter.cfg lxc priv qemu-server vzdump.cron
firewall nodes pve-root-ca.pem storage.cfg

$