NFS server installation failed

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. :face_with_symbols_on_mouth:

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.

You're using some butchered up OpenWRT from the hw vendor.

AFAIK your device isn't support by Openwrt.

2 Likes

@frollo Does that mean that the only one to help me is the hw vendor?

1 Like

Yes, that's correct.

1 Like

If you have some time we could try to work out official OpenWrt support, at least whether it is possible with a lot of work....

Yes, please! :frowning:

Does not seem blade interconnect network driver is even in mainline linux. Nor the source of their "openwrt", or firmware images of any kind....

Nope, the MIOP driver responsible for blade-to-blade and blade-to-control-board network traffic has been developed by Mixtile and is closed-source.

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