[issue14702] os.makedirs breaks under autofs directories

Hynek Schlawack report at bugs.python.org
Thu May 17 20:59:03 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14702>
_______________________________________


More information about the Python-bugs-list mailing list