Jump to content

Recommended Posts

Posted

symptom:

> apt update
...
Err:8 https://github.armbian.com/configng stable InRelease               
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
...
W: Failed to fetch https://github.armbian.com/configng/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5

observed in Armbian image for Orange pi zero 3 Armbian_community_25.8.0-trunk.90_Orangepizero3_bookworm_current_6.12.30_minimal.img build date May 28, 2025

 

fix:

- run this as root

> su - 
^ login as root
> wget -O - https://apt.armbian.com/armbian.key | gpg --dearmor -o /usr/share/keyrings/armbian.gpg

 

you should find a file /usr/share/keyrings/armbian.gpg about 2 KB in size

 

repeat apt update etc should have resolved the error

Posted (edited)

I think this is @Igor's signing key

 

aml-s9xx-box:~:# gpg --keyserver keyserver.ubuntu.com --recv-keys 93D6889F9F0E78D5

gpg: key 93D6889F9F0E78D5: 1 duplicate signature removed

gpg: key 93D6889F9F0E78D5: public key "Igor Pecovnik <igor@armbian.com>" imported

gpg: Total number processed: 1

gpg:               imported: 1

Edited by Jens J.
Posted

I think using the ubuntu keyserver is good as well

but that this is a 'small' issue, it is easy to miss a small thing in a project this huge consider the number of boards, kernels, and distributions (including the different releases).

if this little thing breaks, we can fix in our installed os using these methods.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines