Am Sonntag, 15. März 2009 schrieb Henry Jensen:
> Hello,
>
> I upgraded from Samba 3.0.34 to 3.2.8 on Debian Etch, using the packges from
> SerNet
> (enterprisesamba.com). I get the following error message in the logs since
> then:
>
> smbd/dosmode.c:get_ea_dos_attribute(208)
> get_ea_dos_attributes: Cannot get attribute from EA on file .: Error =
> Operation not supported
>
> Any idea what is going on?
>
> Regrds,
>
> Henry
it looks like you are using
store dos attributes = Yes
on a file system which does not support *nix xattr or is not mounted
with the right options. A working /etc/fstab entry could look like:
/dev/sda10 /ext3 ext3 acl,user_xattr 1 2
Additionally, to avoid any mappings of DOS attributes to unix file
permissions, use the following in smb.conf:
ea support = yes
store dos attributes = Yes
map archive = No
map hidden = No
map system = No
map readonly = No
Cheers, Günter
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba