Impossible to install Luci wget error 8

Hi there,

I succesfully run the 'opkg update' command but when trying to install luci I get the following:

root@OpenWrt:/etc/config# opkg install luci
Installing luci (git-20.074.84698-ead5e81) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.074.84698-ead5e81_all.ipk
Installing luci-base (git-21.009.66148-9e4391e) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-base_git-21.009.66148-9e4391e_mipsel_24kc.ipk
Collected errors:
 * opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci-base_git-21.009.66148-9e4391e_mipsel_24kc.ipk, wget returned 8.
 * opkg_install_pkg: Failed to download luci-base. Perhaps you need to run 'opkg update'?
 * opkg_install_cmd: Cannot install package luci.
root@OpenWrt:/etc/config#

I tried to download the package from the browser and it seems missing on server side.

Can someone help to fix this please?
Many thanks in advance.

Looks like the two last buildbot rounds for your device have ended with package upload trouble. Some of the packages have not been updated.

https://buildbot.openwrt.org/master/packages/builders/mipsel_24kc

Hopefully the currently ongoing build round will succeed.

3 Likes

ok.. things have changed... I do not get the same error message but the following one:

root@OpenWrt:~# opkg install luci
Installing luci (git-20.074.84698-ead5e81) to root...
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.074.84698-ead5e81_all.ipk
Installing libiwinfo20210106 (2021-01-06-23d2722b-1) to root...
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/libiwinfo20210106_2021-01-06-23d2722b-1_mipsel_24kc.ipk
Collected errors:
 * check_data_file_clashes: Package libiwinfo20210106 wants to install file /usr/share/libiwinfo/hardware.txt
        But that file is already provided by package  * libiwinfo20200105
 * opkg_install_cmd: Cannot install package luci.

I removed the file /usr/share/libiwinfo/hardware.txt and relaunched the command "opkg install luci" and it worked like a charm.

Thanks for your help (whover he/she is :))

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