NFS share is running inside jail. Services started by jailname/etc/rc.conf:
Booting from diskless client gave errors and mount NFS on linux client gave error (/ shared on exports for testing):
EDIT:
[facepalm] Do you suppose having disabled support for NFS Server & Client in the kernel config file could have something to do with it? [/facepalm]
Code:
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
rpcbind_enable="YES"
mountd_flags="-r"
mountd_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
# mount -t nfs 192.168.2.1:/ /mnt
Code:
mount.nfs: rpc.statd is not running but is required by for remote locking
mount using '-o nolock' or start rpc.statd
EDIT:
[facepalm] Do you suppose having disabled support for NFS Server & Client in the kernel config file could have something to do with it? [/facepalm]