public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Ralph Seichter <gentoo-user@seichter.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Subdirectories on NFS server missing 'executable' permission
Date: Sat, 26 Jan 2013 17:13:47 +0100	[thread overview]
Message-ID: <510400BB.5090407@seichter.de> (raw)

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


             reply	other threads:[~2013-01-26 16:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-26 16:13 Ralph Seichter [this message]
2013-01-26 23:04 ` [gentoo-user] Subdirectories on NFS server missing 'executable' permission Alan McKinnon
2013-01-26 23:54   ` Ralph Seichter
2013-01-27 16:23     ` Alan McKinnon
2013-01-27 17:46       ` Ralph Seichter
2013-01-27 18:21         ` Alan McKinnon
2013-01-27 20:09           ` Ralph Seichter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=510400BB.5090407@seichter.de \
    --to=gentoo-user@seichter.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox