System:
Code: Select all
Linux myHostname 4.8.0-1-amd64 #1 SMP Debian 4.8.5-1 (2016-10-28) x86_64 GNU/Linux
Code: Select all
#mount -a
192.168.0.4:/home/test on /home/test type nfs4 (rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.10,local_lock=none,addr=192.168.0.4)
Code: Select all
xnview picture.jpg
xnview opens the file and shows the picture, but if i try to close xnview it hung up with the repeating message "setNativeLocks failed"
Code: Select all
########################################
############### UPDATE MENU ############
########################################
## BaseViewWindow :: ~BaseViewWindow()
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
ThumbLoaderThread :: stop()
### ThumbLoaderThread :: stop() ok
######ThumbLoaderThread :: run : 2aa1ca0 OK
QMutex: destroying locked mutex
## BaseViewWindow :: ~BaseViewWindow() ok
AbstractViewWindow :: ~AbstractViewWindow()
BitmapLoadThread :: stop()
setNativeLocks failed: Die Ressource ist zur Zeit nicht verfügbar
setNativeLocks failed: Die Ressource ist zur Zeit nicht verfügbar
setNativeLocks failed: Die Ressource ist zur Zeit nicht verfügbar
setNativeLocks failed: Die Ressource ist zur Zeit nicht verfügbar
^C
Any idea's?
[edit] the "local_lock" mount-Option ist not used in NFSv4, because NFSv4 includes serverside filelocking.