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 drosera
Recipients drosera, r.david.murray, vstinner
Date 2014-09-09.08:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410251619.4.0.224311113303.issue22326@psf.upfronthosting.co.za>
In-reply-to
Content
It might be an issue of strict ACL mapping (http://wiki.linux-nfs.org/wiki/index.php/ACLs) is implemented.  On our ZFS based NFS v4 server this is the case, on CentOS based NFS v4 servers this doesn't seem to be implemented/enforced.

It becomes then still a Python problem, as tempfile.TemporaryFile is not generally usable any more.
History
Date User Action Args
2014-09-09 08:33:39droserasetrecipients: + drosera, vstinner, r.david.murray
2014-09-09 08:33:39droserasetmessageid: <1410251619.4.0.224311113303.issue22326@psf.upfronthosting.co.za>
2014-09-09 08:33:39droseralinkissue22326 messages
2014-09-09 08:33:39droseracreate