E Exio Member Mar 30, 2022 55 8 13 Feb 26, 2023 #1 Thats all... i got this error while trying to update my pve, doing 'apt-get update', already in 7.1v. Im a "newbie" so tell me what do you need to see more info, ill be waiting for anwsers. Thanks Last edited: Feb 26, 2023
Thats all... i got this error while trying to update my pve, doing 'apt-get update', already in 7.1v. Im a "newbie" so tell me what do you need to see more info, ill be waiting for anwsers. Thanks
Matthias. Proxmox Retired Staff Retired Staff Jan 17, 2022 470 112 28 Feb 27, 2023 #3 Please don't unnecessarily bump your threads. https://pve.proxmox.com/wiki/Package_Repositories#repos_secure_apt Try removing and readding the file.
Please don't unnecessarily bump your threads. https://pve.proxmox.com/wiki/Package_Repositories#repos_secure_apt Try removing and readding the file.
E Exio Member Mar 30, 2022 55 8 13 Feb 27, 2023 #4 Matthias. said: Please don't unnecessarily bump your threads. Click to expand... Sorry, had urgence for it... Matthias. said: https://pve.proxmox.com/wiki/Package_Repositories#repos_secure_apt Try removing and readding the file. Click to expand... 1st did: Code: rm -r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg 2nd: Code: wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg 3rd: Code: apt-get update 4th: Code: apt-get dist-upgrade And it works! Thanks Matthias for your help, i was doing it wrong with Code: wget http://download.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg/proxmox-release-bullseye.gpg I had a folder with .gpg and the file inside, dont know why. Solved!
Matthias. said: Please don't unnecessarily bump your threads. Click to expand... Sorry, had urgence for it... Matthias. said: https://pve.proxmox.com/wiki/Package_Repositories#repos_secure_apt Try removing and readding the file. Click to expand... 1st did: Code: rm -r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg 2nd: Code: wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg 3rd: Code: apt-get update 4th: Code: apt-get dist-upgrade And it works! Thanks Matthias for your help, i was doing it wrong with Code: wget http://download.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg/proxmox-release-bullseye.gpg I had a folder with .gpg and the file inside, dont know why. Solved!