Displaying 3 results from an estimated 3 matches for "4facd647623e".
2014 Jul 07
1
archlinux samba provision error
...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,acl,user_xattr,barrier=1 0 1
# /dev/sda2
UUID=fa951f67-d09c-412e-8d8a-07020863e3f0 /home ext4
rw,relatime,data=ordered,acl,user_xattr,barrier=1 0 2
and this is the test i did to confirm my acl was working.
tune2fs...
2014 Jul 07
0
archlinux samba4 provision error
...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...
2014 Jul 08
0
Fwd: archlinux samba provision error
...quot;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,acl,user_xattr,barrier=1 0 1
>>
>> # /dev/sda2
>> UUID=fa951f67-d09c-412e-8d8a-07020863e3f0 /home ext4
>> rw,relatime,data=ordered,acl,user_xattr,barrier=1 0 2
>
>
> Would you...