Proxmox Web GUI/VMs all dead after update - help wanted!

chudak

Renowned Member
May 11, 2019
350
26
68
Hello,

Here is what I did:

/etc/apt/sources.list
deb http://ftp.us.debian.org/debian buster main contrib

deb http://ftp.us.debian.org/debian buster-updates main contrib

# security updates
deb http://security.debian.org buster/updates main contrib

#Added by yuriw to install "apt-get install intel-microcode"
#Communiaty repo
deb http://download.proxmox.com/debian/pve buster pve-no-subscription

Ran:
apt-get -y update && apt-get -y upgrade && apt-get autoclean && apt-get -y autoremove

Code:
apt-get -y update && apt-get -y upgrade && apt-get autoclean && apt-get -y autoremove
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.us.debian.org/debian buster InRelease                                   
Hit:3 http://ftp.us.debian.org/debian buster-updates InRelease                           
Hit:4 http://download.proxmox.com/debian/pve buster InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libpve-storage-perl proxmox-ve pve-kernel-5.4 qemu-server
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

At the movement, I can ssh to my pve box but all VMs and WebGUI are down.

Thanks in advance for your help !
 
you did:

> apt-get upgrade

This will break Proxmox systems in most cases.