Found this old thread from googling NFS with the sheeva. I used to run NFS years ago, but this is refusing to work:
root@dattaway:/# /etc/init.d/nfs-kernel-server start
* Not starting NFS kernel daemon: no support in current kernel.
I thought this was odd after modprobing nfsd, so...
root@dattaway:/# zcat /proc/config.gz | grep NFS
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFS_V4_1 is not set
CONFIG_ROOT_NFS=y
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y
CONFIG_NFS_COMMON=y
It appears to me nfs server in the kernel, but I can't export any services. What gives?