SOLVED Why can not I change the permissions?

Status
Not open for further replies.

Cathal

Dabbler
Joined
Dec 21, 2013
Messages
15
I have a strange problem with ZFS permissions that I simply can not find out.

I changed the dataset / private new group and user (from root to nobody, wheel to no group) All dataset persmissions is set to unix.

[root @ storage] / mnt / volume01 # ls -l
drwxrwxrwx 9 nobody nogroup 11 Dec 25 14:34 media/
drwxrwxr-x+ 20 nobody nogroup 31 Dec 25 10:06 private/

I try to get media / to resemble private / but the log says:

December 25 10:55:45 storage Notifier: chmod: /mnt/volume01/private/conf-files/testserver-FreeNAS-9.3-BETA-be89d82-x64-20141125225646.db: Operation not permitted

And it is all files, it does not modify permissions on?

What am I doing wrong? Why can not I change the permissions?

Best regards / Merry Christmas
 

UdoB

Dabbler
Joined
Dec 6, 2014
Messages
39
drwxrwxr-x+ 20 nobody nogroup 31 Dec 25 10:06 private/

The "+" indicates that there are acl entries. Look at them: "getfacl private". Read "man getfacl" and "man setfacl".

If you are sure that they are bogus you might remove them: "setfacl -b -n private".

Best regards
 
Status
Not open for further replies.
Top