Model: Hewlett-Packard HP t620 Dual Core TC
Architecture: AMD GX-217GA SOC with Radeon(tm) HD Graphics
Target Platform: x86/64
Firmware Version: OpenWrt 24.10.0 r28427-6df0e3d02a / LuCI openwrt-24.10 branch 25.123.45881~e061a5f
Kernel Version: 6.6.73
opkg print-architecture: x86_64 10
I've just installed the OpenWrt 24.10.0 in a HP t620 thin client. opk install went fine last week except for below. For avoidance of doubt, but I can't use opkg to update or to install Docker. I did do an "opkg update" first both times. Anyone else having trouble getting the luci-app-dockerman package to install recently?
root@Kiara:~# opkg install docker dockerd luci-app-dockerman docker-compose
Unknown package 'docker'.
Unknown package 'dockerd'.
Unknown package 'luci-app-dockerman'.
Unknown package 'docker-compose'.
Collected errors:
* opkg_install_cmd: Cannot install package docker.
* opkg_install_cmd: Cannot install package dockerd.
* pkg_hash_check_unresolved: cannot find dependency docker for luci-app-dockerman
* pkg_hash_check_unresolved: cannot find dependency dockerd for luci-app-dockerman
* pkg_hash_check_unresolved: cannot find dependency docker-compose for luci-app-dockerman
* pkg_hash_fetch_best_installation_candidate: Packages for luci-app-dockerman found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package luci-app-dockerman.
* opkg_install_cmd: Cannot install package docker-compose.
Am I missing something?
Did you do opkg update
first?
Yes. I did do an "opkg update" multiple times, but installing this docker package still problem persist.
Let's see the output:
ubus call system board
opkg update
Here's the ubus output:
{
"kernel": "6.6.73",
"hostname": "Kiara",
"system": "AMD GX-217GA SOC with Radeon(tm) HD Graphics",
"model": "Hewlett-Packard HP t620 Dual Core TC",
"board_name": "hewlett-packard-hp-t620-dual-core-tc",
"rootfs_type": "ext4",
"release": {
"distribution": "OpenWrt",
"version": "24.10.0",
"revision": "r28427-6df0e3d02a",
"target": "x86/64",
"description": "OpenWrt 24.10.0 r28427-6df0e3d02a",
"builddate": "1738624177"
}
}
I did do an "opkg update" first, I can install other packages but Docker packages did not install because of missing package/dependency.
let's see the output of opkg update
opkg update/install output log:
root@Kiara:~# opkg update && opkg install docker dockerd luci-app-dockerman docker-compose
Downloading https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/base/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/kmods/6.6.86-1-af351158cfb5febf5155a3aa53785982/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_kmods
Downloading https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/kmods/6.6.86-1-af351158cfb5febf5155a3aa53785982/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/24.10.1/packages/x86_64/telephony/Packages.sig
Signature check passed.
Unknown package 'docker'.
Unknown package 'dockerd'.
Unknown package 'luci-app-dockerman'.
Unknown package 'docker-compose'.
Collected errors:
* opkg_install_cmd: Cannot install package docker.
* opkg_install_cmd: Cannot install package dockerd.
* pkg_hash_check_unresolved: cannot find dependency docker for luci-app-dockerman
* pkg_hash_check_unresolved: cannot find dependency dockerd for luci-app-dockerman
* pkg_hash_check_unresolved: cannot find dependency docker-compose for luci-app-dockerman
* pkg_hash_fetch_best_installation_candidate: Packages for luci-app-dockerman found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package luci-app-dockerman.
* opkg_install_cmd: Cannot install package docker-compose.
Still problem persist in latest version.
Seems the packages fail to build atm
since faillogs now only contains three packages, I'm guessing docker got built.
system
Closed
May 22, 2025, 6:06am
10
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.