If I try to do attended sysupgrade of my gl-ar750 it fails, with the following errors related to not being able to verify package repository signatures.
is there something corrupted in the repos? it fails in a similar way if I try to just use firmware selector and add some packages to the list of preinstalled ones (I assume that's basically what attended sysupgrade is doing too)
Error building the firmware image
Server response: Error: Impossible package selection
Please report the error message and request
Request Data:
{
"url": "https://sysupgrade.openwrt.org",
"revision": "r23630-842932a63d",
"advanced_mode": "0",
"sha256_unsigned": "",
"branch": "23.05",
"efi": null,
"profile": "glinet,gl-ar750",
"target": "ath79/generic",
"version": "23.05.5",
"packages": [
"ath10k-firmware-qca9887-ct",
"auc",
"base-files",
"bird2c",
"busybox",
"ca-bundle",
"dnsmasq",
"dropbear",
"firewall4",
"fstools",
"iftop",
"kernel",
"kmod-ath10k-ct",
"kmod-ath9k",
"kmod-gpio-button-hotplug",
"kmod-nft-offload",
"kmod-usb2",
"libc",
"libgcc",
"libustream-mbedtls",
"logd",
"luci",
"luci-app-attendedsysupgrade",
"luci-app-nlbwmon",
"luci-app-sqm",
"luci-proto-wireguard",
"mtd",
"nano",
"netifd",
"nftables-json",
"odhcp6c",
"odhcpd-ipv6only",
"opkg",
"ppp",
"ppp-mod-pppoe",
"procd",
"procd-seccomp",
"procd-ujail",
"sqm-scripts",
"swconfig",
"tcpdump",
"uboot-envtools",
"uci",
"uclient-fetch",
"urandom-seed",
"urngd",
"wpad-basic-mbedtls"
],
"diff_packages": true,
"filesystem": "squashfs",
"client": "luci/git-25.024.63972-9fa69d5"
}
STDERR:
Generate local signing keys...
Generate local certificate...
Package list missing or not up-to-date, generating it.
Building package index...
Downloading http://downloads.openwrt.org/releases/23.05.5/targets/ath79/generic/packages/Packages.gz
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/openwrt_core
Downloading http://downloads.openwrt.org/releases/23.05.5/targets/ath79/generic/packages/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/base/Packages.gz
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/openwrt_base
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/base/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/luci/Packages.gz
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/openwrt_luci
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/luci/Packages.sig
Signature check passed.
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/packages/Packages.gz
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/openwrt_packages
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/packages/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/routing/Packages.gz
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/openwrt_routing
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/routing/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/telephony/Packages.gz
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/openwrt_telephony
Downloading http://downloads.openwrt.org/releases/23.05.5/packages/mips_24kc/telephony/Packages.sig
Signature check failed.
Remove wrong Signature file.
Downloading file:packages/Packages
Updated list of available packages in /builder/build_dir/target-mips_24kc_musl/root-ath79/../../../../builder/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check passed.
Collected errors:
* opkg_install_cmd: Cannot install package auc.
* opkg_install_cmd: Cannot install package bird2c.
* opkg_install_cmd: Cannot install package iftop.
* pkg_hash_check_unresolved: cannot find dependency cgi-io for luci-base
* pkg_hash_fetch_best_installation_candidate: Packages for luci-base found, but incompatible with the architectures configured
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* cgi-io
* opkg_install_cmd: Cannot install package luci.
* pkg_hash_check_unresolved: cannot find dependency attendedsysupgrade-common for luci-app-attendedsysupgrade
* pkg_hash_check_unresolved: cannot find dependency cgi-io for luci-app-attendedsysupgrade
* pkg_hash_fetch_best_installation_candidate: Packages for luci-app-attendedsysupgrade found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package luci-app-attendedsysupgrade.
* pkg_hash_check_unresolved: cannot find dependency nlbwmon for luci-app-nlbwmon
* pkg_hash_fetch_best_installation_candidate: Packages for luci-app-nlbwmon found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package luci-app-nlbwmon.
* pkg_hash_check_unresolved: cannot find dependency sqm-scripts for luci-app-sqm
* pkg_hash_fetch_best_installation_candidate: Packages for luci-app-sqm found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package luci-app-sqm.
* opkg_install_cmd: Cannot install package nano.
* opkg_install_cmd: Cannot install package sqm-scripts.
make[2]: *** [Makefile:189: package_install] Error 255
make[1]: *** [Makefile:154: _call_manifest] Error 2
make: *** [Makefile:274: manifest] Error 2