NFS change ownership issue . Always nobody on client

Thomas Taylor boomstk at gmail.com
Sun Aug 23 12:05:12 UTC 2015


Is there an account on the client called contentmanager ? with a gid of 506?

On Sun, Aug 23, 2015, 02:16 Zama Ques <queszama at yahoo.in> wrote:

>
>
>
>
>
>
>
> We are accessing NFS mounts across three hosts. The issue for us is that
> when we change the ownership of a directory on NFS mount on the server,
> the ownership changes are not taking place on the client. It is getting
> changed to nobody on the client. The issue can be seen for a particular
> user , for other users it is working fine. The user in question is the
> following user.
>
> $ id contentmanager
> uid=506(contentmanager) gid=500(admin) groups=500(admin)
>
> UID is same on both client and server machines.
> Also, if we change the ownership to contentmanager manually on the
> client, it is getting changed to nobody user. But if changed to some
> other user, it works fine.
> Please find /etc/exports for the particular directory on the server.
>
> /shareddata/share       *(rw,no_root_squash,sync)
>
> On the client machine, it is mounted as follows
>
> lnxq-004:/shareddata/share  /data/share  nfs   vers=3,rw   0  0
>
> Example on the Server:
>
> $ sudo chown contentmanager test
> $ ls -l
> -rw-rw-r--  1 contentmanager admin    0 Aug 20 23:08 test
>
> $ ls -ln test
>  -rw-rw-r-- 1 506 500 0 Aug 20 23:08 test
>
>
> Example on the Client:
>
> $ ls -l
> -rw-rw-r--  1 nobody admin    0 Aug 20 23:08 test
>
> $ ls -ln test
> -rw-rw-r-- 1 99 500 0 Aug 20 23:08 test
>
> This is the issue where the ownership is not getting changed to
> contentmanager
> --
> redhat-sysadmin-list mailing list
> redhat-sysadmin-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-sysadmin-list/attachments/20150823/b4eb609b/attachment.htm>


More information about the redhat-sysadmin-list mailing list