I've got OpenWRT 23.05 on a MIPS-based Mixtile Cluster Box, which is planned to act as a fileserver in my network. As my old machine is equipped with NFSv4, I'd like to migrate it to my cluster box. But: The attempt to install nfs-kernel-server ended up in unsatisfied dependencies!
mixtile@ClusterBox:~$ sudo opkg install nfs-kernel-server
Unknown package 'nfs-kernel-server'.
Collected errors:
* pkg_hash_check_unresolved: cannot find dependency kmod-dm for libdevmapper-selinux
* pkg_hash_check_unresolved: cannot find dependency kmod-dm for libdevmapper
* pkg_hash_fetch_best_installation_candidate: Packages for libdevmapper found, but incompatible with the architectures configured
* pkg_hash_check_unresolved: cannot find dependency kmod-fs-nfsd for nfs-kernel-server
* pkg_hash_check_unresolved: cannot find dependency kmod-fs-nfs for nfs-kernel-server
* pkg_hash_check_unresolved: cannot find dependency kmod-fs-nfs-v4 for nfs-kernel-server
* pkg_hash_fetch_best_installation_candidate: Packages for nfs-kernel-server found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package nfs-kernel-server.
This is my distfeeds.conf:
src/gz openwrt_core https://downloads.openwrt.org/releases/23.05-SNAPSHOT/targe
ts/ramips/mt7620/packages
src/gz openwrt_base https://downloads.openwrt.org/releases/23.05-SNAPSHOT/packa
ges/mipsel_24kc/base
src/gz openwrt_luci https://downloads.openwrt.org/releases/23.05-SNAPSHOT/packa
ges/mipsel_24kc/luci
src/gz openwrt_packages https://downloads.openwrt.org/releases/23.05-SNAPSHOT/p
ackages/mipsel_24kc/packages
Apparently, none of these repos privede the abovementioned deps. I've found a repo containing these packages, but I don't know whether they are compatible with my OpenWRT installation. The manufacturer of the cluster box, BTW, simply ignored my request. ![]()
These are the most important parameters of my OpenWRT installation:
mixtile@ClusterBox:~/neofetch-7.1.0$ ./neofetch
_______ mixtile@ClusterBox
| |.-----.-----.-----. ------------------
| - || _ | -__| | OS: OpenWrt 23.05-SNAPSHOT mips
|_______|| __|_____|__|__| Host: MC-CLUSTERBOX
|__| Kernel: 5.15.150
________ __ Uptime: 4 hours, 47 mins
| | | |.----.| |_ Packages: 215 (opkg)
| | | || _|| _| Shell: bash 5.2.15
|________||__| |____| Terminal: /dev/pts/8
CPU: MIPS 24KEc V5.0 (1)
Memory: 113MiB / 245MiB
How can I resolve the broken deps? Thank you.