g0dsCookie

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

g0dsCookie's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Yes, ACLs were working in 6.9. Don't know if they were also working in <6.8 as I only started using unraid with 6.9 (and now stopped using it because of this bug..)
  2. After upgrading from 6.9.2 to 6.10.0-rc5 all ACLs in /mnt/user stopped working. Hower ACLs on the disks (/mnt/disk[1-6], /mnt/cache) itself are working fine. Disks and Cache are formatted with btrfs (encrypted). Example: g0dscookie@nas:/$ ls /mnt/user/isos ls: cannot open directory '/mnt/user/isos': Permission denied g0dscookie@nas:/$ ls /mnt/disk5/isos Windows proxmox-ve_7.1-2.iso g0dscookie@nas:/$ getfacl /mnt/user/isos getfacl: Removing leading '/' from absolute path names # file: mnt/user/isos # owner: administrator # group: domain\040admins user::rwx user:administrator:rwx group::rwx group:domain\040admins:rwx group:isos\040ro:r-x group:isos\040rw:rwx mask::rwx other::--- default:user::rwx default:user:administrator:rwx default:group::--- default:group:domain\040admins:rwx default:group:isos\040ro:r-x default:group:isos\040rw:rwx default:mask::rwx default:other::--- g0dscookie@nas:/$ getfacl /mnt/disk5/isos getfacl: Removing leading '/' from absolute path names # file: mnt/disk5/isos # owner: administrator # group: domain\040admins user::rwx user:administrator:rwx group::rwx group:domain\040admins:rwx group:isos\040ro:r-x group:isos\040rw:rwx mask::rwx other::--- default:user::rwx default:user:administrator:rwx default:group::--- default:group:domain\040admins:rwx default:group:isos\040ro:r-x default:group:isos\040rw:rwx default:mask::rwx default:other::--- g0dscookie@nas:/$ id uid=1461716048(g0dscookie) gid=1461715457(domain users) groups=1461715457(domain users),1461716076(isos rw),[...] I've already rejoined samba to my Active Directory and reapplied ACLs. /mnt/user seems to be able to read/write ACLs, however it doesn't seem to actually apply them. If I chown the directory to g0dscookie I can access it through /mnt/user/isos. Same with chgrp to "domain users".
  3. Just upgraded from 6.9.2 to 6.10 - RC4 and it seems that all my ACLs are broken. It seems like they are stored and shown but not actually used. Example ACL from one of my directories: root@nas:/mnt/user# getfacl users # file: users # owner: administrator # group: domain\040admins user::rwx user:domain\040admins:rwx user:domain\040users:r-x group::rwx group:administrator:rwx group:domain\040admins:rwx group:domain\040users:r-x mask::rwx other::--- None of my users except the administrator can access this directory even though they are in the "Domain Users" group. Domain join and user lookup still seems to be working and user is definitley in the according group: root@nas:/mnt/user# id g0dscookie uid=1461716048(g0dscookie) gid=1461715457(domain users) groups=1461715457(domain users),[..snip..] Also I cannot access my Unraid Server via IP nor local domain (i.e. https://nas.example.org:8443) anymore since the nginx config now has a catch-all with return 404 in place. Only [hash].unraid.net has a server block which has access to the Web GUI. After downgrading ACLs are working again.