Ticket #4697 (closed defect: duplicate)
APT public key not available
| Reported by: | madalin | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | 2.2.X | Component: | base |
| Severity: | normal | Keywords: | apt, gpg, key, update |
| Cc: |
Description
Trying to update the apt packages i get the following error:
W: GPG error: http://archive.zentyal.org 2.2 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76CB3C6D0D64EFEC
Trying to import the key i get the following:
root@zeus:~# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 76CB3C6D0D64EFEC Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 76CB3C6D0D64EFEC gpg: requesting key 0D64EFEC from hkp server keyserver.ubuntu.com gpgkeys: key 76CB3C6D0D64EFEC not found on keyserver gpg: no valid OpenPGP data found. gpg: Total number processed: 0
Any way i could fix this ?
Also, this appeared after the server crashed trying to install linux-firmware. Solved the issue running dpkg --configure -a
Also, i got a launchpad error but importing the key of that worked flawless.
Thank you.