I have posted the solution in https://forum.proxmox.com/threads/good-signatrue-yet-shows-up-gpg-error-no_pubkey-dd4ba3917e23bf59-on-apt-update.156721/post-716694 if you are interested. Indeed, it was a bumpy ride. Thanks.
Thanks @fabian and @sterzy for your inputs.
However, after going through several issues similar to mine, I went through two interesting posts viz. https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html and...
To be honest, it has been working with 751. I shall try with 755 and get back to you (update didn't work with `drwxr-xr-x 2 root root 4.0K Oct 31 10:04 trusted.gpg.d/` either! Fyi, I have the following file system status:
# stat /etc/apt/trusted.gpg.d
File: /etc/apt/trusted.gpg.d
Size...
Nope, it was by default 644 as other keys as evident from below:
# ls -lah /etc/apt/trusted.gpg.d/
total 92K
drwxr-xr-x 2 root root 4.0K Oct 31 10:04 ./
drwxr-xr-x 8 root root 4.0K Sep 24 2021 ../
-rw-r--r-- 1 root root 8.5K Mar 18 2023 debian-archive-bookworm-automatic.gpg
-rw-r--r-- 1 root...
There is nothing else other than what was minimally required to run proxmox7 is installed as evident from the `apt policy` output. Nothing other than debian11 bullseye repos are activated.
# apt policy
Package files:
100 /var/lib/dpkg/status
release a=now
500...
Thanks for your reply.
The location of the gpg key and file permissions looks alright as follows:
# ls -lah /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
-rw-r--r-- 1 root root 1.2K Dec 14 2020 /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
`apt-key list` reports valid unexpired...
Hi,
I am on debian 11 bullseye (this was upgraded from buster and was working). I am still on PVEv7, fyi. But when I tried to update, I encountered:
# apt update
Get:1 http://download.proxmox.com/debian/pve bullseye InRelease [2,768 B]
Hit:2 https://deb.debian.org/debian-security...
There is nothing wrong because I have no control over the GPG keys.
Nevertheless, this got solved by appending '[trusted=true]' to the '/etc/apt/sources.list.d/pve-install-repo.list' to look like:
deb [arch=amd64 trusted=true] http://download.proxmox.com/debian/pve bullseye pve-no-subscription...
That is exactly what I did in the OT above for debian 11 bullseye, but no go.
And I do not see any reason to download the v6 key in bullseye as in the example. ;-)
With apt --help , I can only see these options, no other flags to make more verbose:
apt --help
list - list packages based on package names
search - search in package descriptions
show - show package details
install - install packages
reinstall - reinstall packages
remove - remove...
Hi,
I tried to install pve7 in vanilla debian11 as per this wiki (https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye). Everything appears satisfied:
# ls -la /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
-rw-r--r-- 1 root root 1187 Dec 14 2020...
SOLVED:
Posting this to make others in the same situation maybe of help:
1. What I did was, I ran `dpkg --audit` and with every problematic package, I removed (actually moved to a different location as a backup) from `/var/lib/dpkg/<packagename>`:
mv...
Hi again @t.lamprecht
I removed the problem-causing packages from 'rm /var/lib/dpkg/info/<packagename>' (see at the bottom) and ran 'dpkg --configure -a' followed by 'apt update'. Some of the previous issues are gone, fyi. I have also removed all 'linux-image' packages, too. Still dependency...
I further audit the dpkg:
# dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
pve-kernel-4.15 Latest Proxmox VE Kernel Image
The following packages are...
Not exactly I know of. However, what I can guess is when trying to reinstall the proxmox-ve after an removing as I stated earlier.
Thanks for your input. Here comes the outputs:
# apt install pve-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done...
Forgot to mention that the apt sources are also alright:
# grep '' /etc/apt/sources.list
deb [arch=amd64] http://cdn-fastly.deb.debian.org/debian/ stretch main contrib non-free
deb-src [arch=amd64] http://cdn-fastly.deb.debian.org/debian/ stretch main contrib non-free
deb [arch=amd64]...
Hi,
Proxmox4 (installed on remote server on top of Debian Jessie) was serving well till upgrade in virtual machines started popping out errors making the lxc containers failing to boot. No zfs and ceph and hosting only lxc containers.
So I decided to upgrade first to Proxmox5...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.