Hi,
As in title.
Installing nfs-utils (1.2.8-r0) in OpenPLi 4 results in error and nfs server doesn't work.
Installing nfs-utils (1.2.3-r4) in OpenPLi 3 doesn't depend on kernel-module-nfsd - it doesn't even exist in the repos - and works as intended.
OpenPli 4:
root@vusolo2:~# opkg install nfs-utils
Installing nfs-utils (1.2.8-r0) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-4/mips32el/nfs-utils_1.2.8-r0_mips32el.ipk.
nfs-utils: unsatisfied recommendation for kernel-module-nfsd
Installing libnfsidmap0 (0.25-r0) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-4/mips32el/libnfsidmap0_0.25-r0_mips32el.ipk.
Installing libevent (2.0.21-r1) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-4/mips32el/libevent_2.0.21-r1_mips32el.ipk.
Installing update-rc.d (0.7-r5) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-4/all/update-rc.d_0.7-r5_all.ipk.
Configuring update-rc.d.
Configuring libevent.
Configuring libnfsidmap0.
Configuring nfs-utils.
Adding system startup for /etc/init.d/nfsserver.
creating NFS state directory: done
starting 8 nfsd kernel threads: done
starting mountd: done
starting statd: /usr/sbin/rpc.statd is already running
448
done
OpenPli 3:
root@vusolo2:~# opkg install nfs-utils
Installing nfs-utils (1.2.3-r4) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-3.0/vusolo2/mips32el/nfs-utils_1.2.3-r4_mips32el.ipk.
nfs-utils: unsatisfied recommendation for kernel-module-nfsd
Installing libnfsidmap0 (0.24-r0) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-3.0/vusolo2/mips32el/libnfsidmap0_0.24-r0_mips32el.ipk.
Installing libevent (2.0.16-r1) to root...
Downloading http://downloads.pli-images.org/feeds/openpli-3.0/vusolo2/mips32el/libevent_2.0.16-r1_mips32el.ipk.
Configuring libevent.
Configuring libnfsidmap0.
Configuring nfs-utils.
Adding system startup for /etc/init.d/nfsserver.
creating NFS state directory: done
starting 8 nfsd kernel threads: done
starting mountd: done
starting statd: /usr/sbin/rpc.statd is already running
435
done
Thanks and thank you for such a great image for our machines.