Date: Sun, 2 Dec 2012 00:25:54 GMT From: rmacklem@FreeBSD.org To: jas@cse.yorku.ca, rmacklem@FreeBSD.org, freebsd-net@FreeBSD.org Subject: Re: kern/173479: [nfs] chown and chgrp operations fail between FreeBSD 9.1RC3 NFSv4 server and RH63 NFSv4 client Message-ID: <201212020025.qB20Ps1L006654@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [nfs] chown and chgrp operations fail between FreeBSD 9.1RC3 NFSv4 server and RH63 NFSv4 client State-Changed-From-To: open->closed State-Changed-By: rmacklem State-Changed-When: Sun Dec 2 00:20:25 UTC 2012 State-Changed-Why: This bug is caused by Linux 3.3 or greater kernels defaulting to using numeric uids/gids in the owner and owner_group strings. Support for this is defined in an internet draft that has not yet been published as an RFC. To swich the Linux server to the old behaviour you may: - create /etc/modprobe.d - put a file in there called nfs.conf with the following line in it options nfs nfs4_disable_idmapping=N Support for this new behaviour was added to head as r240720 and has been MFC'd to stable/8 and stable/9. http://www.freebsd.org/cgi/query-pr.cgi?pr=173479
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212020025.qB20Ps1L006654>