Change by Frank Thommen :
--
nosy: -fthommen
___
Python tracker
<https://bugs.python.org/issue34028>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Frank Thommen :
--
nosy: +fthommen
___
Python tracker
<https://bugs.python.org/issue32627>
___
___
Python-bugs-list mailing list
Unsubscribe:
Frank Thommen added the comment:
The configure script doesn't work with a proper openssl installation either.
Even though there is a "lib" directory in the directory given to
--with-openssl=, libssl.so.1.1 isn't found, because there is still a
"-L/lib" missing
Frank Thommen added the comment:
strace gives me the error:
unlink("/mnt/tmpu817xz") = -1 EIO (Input/output error)
But after escalating the issue to our server vendor it turned out that the
problem lies in the filesystem option "nbmand". If this option is set to "
Frank Thommen added the comment:
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 st
Frank Thommen added the comment:
Agreed. If I export from CentOS and mount on CentOS (local or remote) it seems
to work. So this is probably due to our specific fileserver setup or a problem
of the underlying filesystem (zfs).
--
___
Python
Frank Thommen added the comment:
errno:5
strerror: Input/output error
--
___
Python tracker
<http://bugs.python.org/issue22326>
___
___
Python-bugs-list mailin
New submission from Frank Thommen:
Hi,
tempfile.TemporaryFile fails on NFS v4 filesystems.
Assume the following mounts:
$ mount
[...]
psi:/volumes/vol1 on /mnt/nfsv4 type nfs4 (rw,addr=xx.xx.xx.xx)
psi:/volumes/vol1 on /mnt/nfsv3 type nfs (rw,addr=xx.xx.xx.xx)
[...]
$
and the following