[Samba] archlinux samba4 provision error

Stuart Naylor stuartiannaylor at thursbygarden.org
Tue Jul 8 12:10:20 MDT 2014


UUID=c69b2854-92a6-4c57-929e-143182ad7835	/         	ext4      	rw,relatime,data=ordered	0 1

Thats my Archlinux fstab entry

Archlinux user_xattr,acl are defaults so I don't have them declared.

So samba4 is up and running for me.

Is that the very latest versions as that is the one I am running.

Think you might have to do the only downside to Arch and go through the system install again or try with just the defaults.

Stuart
 
 
-----Original message-----
> From:shadrock uhuru <niyalevi at gmail.com>
> Sent: Monday 7th July 2014 19:33
> To: samba at lists.samba.org
> Subject: [Samba] archlinux samba4 provision error
> 
> Hi everyone
> 
> archlinux Release: 2014.06.01
> 
> using the information on
> https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller
> 
> to install my Active Directory Domain Controller, i provision with :-
> samba-tool domain provision --use-rfc2307 --interactive --use-xattrs=yes
> Realm [LOCALDOMAIN]: SAT.CO.UK
> Domain [SAT]:
> Server Role (dc, member, standalone) [dc]:
> DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE)
> [SAMBA_INTERNAL]:
> DNS forwarder IP address (write 'none' to disable forwarding) [10.4.1.2]:
> Administrator password:
> Retype password:
> 
> which gives me the following error output :-
> 
> 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/lib/python2.7/site-packages/samba/netcmd/domain.py", line
> 398, in run
>     use_rfc2307=use_rfc2307, skip_sysvolacl=False)
>   File "/usr/lib/python2.7/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.").
> 
> this my fstab file.
> 
> cat /etc/fstab
> # /dev/sda1
> UUID=6d501e92-b7be-4885-b6ce-4facd647623e    /             ext4         
> rw,relatime,data=ordered,user_xattr,acl,barrier=1    0 1
> 
> # /dev/sda2
> UUID=fa951f67-d09c-412e-8d8a-07020863e3f0    /home         ext4         
> rw,relatime,data=ordered,user_xattr,acl,barrier=1    0 2
> 
> and this is the test i did to confirm my acl was working.
> 
> tune2fs -l /dev/sda1 | grep "Default mount options:"
> Default mount options:    user_xattr acl
> tune2fs -l /dev/sda2 | grep "Default mount options:"
> Default mount options:    user_xattr acl
> 
> setfacl and getfacl work as expected.
> -------
> 
> can anyone provide me with an solution to my problem.
> thanks
> shadrock
> 
> 
> 


More information about the samba mailing list