[SOLVED] Sanity check: please share /etc/apt/sources.list so I can double check something

verulian

Renowned Member
Feb 18, 2019
188
30
68
45
I'm having some odd messages (warning) about my security entry not being configured correctly under the updates → repository tab within Proxmox's web admin. Could someone please share their correct and proper /etc/apt/sources.list contents so I can do a sanity check here for a non-paid version of Proxmox?
 
Code:
root@vm-host:~# cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src http://ftp.us.debian.org/debian/ bookworm main contrib non-free non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

# bookworm-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src http://ftp.us.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware

And in /etc/apt/sources.list.d/
Code:
root@vm-host:~# cat /etc/apt/sources.list.d/pve-no-subscription.list
# deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

root@vm-host:~# cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise

I switched from no-subscription to enterprise, hence one is commented out.

ETA: I originally installed PVE 7 over Debian 11 and then upgraded to PVE 8. So this may not be the "cananical" form from the PVE installer.
 
Last edited: