I have ran into an issue that I cannot seem to figure out after hours of digging. I am currently running an NFSv4 server on FreeBSD 11, I am able to mount the NFS on to a FreeBSD 10 machine as well as a local Linux machine. However I am unable to chown any files to the user nobody.
/etc/rc.conf on the server side:
Code:
root@gw-01:/shared # chown nobody test
No name and/or group mapping for uid,gid:(65534,-1)
chown: test: Operation not permitted
root@gw-01:/shared # chown test test
root@gw-01:/shared #
/etc/rc.conf on the server side:
Code:
nfs_server_enable="YES"
nfsv4_server_enable="YES"
mountd_enable="YES"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
nfsuserd_enable="YES"