Search results

  1. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    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.
  2. Z

    [SOLVED] Good Signatrue, yet shows up GPG error : NO_PUBKEY DD4BA3917E23BF59 on `apt update`!?

    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...
  3. Z

    [SOLVED] Good Signatrue, yet shows up GPG error : NO_PUBKEY DD4BA3917E23BF59 on `apt update`!?

    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...
  4. Z

    [SOLVED] Good Signatrue, yet shows up GPG error : NO_PUBKEY DD4BA3917E23BF59 on `apt update`!?

    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...
  5. Z

    [SOLVED] Good Signatrue, yet shows up GPG error : NO_PUBKEY DD4BA3917E23BF59 on `apt update`!?

    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...
  6. Z

    [SOLVED] Good Signatrue, yet shows up GPG error : NO_PUBKEY DD4BA3917E23BF59 on `apt update`!?

    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...
  7. Z

    [SOLVED] Good Signatrue, yet shows up GPG error : NO_PUBKEY DD4BA3917E23BF59 on `apt update`!?

    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...
  8. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    Thanks for a warning. Please find below the output you asked for. # curl --silent --user-agent 'Debian APT-HTTP/1.3 (2.2.4)' http://download.proxmox.com/debian/dists/bullseye/InRelease -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Architectures: amd64 Codename: bullseye Components...
  9. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    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...
  10. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    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. ;-)
  11. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    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...
  12. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    # head -n -0 /etc/apt/sources.list /etc/apt/sources.list.d/*.list ==> /etc/apt/sources.list <== deb [arch=amd64] http://cdn-fastly.deb.debian.org/debian/ bullseye main contrib non-free #deb-src [arch=amd64] http://cdn-fastly.deb.debian.org/debian/ bullseye main contrib non-free deb...
  13. Z

    NO_PUBKEY DD4BA3917E23BF59 error

    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...
  14. Z

    [SOLVED] Upgrade Issues (4to5)

    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...
  15. Z

    [SOLVED] Upgrade Issues (4to5)

    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...
  16. Z

    [SOLVED] Upgrade Issues (4to5)

    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...
  17. Z

    [SOLVED] Upgrade Issues (4to5)

    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...
  18. Z

    [SOLVED] Upgrade Issues (4to5)

    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]...
  19. Z

    [SOLVED] Upgrade Issues (4to5)

    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...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!