Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Owut does not *see* installed package #28

Open
marcust opened this issue Jan 14, 2025 · 2 comments
Open

Owut does not *see* installed package #28

marcust opened this issue Jan 14, 2025 · 2 comments

Comments

@marcust
Copy link

marcust commented Jan 14, 2025

Why is that?

root@aquila:~# owut check -a wpad-mesh-mbedtls,iperf3
owut - OpenWrt Upgrade Tool 2025.01.06~e623a900-r1 (/usr/bin/owut)
ASU-Server     https://sysupgrade.openwrt.org
Upstream       https://downloads.openwrt.org
Target         mediatek/filogic
Profile        dlink_aquila-pro-ai-m30-a1
Package-arch   aarch64_cortex-a53
Root-FS-type   squashfs
Sys-type       sysupgrade
Version-from   24.10.0-rc5 r28304-6dacba30a7 (kernel 6.6.69)
Version-to     24.10.0-rc5 r28304-6dacba30a7 (kernel 6.6.69)
Build-FS-type  squashfs
Build-at       2025-01-04T21:35:37Z (~228 hours ago)
Image-prefix   openwrt-24.10.0-rc5-mediatek-filogic-dlink_aquila-pro-ai-m30-a1
Image-URL      https://downloads.openwrt.org/releases/24.10.0-rc5/targets/mediatek/filogic
Image-file     openwrt-24.10.0-rc5-mediatek-filogic-dlink_aquila-pro-ai-m30-a1-squashfs-sysupgrade.bin
Installed      164 packages
Top-level       49 packages
Default         36 packages
User-installed  22 packages (top-level only)

Package version changes:
  wpad-mesh-mbedtls              not-installed                              2024.09.15~5ace39b0-r1
1 packages are out-of-date

Default package analysis:
  Default                        Provided-by
  fitblk                         not installed
  nftables                       nftables-json
  wpad-basic-mbedtls             not installed

There are currently package build failures for 24.10.0-rc5 aarch64_cortex-a53:
  Feed: telephony
    freetdm                      Mon Jan 13 09:04:31 2025 - not installed
Failures don't affect this device, details at
  https://downloads.openwrt.org/releases/faillogs-24.10/aarch64_cortex-a53/

It is safe to proceed with an upgrade
root@aquila:~# opkg list-installed | grep wpad-mesh-mbedtls
wpad-mesh-mbedtls - 2024.09.15~5ace39b0-r1

I had it upgrade and then my router fell out of the mesh because no mesh support in wpad, if I not explicitly add wpad-mesh-mbedtls. Somehow it does not see the installed version?

Also it will just upgrade over and over again with this command line.

@efahl
Copy link
Owner

efahl commented Jan 17, 2025

It should see it, just as you suspect. Could you post up the output from these two commands for me?

owut blob
opkg list-installed wpad*

Thanks.

@marcust
Copy link
Author

marcust commented Jan 17, 2025

root@aquila:~# owut blob
owut {
 "client": "owut/2025.01.06~e623a900-r1",
 "target": "mediatek/filogic",
 "profile": "dlink_aquila-pro-ai-m30-a1",
 "version": "24.10.0-rc5",
 "version_code": "r28304-6dacba30a7",
 "filesystem": "squashfs",
 "diff_packages": true,
 "packages": [
   "iwinfo",
   "liblucihttp",
   "cgi-io",
   "libc",
   "kmod-crypto-gf128",
   "opkg",
   "iw",
   "kmod-crypto-ctr",
   "kmod-nft-fib",
   "vnstat",
   "kmod-nf-flow",
   "kmod-lib-crc-ccitt",
   "getrandom",
   "kmod-phy-aquantia",
   "kmod-pppoe",
   "procd-ujail",
   "base-files",
   "libustream-mbedtls",
   "uboot-envtools",
   "dnsmasq",
   "kmod-crypto-acompress",
   "kmod-mt76-connac",
   "odhcp6c",
   "uci",
   "luci-ssl",
   "dropbear",
   "mtd",
   "odhcpd-ipv6only",
   "kmod-crypto-hw-safexcel",
   "kmod-mt7915e",
   "urandom-seed",
   "ppp",
   "kmod-leds-gpio",
   "kmod-gpio-button-hotplug",
   "logd",
   "luci-app-attendedsysupgrade",
   "ca-certificates",
   "mt7981-wo-firmware",
   "ca-bundle",
   "luci",
   "owut",
   "kmod-mt7981-firmware",
   "kmod-leds-gca230718",
   "kmod-lib-lzo",
   "kernel",
   "iperf3",
   "urngd",
   "ppp-mod-pppoe"
 ]
}

root@aquila:~# opkg list-installed wpad*
wpad-mesh-mbedtls - 2024.09.15~5ace39b0-r1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants