This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients amcnabb, hynek, loewis, neologix, r.david.murray
Date 2012-05-19.13:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM0rG9DdA-8XyPAFPd9db2nxo_gXqq+5+D-ava+E5fUpCA@mail.gmail.com>
In-reply-to <1337355225.02.0.131829444881.issue14702@psf.upfronthosting.co.za>
Content
> I see no evidence that this is a bug in Linux,

"""
stat("/net/prodigy", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
mkdir("/net/prodigy/tmp", 0777)         = -1 EACCES (Permission denied)
"""

As you can see, a stat() is already done on /net/prodigy.
Event if it wasn't done, calling mkdir() ought to trigger the mount.
So this is *definitely* as bug in autofs.

> and I think it's ridiculous to close it when a trivial one-line fix is available.

Which one-line fix do you propose?

> I won't reopen it because it's obvious no one wants to address this. :(

It's not that we don't want to address this, but rather that we want
to avoid introducing hacks to work around OS bugs.
History
Date User Action Args
2012-05-19 13:57:35neologixsetrecipients: + neologix, loewis, amcnabb, r.david.murray, hynek
2012-05-19 13:57:34neologixlinkissue14702 messages
2012-05-19 13:57:34neologixcreate