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 hynek
Recipients amcnabb, hynek, neologix, r.david.murray
Date 2012-05-17.18:59:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337281143.18.0.595997970686.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
If I read it correctly, we _do_ a stat:

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

ISTM that this is a different problem altogether, or am I missing something?

If mkdir'ing of deeper directories works, it sounds like a race condition to me.
History
Date User Action Args
2012-05-17 18:59:03hyneksetrecipients: + hynek, amcnabb, r.david.murray, neologix
2012-05-17 18:59:03hyneksetmessageid: <1337281143.18.0.595997970686.issue14702@psf.upfronthosting.co.za>
2012-05-17 18:59:02hyneklinkissue14702 messages
2012-05-17 18:59:02hynekcreate