From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3DE141386B2 for ; Sat, 26 Jan 2013 16:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE6F221C031; Sat, 26 Jan 2013 16:13:51 +0000 (UTC) Received: from monthu.horus-it.com (monthu.horus-it.com [176.9.43.216]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B0D721C00A for ; Sat, 26 Jan 2013 16:13:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by monthu.horus-it.com (Postfix) with ESMTP id AB669454006F for ; Sat, 26 Jan 2013 17:13:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=seichter.de; h= content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:from:from:date:date:message-id; s=oct2012; t=1359216828; x=1361808829; bh=EFU6yzTCBX8ELOu/vH642 auYlOXsYHenianNBGfsZRA=; b=RKwNXGeX0TLXg+tCu33/iPH5ijOUOYj4hCIpZ BZrwbTU/LHzYh761t75ab5Gv2PO/zTzVkO5G0eaj9FX6Ch+ruMOaHSFGQkF1H9Ob wS6+y0yw/ZtDtxaRYJfldsPaY9DmRYRbsAEJZ+4v6qsNaZIFgIe50ao/ik57Rsnr faQM7I= X-Virus-Scanned: at monthu.horus-it.com Message-ID: <510400BB.5090407@seichter.de> Date: Sat, 26 Jan 2013 17:13:47 +0100 From: Ralph Seichter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Subdirectories on NFS server missing 'executable' permission Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 025109be-2f25-4120-929a-007028af5efa X-Archives-Hash: ef242b16743c67034ec6aeb6ac92da57 Hi list members, I set up Gentoo as an NFS server, and I am experiencing problems with one of my NFS clients. When this specific client creates new directories within the NFS-exported directory, the permissions are 0644 instead of 0755 ('executable' is missing). The client does not allow passing any arguments when mounting a remote directory, so I wonder if this can be fixed on the server side? My exports configuration looks like this: # /etc/exports /mnt/foo 192.168.235.0/24(rw,async,all_squash,no_subtree_check,anonuid=1003,anongid=1003,insecure) /mnt/bar 192.168.235.0/24(rw,sync,no_root_squash,no_subtree_check,anonuid=1003,anongid=1003,insecure) Both /mnt/foo and /mnt/bar were created like this: mkdir /mnt/foo && chown root:root /mnt/foo && chmod 1777 /mnt/foo It does not matter whether the client creates a new directory in /mnt/foo or /mnt/bar, the executable bit is always missing. Your ideas are appreciated. Thanks! -Ralph