Problem after updating to 6.4

JohnB17

Member
Feb 21, 2021
18
0
6
43
Hi, I updated to Proxmox Virtual Environment 6.4, but now every so often the web interface times out and Chrome gives this error "ERR_TIMED_OUT" and yes I have tried 2 other browsers. I used to be on 6.3 if you need to know. The only thing that works is restarting the server Proxmox VE is on.
 
I upgraded from 6.3 to 6.4 was fine, Did you clear the browser caches?

Are you running ipv6 I remember a thread about this somewhere.
No, I use ipv4, and clearing the browser cache didn't work. I didn't think it would either since restarting the physical server worked, but I don't want to have to restart it that often.
 
Oh no, I just restarted and it doesn't work. "pveproxy" is now giving this error:
Code:
root@[REDACTED]:~# systemctl status pveproxy
● pveproxy.service - PVE API Proxy Server
   Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2021-06-04 08:57:13 EDT; 1s ago
  Process: 978 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
  Process: 981 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
 Main PID: 985 (pveproxy)
    Tasks: 4 (limit: 4915)
   Memory: 132.0M
   CGroup: /system.slice/pveproxy.service
           ├─985 pveproxy
           ├─986 pveproxy worker
           ├─988 pveproxy worker
           └─989 pveproxy worker

Jun 04 08:57:12 pve pvecm[978]: Unable to load access control list: Connection refused
Jun 04 08:57:13 pve pveproxy[985]: starting server
Jun 04 08:57:13 pve pveproxy[985]: starting 3 worker(s)
Jun 04 08:57:13 pve pveproxy[985]: worker 986 started
Jun 04 08:57:13 pve pveproxy[985]: worker 988 started
Jun 04 08:57:13 pve pveproxy[985]: worker 989 started
Jun 04 08:57:13 pve pveproxy[986]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1909.
Jun 04 08:57:13 pve pveproxy[988]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1909.
Jun 04 08:57:13 pve systemd[1]: Started PVE API Proxy Server.
Jun 04 08:57:13 pve pveproxy[989]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1909.

It mentions a private key, but the folder /etc/pve/local doesn't exist.
 
/etc/pve/local is a symbolic link here is a example of my /etc/pve/ directory.

root@pve-art:/etc/pve# ls -l total 4 -rw-r----- 1 root www-data 451 Jun 3 18:39 authkey.pub -rw-r----- 1 root www-data 451 Jun 3 18:39 authkey.pub.old -rw-r----- 1 root www-data 58 May 1 18:57 datacenter.cfg drwxr-xr-x 2 root www-data 0 May 1 18:38 ha lrwxr-xr-x 1 root www-data 0 Dec 31 1969 local -> nodes/pve-art lrwxr-xr-x 1 root www-data 0 Dec 31 1969 lxc -> nodes/pve-art/lxc drwxr-xr-x 2 root www-data 0 May 1 18:38 nodes lrwxr-xr-x 1 root www-data 0 Dec 31 1969 openvz -> nodes/pve-art/openvz drwx------ 2 root www-data 0 May 1 18:38 priv -rw-r----- 1 root www-data 2074 May 1 18:38 pve-root-ca.pem -rw-r----- 1 root www-data 1679 May 1 18:38 pve-www.key lrwxr-xr-x 1 root www-data 0 Dec 31 1969 qemu-server -> nodes/pve-art/qemu-server drwxr-xr-x 2 root www-data 0 May 1 18:38 sdn -rw-r----- 1 root www-data 791 May 1 19:01 storage.cfg -rw-r----- 1 root www-data 57 May 1 18:57 user.cfg drwxr-xr-x 2 root www-data 0 May 1 18:38 virtual-guest -rw-r----- 1 root www-data 605 May 4 18:02 vzdump.cron
 
/etc/pve/local is a symbolic link here is a example of my /etc/pve/ directory.

root@pve-art:/etc/pve# ls -l total 4 -rw-r----- 1 root www-data 451 Jun 3 18:39 authkey.pub -rw-r----- 1 root www-data 451 Jun 3 18:39 authkey.pub.old -rw-r----- 1 root www-data 58 May 1 18:57 datacenter.cfg drwxr-xr-x 2 root www-data 0 May 1 18:38 ha lrwxr-xr-x 1 root www-data 0 Dec 31 1969 local -> nodes/pve-art lrwxr-xr-x 1 root www-data 0 Dec 31 1969 lxc -> nodes/pve-art/lxc drwxr-xr-x 2 root www-data 0 May 1 18:38 nodes lrwxr-xr-x 1 root www-data 0 Dec 31 1969 openvz -> nodes/pve-art/openvz drwx------ 2 root www-data 0 May 1 18:38 priv -rw-r----- 1 root www-data 2074 May 1 18:38 pve-root-ca.pem -rw-r----- 1 root www-data 1679 May 1 18:38 pve-www.key lrwxr-xr-x 1 root www-data 0 Dec 31 1969 qemu-server -> nodes/pve-art/qemu-server drwxr-xr-x 2 root www-data 0 May 1 18:38 sdn -rw-r----- 1 root www-data 791 May 1 19:01 storage.cfg -rw-r----- 1 root www-data 57 May 1 18:57 user.cfg drwxr-xr-x 2 root www-data 0 May 1 18:38 virtual-guest -rw-r----- 1 root www-data 605 May 4 18:02 vzdump.cron
When I got to /etc/pve and run "ls -l" it just outputs "total 0"