Proxmox node not seeing updates the others are?

devinacosta

Active Member
Aug 3, 2017
65
11
28
48
Has anyone seen where they have a single node that isn't getting the updates, but all the other nodes do? I have confirmed my /etc/apt/sources-list-.d/ repo files and they are all the same across the boxes. However doing an (apt-get update, apt-get upgrade) says nothing to upgrade but it's stuck on version 6.0-4, where the other nodes are on 6.0-6?

root@pve01:/etc# pveversion
pve-manager/6.0-4/2a719255 (running kernel: 5.0.15-1-pve)

root@pve01:/etc/apt/sources.list.d# apt-get update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.us.debian.org/debian buster InRelease
Hit:3 http://download.proxmox.com/debian/ceph-nautilus buster InRelease
Hit:4 http://download.proxmox.com/debian/pve buster InRelease
Reading package lists... Done
 
hmm - could be that the apt-cache on the box got messedup:
* `mv /var/lib/apt/lists /var/lib/apt/lists.old`
* `apt update`

should hopefully fix your issue

Hope this helps!