vtech Posted June 8 Posted June 8 https://dl.armbian.com/orangepizero2/Bookworm_current_minimal Armbian_community_25.8.0-trunk.90_Orangepizero2_bookworm_current_6.12.30_minimal I am getting following error while trying to update. root@orangepizero2:~# sudo apt-get update Hit:1 http://security.debian.org bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 http://deb.debian.org/debian bookworm-backports InRelease Get:5 https://github.armbian.com/configng stable InRelease [3,992 B] Err:5 https://github.armbian.com/configng stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5 Hit:6 https://netcup-03.armbian.com/beta bookworm InRelease Reading package lists... Done W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: 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 W: Some index files failed to download. They have been ignored, or old ones used instead. 0 Quote
Michael Robinson Posted June 9 Posted June 9 try: sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 93D6889F9F0E78D5 sudo gpg --export 93D6889F9F0E78D5 | sudo tee /etc/apt/trusted.gpg.d/armbian-configng.gpg > /dev/null 0 Quote
vtech Posted Thursday at 04:09 AM Author Posted Thursday at 04:09 AM _ _ _ _ _ /_\ _ _ _ __ | |__(_)__ _ _ _ __ ___ _ __ _ __ _ _ _ _ (_) |_ _ _ / _ \| '_| ' \| '_ \ / _` | ' \ / _/ _ \ ' \| ' \ || | ' \| | _| || | /_/ \_\_| |_|_|_|_.__/_\__,_|_||_|_\__\___/_|_|_|_|_|_\_,_|_||_|_|\__|\_, | |___| |__/ v25.8 rolling for Orange Pi Zero2 running Armbian Linux 6.12.30-current-sunxi64 Packages: Debian stable (bookworm) Updates: Kernel upgrade enabled and 1 package available for upgrade Support: for advanced users (rolling release) IPv4: (LAN) 192.168.1.51 (WAN) 103.112.33.59 Performance: Load: 38% Up time: 4 min Memory usage: 14% of 971M CPU temp: 49°C Usage of /: 17% of 7.2G Commands: Configuration : armbian-config Upgrade : armbian-upgrade Monitoring : htop root@orangepizero2:~# sudo apt-get update Get:1 http://security.debian.org bookworm-security InRelease [48.0 kB] Hit:2 http://deb.debian.org/debian bookworm InRelease Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:4 http://deb.debian.org/debian bookworm-backports InRelease [59.4 kB] Get:5 https://github.armbian.com/configng stable InRelease [3,992 B] Get:7 http://security.debian.org bookworm-security/main arm64 Packages [262 kB] Get:6 https://netcup-03.armbian.com/beta bookworm InRelease [53.3 kB] Get:8 http://deb.debian.org/debian bookworm-backports/main arm64 Packages.diff/Index [63.3 kB] Err:5 https://github.armbian.com/configng stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5 Get:9 http://deb.debian.org/debian bookworm-backports/main arm64 Packages T-2025-06-12-0204.25-F-2025-06-01-1404.04.pdiff [10.4 kB] Get:9 http://deb.debian.org/debian bookworm-backports/main arm64 Packages T-2025-06-12-0204.25-F-2025-06-01-1404.04.pdiff [10.4 kB] Get:10 https://netcup-03.armbian.com/beta bookworm/bookworm-desktop all Packages [2,110 B] Get:11 https://netcup-03.armbian.com/beta bookworm/main all Packages [1,590 B] Get:12 https://netcup-03.armbian.com/beta bookworm/bookworm-utils all Packages [3,873 B] Get:13 https://netcup-03.armbian.com/beta bookworm/bookworm-utils arm64 Packages [29.8 kB] Get:14 https://netcup-03.armbian.com/beta bookworm/bookworm-desktop arm64 Packages [3,256 B] Get:15 https://netcup-03.armbian.com/beta bookworm/main arm64 Packages [261 kB] Fetched 857 kB in 5s (172 kB/s) Reading package lists... Done W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: 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 W: Some index files failed to download. They have been ignored, or old ones used instead. sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 93D6889F9F0E78D5ro2:~# sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 93D6889F9F0E78D5 gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: key 93D6889F9F0E78D5: 1 duplicate signature removed gpg: /root/.gnupg/trustdb.gpg: trustdb created gpg: key 93D6889F9F0E78D5: public key "Igor Pecovnik <igor@armbian.com>" imported gpg: Total number processed: 1 gpg: imported: 1 sudo gpg --export 93D6889F9F0E78D5 | sudo tee /etc/apt/trusted.gpg.d/armbian-configngapt-get update Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 https://github.armbian.com/configng stable InRelease [3,992 B] Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 http://deb.debian.org/debian bookworm-backports InRelease Err:2 https://github.armbian.com/configng stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5 Hit:5 http://security.debian.org bookworm-security InRelease Hit:6 https://netcup-03.armbian.com/beta bookworm InRelease Reading package lists... Done W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: 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 W: Some index files failed to download. They have been ignored, or old ones used instead. root@orangepizero2:~# 0 Quote
vtech Posted Thursday at 04:11 AM Author Posted Thursday at 04:11 AM Surprisingly the fresh installation gives so much trouble for typical first command like apt-get update. I suppose something is missing in this download. It's first time the command apt-get update did not work out of the box. 0 Quote
Igor Posted Thursday at 04:56 AM Posted Thursday at 04:56 AM Spoiler v25.5 rolling for Orange Pi Zero2 running Armbian Linux 6.12.23-current-sunxi64 Packages: Debian stable (bookworm) Updates: Kernel upgrade enabled and 8 packages available for upgrade Support: for advanced users (rolling release) IPv4: (LAN) 10.0.30.133 (WAN) Performance: Load: 2% Up time: 15:51 Memory usage: 16% of 971M CPU temp: 54°C Usage of /: 5% of 29G Commands: Configuration : armbian-config Upgrade : armbian-upgrade Monitoring : htop igorp@orangepizero2:~$ sudo apt update [sudo] password for igorp: Dobi:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Dobi:2 http://security.debian.org bookworm-security InRelease [48,0 kB] Dobi:3 http://deb.debian.org/debian bookworm-updates InRelease [55,4 kB] Dobi:4 http://deb.debian.org/debian bookworm-backports InRelease [59,4 kB] Dobi:5 https://github.armbian.com/configng stable InRelease [3992 B] Dobi:6 http://security.debian.org bookworm-security/main arm64 Packages [262 kB] Dobi:7 https://pkgs.tailscale.com/stable/debian bookworm InRelease Dobi:9 http://deb.debian.org/debian bookworm/main arm64 Packages [11,9 MB] Dobi:8 https://netcup-02.armbian.com/beta bookworm InRelease [53,3 kB] Dobi:10 http://deb.debian.org/debian bookworm-backports/non-free-firmware arm64 Packages.diff/Index [6117 B] Dobi:11 http://deb.debian.org/debian bookworm-backports/main arm64 Packages.diff/Index [63,3 kB] Dobi:12 http://deb.debian.org/debian bookworm-backports/contrib arm64 Packages.diff/Index [63,3 kB] Dobi:13 https://github.armbian.com/configng stable/main arm64 Packages [423 B] Dobi:14 http://deb.debian.org/debian bookworm-backports/non-free-firmware arm64 Packages T-2025-05-29-0204.34-F-2025-05-29-0204.34.pdiff [2665 B] Dobi:15 http://deb.debian.org/debian bookworm-backports/main arm64 Packages T-2025-06-12-0204.25-F-2025-05-14-2011.58.pdiff [31,6 kB] Dobi:14 http://deb.debian.org/debian bookworm-backports/non-free-firmware arm64 Packages T-2025-05-29-0204.34-F-2025-05-29-0204.34.pdiff [2665 B] Dobi:15 http://deb.debian.org/debian bookworm-backports/main arm64 Packages T-2025-06-12-0204.25-F-2025-05-14-2011.58.pdiff [31,6 kB] Dobi:16 http://deb.debian.org/debian bookworm-backports/contrib arm64 Packages T-2025-05-24-2017.15-F-2025-05-24-2017.15.pdiff [428 B] Dobi:16 http://deb.debian.org/debian bookworm-backports/contrib arm64 Packages T-2025-05-24-2017.15-F-2025-05-24-2017.15.pdiff [428 B] Dobi:17 http://deb.debian.org/debian bookworm/non-free arm64 Packages [93,9 kB] Dobi:18 http://deb.debian.org/debian bookworm/contrib arm64 Packages [54,5 kB] Dobi:19 http://deb.debian.org/debian bookworm/non-free-firmware arm64 Packages [6407 B] Dobi:20 https://netcup-02.armbian.com/beta bookworm/bookworm-utils all Packages [3873 B] Dobi:21 https://netcup-02.armbian.com/beta bookworm/bookworm-desktop all Packages [2104 B] Dobi:22 https://netcup-02.armbian.com/beta bookworm/bookworm-utils arm64 Packages [29,8 kB] Dobi:23 https://netcup-02.armbian.com/beta bookworm/main all Packages [1585 B] Dobi:24 https://netcup-02.armbian.com/beta bookworm/main arm64 Packages [262 kB] Dobi:25 https://netcup-02.armbian.com/beta bookworm/bookworm-desktop arm64 Packages [3252 B] Pridobljenih 13,2 MB v 3s (4139 kB/s) Branje seznama paketov ... Narejeno Gradnja drevesa odvisnosti ... Narejeno Branje podatkov o stanju ... Narejeno 44 packages can be upgraded. Run 'apt list --upgradable' to see them. Unable to reproduce. Probably date and time is out of sync. Edit: aha, this is / was the problem: https://github.com/armbian/build/commit/aa5526a9189097b87ada0784cff61bda85e46609 Which means next week community build will have this auto-fixed. 0 Quote
vtech Posted Thursday at 06:57 PM Author Posted Thursday at 06:57 PM Thanks Igor for identifying the root cause. When will this fix be released so that I can used Orange pi Zero 2 with latest build with above problem fixed? 0 Quote
Igor Posted Thursday at 10:23 PM Posted Thursday at 10:23 PM 3 hours ago, vtech said: When Those builds are made by automation, once per week if nothing else goes wrong. 0 Quote
ag123 Posted Friday at 05:29 AM Posted Friday at 05:29 AM @Igor Quote Unable to reproduce. Probably date and time is out of sync. Edit: aha, this is / was the problem: https://github.com/armbian/build/commit/aa5526a9189097b87ada0784cff61bda85e46609 Which means next week community build will have this auto-fixed. apparently I run into a similar/same issue while using minimal / IOT images for Orange Pi Zero 3 25.8.0 Build Date: May 28, 2025 just downloaded yesterday 12 Jun 25 https://www.armbian.com/orange-pi-zero-3/ do update the links if the images are updated as well with the gpg keys files 0 Quote
Igor Posted Friday at 08:23 AM Posted Friday at 08:23 AM 13 hours ago, vtech said: When will this fix be released Just FYI why images are delayed. GitHub, which we rely our build infrastructure on, is having many troubles and builds does not start due to out of (their) resources (probably). 30 out 30 tries, I am getting Error: Error 504: We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists. Perhaps this is a limitation of free tier, dunno. 0 Quote
ag123 Posted Friday at 09:40 AM Posted Friday at 09:40 AM @Igor Quote Just FYI why images are delayed. GitHub, which we rely our build infrastructure on, is having many troubles and builds does not start due to out of (their) resources (probably). 30 out 30 tries, I am getting Error: Error 504: We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists. Perhaps this is a limitation of free tier, dunno. no worries about the delay, I'm just adding a feedback that symptoms are observed in the orangepi zero 3 miminal images as well, I've not tried other images hence can't comment about it. I'd likely try to reproduce the error and post my solution in this thread as well as in the orange pi zero 3 thread, possibly in the tutorials section of the forum as well i found the solution via some google searches then, and I'd try to reproduce that. 0 Quote
ag123 Posted Friday at 11:04 AM Posted Friday at 11:04 AM NO_PUBKEY 93D6889F9F0E78D5 while using apt (e.g. apt update) 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 0 Quote
ag123 Posted 4 hours ago Posted 4 hours ago it seemed that the (minimal/iot) images linked on the boards page , have been updated, I just downloaded Armbian_community_25.8.0-trunk.228_Orangepizero3_bookworm_current_6.12.30_minimal.img.xz for orangepi zero 3. note I only checked debian as that is what i'm using it seemed to be similar for orangepi zero 2 https://www.armbian.com/orange-pi-zero-2/ 0 Quote
Recommended Posts
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.