Amazing. I'm starting to wonder if my extroot is causing this problem. Maybe keeping settings during upgrade is a bad idea. I wonder how the dependencies are checked during package installation. I got to the point where I needed python and flexget so extroot on /overlay was the only option. Too bad OpenWRT/LEDE does a really bad job on supporting upgrading with extroot. There's a lot of manual labor required.
Thanks for confirming my initial suspicion, now I need to figure out why the dependcies are broken on my installation.
Would you mind installing nfs-kernel-server? Just need to know for a fact that it's working.
BTW, oi is my alias for opkg install.
Cheers!
No problem Redferne. Appears to have installed.
root@lede:~# opkg list |grep nfs-kernel-server
nfs-kernel-server - 1.3.4-1 - Kernel NFS server support
nfs-kernel-server-utils - 1.3.4-1 - NFS server utils
root@lede:~# opkg install nfs-kernel-server
Installing nfs-kernel-server (1.3.4-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/packages/arm_cortex-a9_vfpv3/packages/nfs-kernel-server_1.3.4-1_arm_cortex-a9_vfpv3.ipk.
Installing libwrap (7.6-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/packages/arm_cortex-a9_vfpv3/packages/libwrap_7.6-1_arm_cortex-a9_vfpv3.ipk.
Installing libblkid (2.28-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/packages/arm_cortex-a9_vfpv3/base/libblkid_2.28-1_arm_cortex-a9_vfpv3.ipk.
Installing librpc (2015-11-04-a921e3de-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/packages/arm_cortex-a9_vfpv3/base/librpc_2015-11-04-a921e3de-1_arm_cortex-a9_vfpv3.ipk.
Installing kmod-fs-nfsd (4.4.39-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/targets/mvebu/generic/packages/kmod-fs-nfsd_4.4.39-1_arm_cortex-a9_vfpv3.ipk.
Installing kmod-fs-nfs-common (4.4.39-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/targets/mvebu/generic/packages/kmod-fs-nfs-common_4.4.39-1_arm_cortex-a9_vfpv3.ipk.
Installing kmod-fs-exportfs (4.4.39-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/targets/mvebu/generic/packages/kmod-fs-exportfs_4.4.39-1_arm_cortex-a9_vfpv3.ipk.
Installing kmod-fs-nfs (4.4.39-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/targets/mvebu/generic/packages/kmod-fs-nfs_4.4.39-1_arm_cortex-a9_vfpv3.ipk.
Installing kmod-dnsresolver (4.4.39-1) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/targets/mvebu/generic/packages/kmod-dnsresolver_4.4.39-1_arm_cortex-a9_vfpv3.ipk.
Installing portmap (6.0-4) to root...
Downloading https://davidc502sis.dynamic-dns.net/snapshots/r2695/packages/arm_cortex-a9_vfpv3/packages/portmap_6.0-4_arm_cortex-a9_vfpv3.ipk.
Configuring kmod-fs-nfs-common.
Configuring kmod-fs-exportfs.
Configuring kmod-fs-nfsd.
Configuring libblkid.
Configuring libwrap.
Configuring librpc.
Configuring portmap.
Configuring kmod-dnsresolver.
Configuring kmod-fs-nfs.
Configuring nfs-kernel-server.
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/mnt".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
exportfs: /mnt does not support NFS export
root@lede:~#
(Last edited by davidc502 on 31 Dec 2016, 00:03)