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 amcnabb
Recipients amcnabb, hynek, neologix, r.david.murray
Date 2012-05-16.17:59:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337191187.19.0.598667221984.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
Some interesting information. If I do `os.mkdir('/net/prodigy/tmp')`, it gives "OSError: [Errno 13] Permission denied: '/net/prodigy/tmp'". However, if I instead do `os.mkdir('/net/prodigy/tmp/hi')`, it succeeds. (Note that I'm being careful to start from a fresh unmounted state in both cases).

I will post straces in a few minutes.
History
Date User Action Args
2012-05-16 17:59:47amcnabbsetrecipients: + amcnabb, r.david.murray, neologix, hynek
2012-05-16 17:59:47amcnabbsetmessageid: <1337191187.19.0.598667221984.issue14702@psf.upfronthosting.co.za>
2012-05-16 17:59:46amcnabblinkissue14702 messages
2012-05-16 17:59:46amcnabbcreate