From owner-freebsd-net@FreeBSD.ORG Fri Apr 16 08:24:27 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EFEE106566C; Fri, 16 Apr 2010 08:24:27 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from mail.zirakzigil.org (mail.zirakzigil.org [82.63.178.63]) by mx1.freebsd.org (Postfix) with ESMTP id 14A7C8FC23; Fri, 16 Apr 2010 08:24:26 +0000 (UTC) Received: from localhost (unknown [192.168.1.2]) by mail.zirakzigil.org (Postfix) with ESMTP id B6DE195D38; Fri, 16 Apr 2010 10:24:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at zirakzigil.org Received: from mail.zirakzigil.org ([192.168.1.2]) by localhost (ext.zirakzigil.org [192.168.1.2]) (amavisd-new, port 10024) with ESMTP id 1R6VECXyl13v; Fri, 16 Apr 2010 10:24:20 +0200 (CEST) Received: from aurynmob2.giulioferro.it (unknown [192.168.1.2]) (Authenticated sender: auryn@zirakzigil.org) by mail.zirakzigil.org (Postfix) with ESMTPA id 7216C95D2C; Fri, 16 Apr 2010 10:24:20 +0200 (CEST) Message-ID: <4BC81EB2.9070107@zirakzigil.org> Date: Fri, 16 Apr 2010 10:24:18 +0200 From: Giulio Ferro User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100223 Thunderbird/3.0.1 MIME-Version: 1.0 To: Rick Macklem References: <4BC72276.6080003@zirakzigil.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-net@freebsd.org" , freebsd-stable@freebsd.org Subject: Re: NFS permission strangeness X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 08:24:27 -0000 On 16.04.2010 02:30, Rick Macklem wrote: >> login as "giulio", but when I try to access that same dir on the >> client machine >> I get: >> $ cd /path/to/root/dir/etc >> (ok) >> $ cd subdir2 >> subdir2/: Permission denied. >> > What happens is that I can access "subdir2" on the server machine when I > > Yes, it should work. I just tried the same thing with a server running > UFS/FFS and it worked fine, so I think that the problem might be ZFS > related. (You will get into trouble with more than 16 groups, since > that is all that AUTH_SYS for Sun RPC handles, but I did 10 like your > example and it worked ok for me, using FreeBSD-CURRENT client/server, > except that my server uses UFS/FFS.) > > Hopefully someone with ZFS expertise can help out here? > > If you can conveniently do the same test using a server that exports > a UFS/FFS file system, that would be helpful w.r.t. isolating the > problem. > > rick Yes, I have more than 16 groups, 22 actually... However I still think this might be a NFS problem, since when I login on the server machine I can access that directory all right, the problem arises only when I try to access that dir in the client machine... Giulio