I have share that is available by NFS and CIFS with Apply Default Permissions so ACLs are enabled.
After upgrade from 9.2.1.6->9.2.1.7 I get errors when creating file locks on the NFS share
For example:
I have no problem copying/writing/deleting files so it seems it is just related to locks.
If I remove ACLs the problem no longer happens. Is this a bug?
Code:
$ getfacl . # file: . # owner: user # group: Users owner@:rwxpDdaARWcCos:fd----:allow group@:rwxpDdaARWcCos:fd----:allow everyone@:r-x---a-R-c---:fd----:allow
After upgrade from 9.2.1.6->9.2.1.7 I get errors when creating file locks on the NFS share
For example:
Code:
$ vim somefile E325: ATTENTION Found a swap file by the name ".somefile.swp" owned by: user dated: Fri Sep 5 17:12:15 2014 [cannot be read] While opening file "somefile" $ ls -la -rwxrwxr-x 1 user Users 0 Sep 5 17:12 .somefile.swo -rwxrwxr-x 1 user Users 0 Sep 5 17:12 .somefile.swp
I have no problem copying/writing/deleting files so it seems it is just related to locks.
If I remove ACLs the problem no longer happens. Is this a bug?