Proxmoxのアップデートが出来なくなった!

少し前に作った環境がアップデート出来なくなっているのに気付きました。

そのあとに作ったノードはアップデート出来たので…

駄目なノードの環境

root@proxmox:~# cat /etc/apt/sources.list.20251001.org
deb http://ftp.jp.debian.org/debian bookworm main contrib

deb http://ftp.jp.debian.org/debian bookworm-updates main contrib

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

deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

root@proxmox:~#

大丈夫なノードの環境

root@proxmox:~# cat /etc/apt/sources.list
deb http://ftp.jaist.ac.jp/debian/ bookworm main non-free-firmware

deb-src http://ftp.jaist.ac.jp/debian/ bookworm main non-free-firmware

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

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://ftp.jaist.ac.jp/debian/ bookworm-updates main non-free-firmware
deb-src http://ftp.jaist.ac.jp/debian/ bookworm-updates main non-free-firmware

root@proxmox:~#

大丈夫なノードのsources.listを被せて解決。