[Samba] CentOS 6.4 Sernet Samba 4.1.3 ad -> no ACL Filesystem ?
Marc Muehlfeld
samba at marc-muehlfeld.de
Mon Dec 30 16:27:15 MST 2013
Hello Marc,
Am 30.12.2013 21:56, schrieb Marc:
> ERROR(<class 'samba.provision.ProvisioningError'>): Provision failed -
> ProvisioningError: Your filesystem or build does not support posix ACLs,
> which s3fs requires. Try the mounting the filesystem with the 'acl'
> option.
> File "/usr/lib64/python2.6/site-packages/samba/netcmd/domain.py",
> line 398, in run
> use_rfc2307=use_rfc2307, skip_sysvolacl=False)
> File
> "/usr/lib64/python2.6/site-packages/samba/provision/__init__.py", line
> 2052, in provision
> raise ProvisioningError("Your filesystem or build does not support
> posix ACLs, which s3fs requires. Try the mounting the filesystem with
> the 'acl' option.")
>
>
> i read somewhere that it checks the filesystem for acl support
> so i remount my filesystems with acl:
> # mount |grep acl
> /dev/mapper/vg_testsystem-lv_root on / type ext4 (rw,acl)
> /dev/sda1 on /boot type ext4 (rw,acl)
Do you just have / and /boot? Or could it be possible, that the
filesystem where your SysVol share will be created is on a different
mountpoint, that isn't mounted with acl support?
Per default on a self compiled Samba, SysVol is in
/usr/local/samba/var/locks/sysvol/ (I don't know where it goes if you
use packages from somehwere). But maybe it's on a mountpoint that is
missing acl support.
Regards,
Marc
More information about the samba
mailing list