sahlberg / libnfs-python

Python bindings for libnfs
GNU Lesser General Public License v2.1
64 stars 34 forks source link

NFS.listdir waits indefinitely #38

Open jmicho opened 4 years ago

jmicho commented 4 years ago
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import libnfs as nfs
>>> x = nfs.NFS('nfs://192.168.10.165/volume1/data/')
>>> x.listdir('.')

The share is at the same time mounted via os and it works fine.

OS: Ubuntu 20.04 libnfs (os): 4.0.0-1 libnfs (python): 1.0.post4