Displaying 20 results from an estimated 267 matches for "streams_xattr".
2015 Dec 28
2
vfs_fruit: cannot remove any file
...dos charset = CP932
log file = /var/log/samba/log.%m
max log size = 50
security = user
passdb backend = smbpasswd
load printers = yes
cups options = raw
[Test 1]
path = /export/test1/
writable = yes
vfs objects = catia fruit streams_xattr
fruit:locking = netatalk
fruit:encoding = native
streams_xattr:prefix = user.
streams_xattr:store_stream_type = no
ea support = yes
If "fruit:locking = netatalk" line is deleted, there is no problem.
--
HAT
2015 Dec 29
2
vfs_fruit: cannot remove any file
...max log size = 50
>> security = user
>> passdb backend = smbpasswd
>> load printers = yes
>> cups options = raw
>> [Test 1]
>> path = /export/test1/
>> writable = yes
>> vfs objects = catia fruit streams_xattr
>> fruit:locking = netatalk
>> fruit:encoding = native
>> streams_xattr:prefix = user.
>> streams_xattr:store_stream_type = no
>> ea support = yes
>>
>>
>> If "fruit:locking = netatalk" line is deleted, there...
2015 Dec 26
3
vfs_fruit: xattr imcompatible with netatalk
On 26/12/15 17:08, HAT wrote:
> Hi,
> I'm testing samba 4.3.3 vfs_fruit on Fedora rawhide.
>
> The EAs are not seen from clients yet.
>
> smb.conf:
> path = /export/test1/
> writable = yes
> vfs objects = catia fruit streams_xattr
> fruit:locking = netatalk
> fruit:encoding = native
> streams_xattr:prefix = user.
> streams_xattr:store_stream_type = no
Is that your entire smb.conf or just the share ?
Rowland
>
> On OS X:
> $ cd ~/test
> $ xattr ICONandEA.txt
>...
2020 May 29
3
Extended attributes not working on mac
...combination which made sense to me. Finally i spent days with figuring out the problem but i have no glue at all.
The current config is basically the example from https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X:
[Global]
min protocol = SMB2
vfs objects = catia fruit streams_xattr
fruit:metadata = stream
fruit:model = MacSamba
fruit:posix_rename = yes
fruit:veto_appledouble = no
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
[Buchhaltung]
vfs objects = catia fruit streams_xattr
path = /home/buchhaltung
read only = No
valid users = martin
-...
2020 Jun 01
1
Extended attributes not working on mac
...opion samba tries to access the non existent double files.
> Samba is now probably writing the data in a netatalk compliant way in the extended attributes of the file but is not reading it.
>
> new configuration:
>
> [Global]
> min protocol = SMB2
> vfs objects = catia fruit streams_xattr
> fruit:metadata = stream
> fruit:resource = stream
> fruit:encoding = native
> fruit:model = MacSamba
> fruit:posix_rename = yes
> fruit:veto_appledouble = no
> fruit:wipe_intentionally_left_blank_rfork = yes
> fruit:delete_empty_adfiles = yes
> streams_xattr:prefix =
&...
2015 Dec 26
1
vfs_fruit: xattr imcompatible with netatalk
...i,
>>> I'm testing samba 4.3.3 vfs_fruit on Fedora rawhide.
>>>
>>> The EAs are not seen from clients yet.
>>>
>>> smb.conf:
>>> path = /export/test1/
>>> writable = yes
>>> vfs objects = catia fruit streams_xattr
>>> fruit:locking = netatalk
>>> fruit:encoding = native
>>> streams_xattr:prefix = user.
>>> streams_xattr:store_stream_type = no
>> Is that your entire smb.conf or just the share ?
> $ /etc/samba# cat /etc/samba/smb.conf...
2015 Mar 11
4
vfs_fruit: xattr imcompatible with netatalk
...alpha.
I confirmed that ResourceFork and FinderInfo are compatible with
Netatalk 3.1.7. However, EAs are incompatible.
The character ":" in EA name is wrong.
The EAs are not seen from clients.
smb.conf:
[test2]
path = /export/test2
writable = yes
vfs objects = catia fruit streams_xattr
fruit:locking = netatalk
streams_xattr:prefix = user.
streams_xattr:store_stream_type = no
kernel oplocks = no
On OS X:
$ cd ~/test
$ xattr ICONandEA.txt
com.apple.FinderInfo
com.apple.ResourceFork
com.apple.TextEncoding
com.apple.metadata:kMDItemFinderComme...
2015 Dec 17
2
vfs_fruit: xattr imcompatible with netatalk
...> URL : http://www.samba.org/
> Summary : Server and Client software to interoperate with Windows machines
> Description :
> Samba is the standard Windows interoperability suite of programs for Linux and Unix.
>
>
> smb.conf:
> vfs objects = catia fruit streams_xattr
> fruit:locking = netatalk
> streams_xattr:prefix = user.
> streams_xattr:store_stream_type = no
> kernel oplocks = No
iirc you need fruit:encoding = native
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-...
2019 Aug 08
2
vfs fruit requires filesystem with extended attributes support?
hello all.
I want to use my OpenBSD server for time machine via samba.
Reading documentation, I noticed, that vfs module fruit requires
streams_xattr for work,
and in documentation for streams_xattr i see that the file system of the
share must support extended attributes.
And OpenBSD FFS does NOT support extended attributes. Does this mean I
cannot use frut module too?
2015 Mar 13
3
vfs_fruit: xattr imcompatible with netatalk
> not sure, but the colon in xattr names is probably not handled
> correctly at this point. Can you please file a bugreport so we can
> track this?
Bug 11162
https://bugzilla.samba.org/show_bug.cgi?id=11162
--
HAT
2016 Mar 17
2
vfs objects = catia fruit streams_xattr / don't see self created files
...only effect
somebody faced similar issues?
[share]
path = /data/share
writeable = yes
browseable = yes
nt acl support = no
force group = apache
force create mode = 0660
create mask = 0660
directory mask = 0770
wide links = no
follow symlinks = no
# vfs objects = catia fruit streams_xattr
oplocks = no
level2 oplocks = no
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba/attachments/20160317/226b996d/signa...
2015 Apr 25
2
vs_fruit - can't write to share
Hi,
i'm running Samba 4.2.1 compiled from source on an Ubuntu 10.04.4 LTS Server. ACL/XATTR is active and working. I tried to activate the vfs_fruite module and added the sample code:
vfs objects = catia fruit streams_xattr
fruit:resource = file
fruit:metadata = netatalk
fruit:locking = netatalk
fruit:encoding = native
to the share. In addition i tried the following share definition:
vfs objects = catia fruit streams_xattr
fruit:locking = netatalk
streams_xattr:prefix = user.
streams_xattr:store_stream_type = no
ker...
2017 Oct 01
3
Error copying files with extended attributes to Windows clients
...rror is thrown if the
file has extended attributes. In this case, the files were all created
by an OS X client with netatalk.
I'm using Samba from the Ubuntu 16.04 repository, which is currently
4.3.11+dfsg-0ubuntu0.16.04.11.
In my smb.conf:
# Netatalk configuration
vfs objects = catia fruit streams_xattr
fruit:encoding = native
streams_xattr:store_stream_type = no
streams_xattr:prefix = user.
ea support = Yes
Windows Explorer initially copies the file data, but throws "Element not
found" at the end.
On the server:
[2017/10/01 10:10:09.695888, 0] ../source3/smbd/open.c:1202(open_file)...
2015 Dec 26
1
vfs_fruit: xattr imcompatible with netatalk
...t; >> I'm testing samba 4.3.3 vfs_fruit on Fedora rawhide.
> >>
> >> The EAs are not seen from clients yet.
> >>
> >> smb.conf:
> >> path = /export/test1/
> >> writable = yes
> >> vfs objects = catia fruit streams_xattr
> >> fruit:locking = netatalk
> >> fruit:encoding = native
> >> streams_xattr:prefix = user.
> >> streams_xattr:store_stream_type = no
> >
> > Is that your entire smb.conf or just the share ?
>
> $ /etc/samba# cat /...
2016 Mar 17
0
vfs objects = catia fruit streams_xattr / don't see self created files
...; [share]
> path = /data/share
> writeable = yes
> browseable = yes
> nt acl support = no
> force group = apache
> force create mode = 0660
> create mask = 0660
> directory mask = 0770
> wide links = no
> follow symlinks = no
> # vfs objects = catia fruit streams_xattr
> oplocks = no
> level2 oplocks = no
- try removing options one by one
- which OS X version? There's a serious bug in versions up to 10.10
(possibly fixed in 10.11) that can be worked around by setting
$ cat /etc/nsmb.conf
[default]
file_ids_off=yes
...on the clients.
Cheer...
2019 Aug 08
1
vfs fruit requires filesystem with extended attributes support?
...this
??, 8 ???. 2019 ?. ? 16:36, Ralph Boehme <slow at samba.org>:
> Howdy,
>
> On 8/8/19 3:29 PM, ???? ?????? via samba wrote:
> > I want to use my OpenBSD server for time machine via samba.
> > Reading documentation, I noticed, that vfs module fruit requires
> > streams_xattr for work,
> > and in documentation for streams_xattr i see that the file system of the
> > share must support extended attributes.
> > And OpenBSD FFS does NOT support extended attributes. Does this mean I
> > cannot use frut module too?
>
> you should be able to use s...
2020 May 30
0
Extended attributes not working on mac
...ion and raised the log level, in my opion samba tries to access the non existent double files.
Samba is now probably writing the data in a netatalk compliant way in the extended attributes of the file but is not reading it.
new configuration:
[Global]
min protocol = SMB2
vfs objects = catia fruit streams_xattr
fruit:metadata = stream
fruit:resource = stream
fruit:encoding = native
fruit:model = MacSamba
fruit:posix_rename = yes
fruit:veto_appledouble = no
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
streams_xattr:prefix =
streams_xattr:store_stream_type = no
dos chars...
2017 Apr 03
3
Problem with Samba 4.5.8 as a macOS server
...d setup smb.conf as suggested
#
# Options for macOS
# http://netatalk.sourceforge.net/wiki/index.php/Netatalk_3.1.11_SRPM_for_Fedora_and_CentOS <http://netatalk.sourceforge.net/wiki/index.php/Netatalk_3.1.11_SRPM_for_Fedora_and_CentOS>
#
ea support = yes
vfs objects = btrfs catia fruit streams_xattr
fruit:encoding = native
streams_xattr:store_stream_type = no
streams_xattr:prefix = user.
# don’t use unix ext.
unix extensions = no
and a share
[Transfer]
path = /data/Transfer
public = yes
writable = yes
printable = no
create mask = 0775
directory mask = 0775
Switching between afp:...
2017 Oct 28
2
Edge cannot download to samba share
(sorry, now text format)
Hello,
i have a problem to download files to a samba share with Microsoft Edge. I got the message "file moved or deleted". (I don't know the exact message, because i have a german version of windows).
After the download, there are two files in the directory:
-rwxrwxr--+ 1 andi andi 0 Okt 28 21:42 xxx.pdf
-rwxrwxr--+ 1 andi andi 286444 Okt 28 21:42
2018 May 13
2
move from netatalk to samba + vfsfruit
...what is the way to
go get rid of netatalk these days?
is there still no tool to read/write the existing netatalk appladouble
extended attributes which are *not* compatible with samba and write them
back in the new format?
afp.conf:
appledouble = ea
ea = samba
smb.conf:
vfs objects = catia fruit streams_xattr
ea support = yes