From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-144780-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 666D91386E4
	for <garchives@archives.gentoo.org>; Sun, 27 Jan 2013 16:24:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F1BB421C02B;
	Sun, 27 Jan 2013 16:23:52 +0000 (UTC)
Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5E701E05F8
	for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 16:23:51 +0000 (UTC)
Received: by mail-we0-f173.google.com with SMTP id r5so990772wey.4
        for <gentoo-user@lists.gentoo.org>; Sun, 27 Jan 2013 08:23:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=x-received:date:from:to:subject:message-id:in-reply-to:references
         :organization:x-mailer:mime-version:content-type
         :content-transfer-encoding;
        bh=PYJtue6U21/E34J0Kmrvm7UlOe32vjIJWKR3Msa0u9g=;
        b=hMDKxwSMdGxXOWgjgusjJu8+J7bNOjZchv1YbXlD/bYlL3IUrXTOMdiPZu38sOTylw
         jq64oSSF+IPtHMWTRD826bq6hRqdIdIgXX1wguM1YuXfqriFaaS5sRaR2rr1BjugD36m
         uSviXJpuDucLQCeJ1b5dVAX1a17a6LjZD1tg+y14moCHjoxGjbgFWo0AfhgYa/ns429n
         wQf6sMyJup3fSq0H7aHAnBXcjy1mjJ3UjzRBBOmLGH6gSnYu+3P50tWMtKuKQQMl2SoQ
         Ck0Vk0t7NQekmx7y60LkromnD6IyBND+xHAnmLGDuVh84iA1fXri6RoeI99vB+BPyTAz
         ey+A==
X-Received: by 10.180.106.231 with SMTP id gx7mr5688540wib.4.1359303829995;
        Sun, 27 Jan 2013 08:23:49 -0800 (PST)
Received: from khamul.example.com (196-210-100-45.dynamic.isadsl.co.za. [196.210.100.45])
        by mx.google.com with ESMTPS id u6sm8883582wif.2.2013.01.27.08.23.47
        (version=SSLv3 cipher=RC4-SHA bits=128/128);
        Sun, 27 Jan 2013 08:23:48 -0800 (PST)
Date: Sun, 27 Jan 2013 18:23:07 +0200
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Subdirectories on NFS server missing 'executable'
 permission
Message-ID: <20130127182307.58236760@khamul.example.com>
In-Reply-To: <51046CCC.1030508@seichter.de>
References: <510400BB.5090407@seichter.de>
	<20130127010430.03803eaa@khamul.example.com>
	<51046CCC.1030508@seichter.de>
Organization: Internet Solutions
X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-pc-linux-gnu)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Archives-Salt: bcfaaaa6-c317-45ad-9d4e-638449138de0
X-Archives-Hash: 35cb29e264a6f7131fa7e6f8a568dd82

On Sun, 27 Jan 2013 00:54:52 +0100
Ralph Seichter <gentoo-user@seichter.de> wrote:

> On 27.01.13 00:04, Alan McKinnon wrote:
> 
> > What sort of client is this, and what umask is it using?
> 
> The client is an Edision Argus Pingulux Plus satellite receiver.
> 
> [root@stlinux]#uname -a
> Linux stlinux 2.6.32.42_stm24_V4.1-SAT7111_7111-STSDK #56 PREEMPT Tue
> Oct 16 16:17:14 CST 2012 sh4 GNU/Linux
> 
> > That's regular shell umask, not some fancy thing related to fs
> > mounts.
> 
> [root@stlinux]#umask
> 0022
> 
> This umask looks OK to me.
> 
> -Ralph
> 

You config certainly looks right to me, and I don't know of any config
that makes it work differently.

I've always found default permissions on NFS shares to be a difficult
thing to implement. One can do it with POSIX file attributes on the
server but I always found that cumbersome and very susceptible to being
forgotten about

I usually end up running chmod in a cron on the server :-)

-- 
Alan McKinnon
alan.mckinnon@gmail.com