Displaying 1 result from an estimated 1 matches for "mount_newnf".
Did you mean:
mount_newnfs
2013 Aug 02
1
Unlock non existent locks
...a51cc3f444107
Corresponding file may be a message, a maildir, an index, ...
I can experience the same message with a simple fcntl C program which tries to
unlock an NFS file without prior locking of it.
However, the problem occurs only on a FreeBSD client (I tried the old nfs
client and the new (mount_newnfs), not on a 2.6.32-358.11.1.el6.x86_64 CentOS
release 6.4 (Final) Linux release.
So my guess is that dovecot has some safety mechanism which tries to unlock
locked files, maybe after some timeout and that, in the case of a an already
unlocked file, the FreeBSD client sends the unlock RPC request t...