RPCError on luci

After opkg update new ipk on 24.10.
Loign in to luci web page, report:

RPCError

RPC call to luci/getMountPoints failed with error -32000: Object not found
  at handleCallReply (http://192.168.1.1/luci-static/resources/rpc.js?v=25.076.76243~9c000ff:11:3

and I check
https://mirror-03.infra.openwrt.org/releases/24.10.0/packages/x86_64/luci/

Why does so many ipks with version number 25.076**** exist?
Is this the next version beta that was misplaced?

https://openwrt.org/meta/infobox/upgrade_packages_warning

1 Like

So if the software package I use has a 0day vulnerability that needs to be fixed, or the interface l18n is incomplete and was not completed until the last opkg update, I can't use the update function? Is there just a warning article in the wiki?

Although I am using x86_64 device and have two msata hard drives, I can just replace the old one. But other Linux distributions are not so careless. I understand that Openwrt runs many types of devices, but this is Luci, many of them are not related to the device, right? Like luxi-xxxx_all.ipk

then a new fixed release of openwrt would most likely be published.

it would appear so ?

indeed, but they're not designed to run off a 16MB flash chip ..

openwrt is replacing opkg with apk, to be able to provide package dependacies - The future is now: opkg vs apk.

luci
luci-app-adblock
luci-app-banip
luci-app-ddns
luci-app-firewall
luci-app-nlbwmon
luci-app-package-manager
luci-app-statistics
luci-app-wol
luci-base
luci-compat
luci-i18n-adblock-zh-cn
luci-i18n-banip-zh-cn
luci-i18n-base-zh-cn
luci-i18n-ddns-zh-cn
luci-i18n-firewall-zh-cn
luci-i18n-nlbwmon-zh-cn
luci-i18n-package-manager-zh-cn
luci-i18n-privoxy-zh-cn
luci-i18n-statistics-zh-cn
luci-i18n-wol-zh-cn
luci-lib-base
luci-lib-chartjs
luci-lib-ip
luci-lib-ipkg
luci-lib-jsonc
luci-lib-nixio
luci-light
luci-lua-runtime
luci-mod-admin-full
luci-mod-network
luci-mod-status
luci-mod-system
luci-proto-ipv6
luci-proto-ppp
luci-ssl
luci-theme-bootstrap

x86_64_ipk

luci-lib-ip_25.076.76243~9c000ff_x86_64.ipk
luci-lua-runtime_25.076.76243~9c000ff_x86_64.ipk
luci-mod-status_25.076.76243~9c000ff_x86_64.ipk
luci-base_25.076.76243~9c000ff_x86_64.ipk
luci-lib-nixio_25.076.76243~9c000ff_x86_64.ipk
luci-lib-jsonc_25.076.76243~9c000ff_x86_64.ipk

and if I use
'openwrt-imagebuilder-24.10.0-x86-64.Linux-x86_64' to build my ROM.

These packages were also downloaded and installed, and the versions are the same. Does the same error occur when first starting?

if you do an package "update", the newest version of the package will be installed, while creating an image will always provide the package version created at the time of the release.

if you'd create a 24.10 image in 2027, you'll still get the same "stable" packages.

Please tell me where to download the previous version of these packages.
Because the version in
https://downloads.openwrt.org/releases/24.10.0/packages/x86_64/luci/
now is the same as the version I installed(25.076.76243~9c000ff).

By the way, everytime I will
edit .config change this:
CONFIG_TARGET_ROOTFS_PARTSIZE=1024
before run

make image PACKAGES="adblock banip base-files......"

After reboot, works fine now :rofl:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.