Hi,
Did a "opkg update;opkg upgrade" today and had to remove "/etc/init.d/functions.initscripts" before the upgrade was able to finish without errors.
But, the nfsserver stopped working after that:
# sh nfsserver status
/usr/sbin/rpc.mountd is stopped
nfsd is stopped
# sh nfsserver start
creating NFS state directory: done
starting 8 nfsd kernel threads: rpc.nfsd: Setting version failed: errno 22 (Invalid argument)
rpc.nfsd: writing fd to kernel failed: errno 146 (Connection refused)
rpc.nfsd: unable to set any sockets for nfsd
done
starting mountd: Cannot register service: RPC: Unable to receive; errno = Connection refused
done
starting statd: done
# sh nfsserver status
/usr/sbin/rpc.mountd is stopped
nfsd is stopped
The rpc.nfsd seems to incompatible with the current kernel modules... Or? Any clue?
P.