jiangcuo / Proxmox-Port

Proxmox VE arm64 riscv64 loongarch64
GNU Affero General Public License v3.0
845 stars 44 forks source link

Update failure #132

Closed nickles95 closed 7 hours ago

nickles95 commented 1 day ago

Describe the bug Running apt update is complaining that the repo signature is invalid

To Reproduce Run apt-update Get this: W: GPG error: https://mirrors.apqa.cn/proxmox/debian/pve bookworm Release: The following signatures were invalid: BADSIG B859507D6B1F46D3 jiangcuo (this is for pvearm key) jiangcuo@bingsin.com E: The repository 'https://mirrors.apqa.cn/proxmox/debian/pve bookworm Release' is no longer signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

Try rerunning the steps to add the repo and download a fresh key from the wiki, issue persists.

Expected behavior It works

Screenshots If applicable, add screenshots to help explain your problem.

ENV (please complete the following information):

Additional context Add any other context about the problem here.

thanhtantran commented 1 day ago

Get the same error

The following signatures were invalid: BADSIG B859507D6B1F46D3 jiangcuo (this is for pvearm key) <jiangcuo@bingsin.com>

shawnyeager commented 1 day ago

Same here.

vlalab commented 1 day ago

Same problem triying to do a clean install.

sbilque commented 1 day ago

Same problem triying to do a clean install by using any mirrors.

WebOscar commented 1 day ago

Worked yesterday but since today I get the same error.

thanhtantran commented 1 day ago

if you still need to install pve on bookworm, you can add the repo as trusted repo like below

echo 'deb [arch=arm64 trusted=yes] https://mirrors.apqa.cn/proxmox/debian/pve bookworm port'>/etc/apt/sources.list.d/pveport.list

then update and install as normal

Use at your risk!!!!!

jiangcuo commented 21 hours ago

The reason lies in the fact that I manually input the key during signing previously, but I forgot to do so. Now it's auto-signed.