That was really helpful, thank you so much. What was the exact problem? Does that command set the subnet ip? Now opkg update
works, but opkg install luci
yields:
root@OpenWrt:~# opkg install luci
Installing luci (git-20.074.84698-ead5e81) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.074.84698-ead5e81_all.ipk
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for luci:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* opkg_install_cmd: Cannot install package luci.
I guessed I had to upgrade, so tried opkg upgrade to find there's no such option. Searching on stackoverflow found:
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
But that gave a lot of errors while upgrading:
root@OpenWrt:~# opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade
Upgrading opkg on root from 2020-05-07-f2166a89-1 to 2020-11-25-66f458de-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/opkg_2020-11-25-66f458de-1_mipsel_24kc.ipk
Upgrading ubus on root from 2020-02-05-171469e3-1 to 2020-12-04-d1d9ddf9-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/ubus_2020-12-04-d1d9ddf9-1_mipsel_24kc.ipk
Upgrading libuci20130104 on root from 2020-04-24-ec8d3233-3 to 2020-10-06-52bbc99f-3...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libuci20130104_2020-10-06-52bbc99f-3_mipsel_24kc.ipk
Upgrading busybox on root from 1.31.1-1 to 1.31.1-7...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/busybox_1.31.1-7_mipsel_24kc.ipk
Error loading shared library libjson-c.so.5: No such file or directory (needed by /bin/ubus)
Error loading shared library libjson-c.so.5: No such file or directory (needed by /bin/ubus)
Upgrading kmod-nf-reject6 on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-reject6_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-nf-flow on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-flow_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-lib-crc-ccitt on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-lib-crc-ccitt_5.4.81-1_mipsel_24kc.ipk
Upgrading getrandom on root from 2019-12-31-0e34af14-3 to 2020-10-25-9ef88681-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/getrandom_2020-10-25-9ef88681-1_mipsel_24kc.ipk
Upgrading kmod-pppoe on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-pppoe_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-pppox on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-pppox_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-ipt-conntrack on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-ipt-conntrack_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-nf-reject on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-reject_5.4.81-1_mipsel_24kc.ipk
Upgrading base-files on root from 222-r13499-7b4877c204 to 239-r15165-66d12ce667...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/base-files_239-r15165-66d12ce667_mipsel_24kc.ipk
procd was autoinstalled and is now orphaned, removing.
Removing package procd from root...
/etc/rc.common: .: line 115: can't open '/lib/functions/procd.sh': No such file or directory
/etc/rc.common: .: line 115: can't open '/lib/functions/procd.sh': No such file or directory
umount: devpts busy - remounted read-only
umount: tmpfs busy - remounted read-onlyroot@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/kmods/5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/kmods/5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/freifunk/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/freifunk/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz
Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz
Collected errors:
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/kmods/5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/freifunk/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/routing/Packages.gz, wget returned 1.
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/telephony/Packages.gz, wget returned 1.
umount: can't remount overlayfs:/overlay read-only
umount: can't remount tmpfs read-only
umount: proc busy - remounted read-only
Upgrading kmod-nf-nat on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-nat_5.4.81-1_mipsel_24kc.ipk
Upgrading netifd on root from 2020-06-04-db275e12-1 to 2020-11-30-42c48866-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/netifd_2020-11-30-42c48866-1_mipsel_24kc.ipk
Installing libnl-tiny1 (2020-08-05-c291088f-1) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libnl-tiny1_2020-08-05-c291088f-1_mipsel_24kc.ipk
Upgrading dnsmasq on root from 2.81-3 to 2.82-10...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/dnsmasq_2.82-10_mipsel_24kc.ipk
/etc/rc.common: .: line 125: can't open '/lib/functions/procd.sh': No such file or directory
Installing procd (2020-12-04-6acc48c7-2) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/procd_2020-12-04-6acc48c7-2_mipsel_24kc.ipk
Installing libjson-c5 (0.15-1) to root...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libjson-c5_0.15-1_mipsel_24kc.ipk
Upgrading libuclient20160123 on root from 2020-02-15-af585dbd-1 to 2020-06-17-c6609861-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libuclient20160123_2020-06-17-c6609861-1_mipsel_24kc.ipk
Upgrading ubusd on root from 2020-02-05-171469e3-1 to 2020-12-04-d1d9ddf9-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/ubusd_2020-12-04-d1d9ddf9-1_mipsel_24kc.ipk
Upgrading firewall on root from 2019-11-22-8174814a-1 to 2020-09-05-8c2f9fad-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/firewall_2020-09-05-8c2f9fad-1_mipsel_24kc.ipk
Warning: Unable to locate ipset utility, disabling ipset support
* Flushing IPv4 filter table
* Flushing IPv4 nat table
* Flushing IPv4 mangle table
* Flushing IPv6 filter table
* Flushing IPv6 mangle table
Upgrading kmod-nf-ipt on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-ipt_5.4.81-1_mipsel_24kc.ipk
Upgrading ubi-utils on root from 2.1.1-1 to 2.1.2-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/ubi-utils_2.1.2-1_mipsel_24kc.ipk
Upgrading kmod-ip6tables on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-ip6tables_5.4.81-1_mipsel_24kc.ipk
Upgrading odhcp6c on root from 2020-03-28-f575351c-16 to 2020-12-03-faed29aa-16...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/odhcp6c_2020-12-03-faed29aa-16_mipsel_24kc.ipk
Upgrading fstools on root from 2020-05-12-84269037-1 to 2020-10-16-f25ab8a8-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/fstools_2020-10-16-f25ab8a8-1_mipsel_24kc.ipk
Upgrading uclient-fetch on root from 2020-02-15-af585dbd-1 to 2020-06-17-c6609861-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/uclient-fetch_2020-06-17-c6609861-1_mipsel_24kc.ipk
Upgrading uci on root from 2020-04-24-ec8d3233-3 to 2020-10-06-52bbc99f-3...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/uci_2020-10-06-52bbc99f-3_mipsel_24kc.ipk
Upgrading libubox20191228 on root from 2020-05-25-66195aee-1 to 2020-08-06-9e52171d-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libubox20191228_2020-08-06-9e52171d-1_mipsel_24kc.ipk
Upgrading dropbear on root from 2019.78-5 to 2020.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/dropbear_2020.81-1_mipsel_24kc.ipk
Upgrading mtd on root from 25 to 26...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/mtd_26_mipsel_24kc.ipk
Upgrading odhcpd-ipv6only on root from 2020-05-04-5ce07702-3 to 2020-11-15-fb55e803-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/odhcpd-ipv6only_2020-11-15-fb55e803-1_mipsel_24kc.ipk
Installing libnl-tiny1 (2020-08-05-c291088f-1) to root...
Upgrading urandom-seed on root from 1.0-1 to 2...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/urandom-seed_2_mipsel_24kc.ipk
Upgrading ppp on root from 2.4.8.git-2020-05-25-2 to 2.4.8.git-2020-10-03-2...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/ppp_2.4.8.git-2020-10-03-2_mipsel_24kc.ipk
Upgrading kmod-leds-gpio on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-leds-gpio_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-gpio-button-hotplug on root from 5.4.43-3 to 5.4.81-3...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-gpio-button-hotplug_5.4.81-3_mipsel_24kc.ipk
Upgrading logd on root from 2019-12-31-0e34af14-3 to 2020-10-25-9ef88681-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/logd_2020-10-25-9ef88681-1_mipsel_24kc.ipk
Upgrading libjson-script on root from 2020-05-25-66195aee-1 to 2020-08-06-9e52171d-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libjson-script_2020-08-06-9e52171d-1_mipsel_24kc.ipk
Upgrading libblobmsg-json on root from 2020-05-25-66195aee-1 to 2020-08-06-9e52171d-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libblobmsg-json_2020-08-06-9e52171d-1_mipsel_24kc.ipk
Upgrading jshn on root from 2020-05-25-66195aee-1 to 2020-08-06-9e52171d-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/jshn_2020-08-06-9e52171d-1_mipsel_24kc.ipk
Upgrading kmod-ipt-core on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-ipt-core_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-ppp on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-ppp_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-nf-conntrack on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-conntrack_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-nf-ipt6 on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-ipt6_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-nf-conntrack6 on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-nf-conntrack6_5.4.81-1_mipsel_24kc.ipk
Upgrading ubox on root from 2019-12-31-0e34af14-3 to 2020-10-25-9ef88681-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/ubox_2020-10-25-9ef88681-1_mipsel_24kc.ipk
Removing obsolete file /sbin/lsmod.
Removing obsolete file /sbin/modprobe.
Removing obsolete file /sbin/rmmod.
Removing obsolete file /sbin/insmod.
Removing obsolete file /sbin/modinfo.
Upgrading libubus20191227 on root from 2020-02-05-171469e3-1 to 2020-12-04-d1d9ddf9-1...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/libubus20191227_2020-12-04-d1d9ddf9-1_mipsel_24kc.ipk
Upgrading kmod-ipt-offload on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-ipt-offload_5.4.81-1_mipsel_24kc.ipk
Upgrading kmod-slhc on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-slhc_5.4.81-1_mipsel_24kc.ipk
Upgrading ppp-mod-pppoe on root from 2.4.8.git-2020-05-25-2 to 2.4.8.git-2020-10-03-2...
Downloading http://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/ppp-mod-pppoe_2.4.8.git-2020-10-03-2_mipsel_24kc.ipk
Upgrading kmod-ipt-nat on root from 5.4.43-1 to 5.4.81-1...
Downloading http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/packages/kmod-ipt-nat_5.4.81-1_mipsel_24kc.ipk
Configuring libubox20191228.
Configuring libuclient20160123.
Configuring uclient-fetch.
Configuring opkg.
Configuring libubus20191227.
Configuring libjson-c5.
Configuring libblobmsg-json.
Configuring ubusd.
Configuring ubus.
Configuring libuci20130104.
Configuring busybox.
Failed to connect to ubus
Failed to connect to ubus
Failed to parse json data: unexpected end of data
Failed to connect to ubus
Configuring getrandom.
Configuring jshn.
Configuring ubi-utils.
Configuring ubox.
Configuring fstools.
Configuring base-files.
sysctl: error setting key 'vm.min_free_kbytes': Read-only file system
/etc/rc.common: line 32: can't create /proc/sys/net/ipv6/conf/default/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/all/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/br-lan/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/default/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/eth0/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/lan1/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/lan2/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/lo/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/wan/accept_ra: Read-only file system
sysctl: error setting key 'kernel.panic': Read-only file system
sysctl: error setting key 'kernel.core_pattern': Read-only file system
sysctl: error setting key 'fs.suid_dumpable': Read-only file system
sysctl: error setting key 'fs.protected_hardlinks': Read-only file system
sysctl: error setting key 'fs.protected_symlinks': Read-only file system
sysctl: error setting key 'net.ipv4.conf.default.arp_ignore': Read-only file system
sysctl: error setting key 'net.ipv4.conf.all.arp_ignore': Read-only file system
sysctl: error setting key 'net.ipv4.ip_forward': Read-only file system
sysctl: error setting key 'net.ipv4.icmp_echo_ignore_broadcasts': Read-only file system
sysctl: error setting key 'net.ipv4.icmp_ignore_bogus_error_responses': Read-only file system
sysctl: error setting key 'net.ipv4.igmp_max_memberships': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_fin_timeout': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_keepalive_time': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_syncookies': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_timestamps': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_sack': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_dsack': Read-only file system
sysctl: error setting key 'net.ipv6.conf.default.forwarding': Read-only file system
sysctl: error setting key 'net.ipv6.conf.all.forwarding': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_acct': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_checksum': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_max': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_tcp_timeout_established': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_udp_timeout': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_udp_timeout_stream': Read-only file system
/etc/rc.common: eval: line 23: can't create /proc/sys/kernel/hostname: Read-only file system
Failed to connect to ubus
Failed to connect to ubus
sysctl: error setting key 'vm.min_free_kbytes': Read-only file system
/etc/rc.common: line 32: can't create /proc/sys/net/ipv6/conf/default/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/all/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/br-lan/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/default/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/eth0/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/lan1/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/lan2/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/lo/accept_ra: Read-only file system
/etc/rc.common: line 34: can't create /proc/sys/net/ipv6/conf/wan/accept_ra: Read-only file system
sysctl: error setting key 'kernel.panic': Read-only file system
sysctl: error setting key 'kernel.core_pattern': Read-only file system
sysctl: error setting key 'fs.suid_dumpable': Read-only file system
sysctl: error setting key 'fs.protected_hardlinks': Read-only file system
sysctl: error setting key 'fs.protected_symlinks': Read-only file system
sysctl: error setting key 'net.ipv4.conf.default.arp_ignore': Read-only file system
sysctl: error setting key 'net.ipv4.conf.all.arp_ignore': Read-only file system
sysctl: error setting key 'net.ipv4.ip_forward': Read-only file system
sysctl: error setting key 'net.ipv4.icmp_echo_ignore_broadcasts': Read-only file system
sysctl: error setting key 'net.ipv4.icmp_ignore_bogus_error_responses': Read-only file system
sysctl: error setting key 'net.ipv4.igmp_max_memberships': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_fin_timeout': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_keepalive_time': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_syncookies': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_timestamps': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_sack': Read-only file system
sysctl: error setting key 'net.ipv4.tcp_dsack': Read-only file system
sysctl: error setting key 'net.ipv6.conf.default.forwarding': Read-only file system
sysctl: error setting key 'net.ipv6.conf.all.forwarding': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_acct': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_checksum': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_max': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_tcp_timeout_established': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_udp_timeout': Read-only file system
sysctl: error setting key 'net.netfilter.nf_conntrack_udp_timeout_stream': Read-only file system
Configuring dnsmasq.
Failed to connect to ubus
Failed to connect to ubus
Failed to connect to ubus
Configuring libjson-script.
Configuring procd.
Configuring firewall.
Warning: Failed to connect to ubus
Warning: Unable to locate ipset utility, disabling ipset support
Warning: Section @zone[0] (lan) cannot resolve device of network 'lan'
Warning: Section @zone[1] (wan) cannot resolve device of network 'wan'
Warning: Section @zone[1] (wan) cannot resolve device of network 'wan6'
* Populating IPv4 filter table
* Rule 'Allow-DHCP-Renew'
* Rule 'Allow-Ping'
* Rule 'Allow-IGMP'
* Rule 'Allow-IPSec-ESP'
* Rule 'Allow-ISAKMP'
* Forward 'lan' -> 'wan'
* Zone 'lan'
* Zone 'wan'
* Populating IPv4 nat table
* Zone 'lan'
* Zone 'wan'
* Populating IPv4 mangle table
* Zone 'lan'
* Zone 'wan'
* Populating IPv6 filter table
* Rule 'Allow-DHCPv6'
* Rule 'Allow-MLD'
* Rule 'Allow-ICMPv6-Input'
* Rule 'Allow-ICMPv6-Forward'
* Rule 'Allow-IPSec-ESP'
* Rule 'Allow-ISAKMP'
* Forward 'lan' -> 'wan'
* Zone 'lan'
* Zone 'wan'
* Populating IPv6 mangle table
* Zone 'lan'
* Zone 'wan'
* Set tcp_ecn to off
! Unable to write value: Read-only file system
* Set tcp_syncookies to on
! Unable to write value: Read-only file system
* Set tcp_window_scaling to on
! Unable to write value: Read-only file system
* Running script '/etc/firewall.user'
Failed to connect to ubus
Configuring odhcp6c.
Configuring uci.
Configuring dropbear.
Failed to connect to ubus
Configuring mtd.
Configuring urandom-seed.
Failed to connect to ubus
Configuring ppp.
Configuring logd.
Failed to connect to ubus
Configuring ppp-mod-pppoe.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-reject6:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-flow:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-lib-crc-ccitt:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppoe:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-pppox:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-conntrack:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-reject:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* resolve_conffiles: Existing conffile /etc/group is different from the conffile in the new package. The new conffile will be placed at /etc/group-opkg.
* resolve_conffiles: Existing conffile /etc/passwd is different from the conffile in the new package. The new conffile will be placed at /etc/passwd-opkg.
* resolve_conffiles: Existing conffile /etc/shadow is different from the conffile in the new package. The new conffile will be placed at /etc/shadow-opkg.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-nat:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* check_data_file_clashes: Package libnl-tiny1 wants to install file /usr/lib/libnl-tiny.so
But that file is already provided by package * libnl-tiny
* resolve_conffiles: Existing conffile /etc/config/dhcp is different from the conffile in the new package. The new conffile will be placed at /etc/config/dhcp-opkg.
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-ipt:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ip6tables:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* resolve_conffiles: Existing conffile /etc/dropbear/dropbear_rsa_host_key is different from the conffile in the new package. The new conffile will be placed at /etc/dropbear/dropbear_rsa_host_key-opkg.
* check_data_file_clashes: Package libnl-tiny1 wants to install file /usr/lib/libnl-tiny.so
But that file is already provided by package * libnl-tiny
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-leds-gpio:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-gpio-button-hotplug:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-core:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ppp:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-conntrack:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-ipt6:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-nf-conntrack6:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-offload:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-slhc:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-nat:
* kernel (= 5.4.81-1-d6569c402c086a58a5ff4ed4d48c8727)
xargs: opkg: exited with status 255; aborting
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
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ledtrig-default-on found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ledtrig-heartbeat found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ledtrig-netdev found, but incompatible with the architectures configured
* pkg_hash_fetch_best_installation_candidate: Packages for kmod-ledtrig-timer found, but incompatible with the architectures configured
* opkg_download: Failed to download https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/luci/luci_git-20.074.84698-ead5e81_all.ipk, wget returned 1.
* opkg_install_pkg: Failed to download luci. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package luci.
Now even opkg update
fails with multiple *** Failed to download the package list from ...
errors.