From: "J. Bruce Fields" Subject: Re: nfs-utils-1.1.6 released. Date: Wed, 22 Apr 2009 11:54:27 -0400 Message-ID: <20090422155427.GA8712@fieldses.org> References: <49ECB9E6.4010001@RedHat.com> <49EDFE21.2000007@arx.net> <49EF3A83.50409@RedHat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thanos Chatziathanassiou , Linux NFS Mailing list To: Steve Dickson Return-path: Received: from mail.fieldses.org ([141.211.133.115]:38493 "EHLO pickle.fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751252AbZDVPyb (ORCPT ); Wed, 22 Apr 2009 11:54:31 -0400 In-Reply-To: <49EF3A83.50409-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Wed, Apr 22, 2009 at 11:40:51AM -0400, Steve Dickson wrote: > > > Thanos Chatziathanassiou wrote: > > Installed nfs-utils-1.1.6 and I'm facing an issue: > > > > on the server: > > # cat /etc/exports > > /opt/shared/home > > 192.168.99.0/255.255.255.0(rw,no_root_squash,no_subtree_check,sync) > > > > # cat /var/lib/nfs/etab > > /opt/shared/home > > 192.168.99.0/255.255.255.0(rw,sync,wdelay,hide,nocrossmnt,secure,no_root_squash,no_all_squash,no_subtree_check,secure_locks,acl,anonuid=65534,anongid=65534) > > > > > > on the client: > > # cat /proc/mounts > > nfsip:/opt/shared/home /home nfs > > rw,noatime,vers=3,rsize=8192,wsize=8192,hard,intr,proto=udp,timeo=11,retrans=2,addr=nfsip > > 0 0 > > > > however, everyone (including root) gets mapped to uid 65534 despite > > no_root_squash and no_all_squash...not very useful for a home directory. > > Is there something I'm missing ? > Wow... That is very strange... Might be worth looking at the network traffic to see if some change in the client or in the mountd security negotiation hasn't caused the client to start doing auth_null instead of auth_unix? --b. > > any type of failures in /var/log/messages? > > > Also tried to go back to the previous (1.1.1) nfs-utils, but after > > ``exportfs -ra'' the the server spit a few of those and all mounts froze > > nfs mountd[1115]: /var/lib/nfs/etab:1: unknown keyword "mapping=identity" > I don't see a 'mapping' entry in the above 'cat /var/lib/nfs/etab'? > > steved. > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html