search for: vfs_streams_xattr

Displaying 20 results from an estimated 91 matches for "vfs_streams_xattr".

2020 Jun 05
2
Extended attributes not working on mac
these lines were an option before but have already been marked as comments in my config. same behaviour as before, color tag shows for round about a second and disappears suddenly. Martin > Am 05.06.2020 um 09:23 schrieb Ralph Boehme via samba <samba at lists.samba.org>: > > Am 6/5/20 um 8:33 AM schrieb Martin Steiner / 3MF GmbH: >> Any more ideas? It?s not displaying
2020 Jun 05
2
Extended attributes not working on mac
....016401, 5, pid=51807, effective(1000, 1000), real(1000, 0), class=vfs] ../../source3/smbd/vfs.c:1368(check_reduced_name) check_reduced_name: . reduced to /home/ssd-data/buchhaltung [2020/06/05 11:07:14.016423, 10, pid=51807, effective(1000, 1000), real(1000, 0), class=vfs] ../../source3/modules/vfs_streams_xattr.c:388(streams_xattr_open) streams_xattr_open called for . with flags 0x30000 [2020/06/05 11:07:14.016581, 10, pid=51807, effective(1000, 1000), real(1000, 0), class=vfs] ../../source3/smbd/vfs.c:1193(check_reduced_name) check_reduced_name: check_reduced_name [Ohne Titel 15.txt] [/home/ssd-data/...
2015 Aug 10
0
vfs_streams_xattr and create mask = 0640 don't play well together
Hi, On Fri, Aug 07, 2015 at 05:58:45PM +0200, Thomas Werschlein wrote: > Is this a bug or a misconfiguration on our side? I am happy to file > a bug report, if it turns out to be one. Any thoughts? sounds like a bug to me. Can you please file a bugreport so we can track this? -Ralph -- SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
...com.xattr.example testdata somefile and than try to display it with ls -lae@ there is nothing there. When I try to set new ACL with chmod +a “some ace” file I get “Operation not supported”. I want to ask about few things. 1) from vfs_fruit man page -> “All other named streams are deferred to vfs_streams_xattr which must be loaded together with vfs_fruit.” From vfs_streams_xattr man page “The file system that is shared with this module enabled must support xattrs.”. How do I confirm for sure that our storage supports required xattrs thus vfs_streams_xattr module should work with it? 2) Is there possibl...
2015 Aug 07
2
vfs_streams_xattr and create mask = 0640 don't play well together
Hi everyone, We are working on the deployment of samba 4.2.3 on Solaris 11.1 with ZFS backed storage. We plan to use the new vfs_fruit in order to better support our OSX clients out there. Everything seems to be working fine so far, but one operation: If the user on an OSX client sets (or modifies) a tag (the colour flags or a custom tag) on a directory *AND* the share is configured with
2015 Feb 04
1
Mac OS Mavericks über slow
Ralph B?hme writes: > > >Samba 4.2 will ship a new VFS module that addresses this: > > >vfs_fruit. It stacks with vfs_streams_xattr but takes care of the > > >resource fork stream itself (on Linux: by saving it to a ._ > > >AppleDouble file). > > > > I can confirm that with Samba 4.2.0rc2, with vfs_streams_xattr > > and vfs_fruit the time it takes to list a shared dir > > with ~8000 fil...
2012 Jan 01
2
Interoperability with MAC OSX clients, resource forks, xattrs
...os since OSX. Netatalk saves the resource fork created by MAC clients as files into a .AppleDouble subdirectory. When connecting via CIFS, OSX uses other ways to save the resource fork. The current server is now a mixture of .AppleDouble directories and dot-underscore-files. I've tested the vfs_streams_xattr module. If alternate data streams are available, OSX saves the resource fork into a stream that is converted to an extended attribute by this module. Doesn't work - even though the share is on XFS that allows 64k per extended attribute, some resource forks are larger and cannot be saved the...
2015 Jul 29
0
vfs fruit unable to create xattr and ACL from OS X 10.10.4
...get “Operation not supported”. As expected, afair the client doesn't support modifyint ACLs on an smb mount. Have you verified this works against an Apple SMB server? > I want to ask about few things. > > 1) from vfs_fruit man page -> “All other named streams are deferred > to vfs_streams_xattr which must be loaded together with vfs_fruit.” > From vfs_streams_xattr man page “The file system that is shared with > this module enabled must support xattrs.”. How do I confirm for > sure that our storage supports required xattrs thus > vfs_streams_xattr module should work with it?...
2019 Nov 22
2
connect Mac OS X 10.5.8 to Samba 4.9
On your Samba server, check build options: #: smbd -b - look for vfs_catia, vfs_fruit, vfs_streams_xattr modules. If you have the vfs_ modules, then take a look at this: https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X <https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X>
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...umb into cli_ftruncate(). * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly. * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution. * BUG 12531: Make vfs_shadow_copy2 cope with server changing directories. * BUG 12546: s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path as streams_xattr_recheck(). o Ralph Boehme <slow at samba.org> * BUG 12536: s3/smbd: Check for invalid access_mask smbd_calculate_access_mask(). * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses re...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...umb into cli_ftruncate(). * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly. * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution. * BUG 12531: Make vfs_shadow_copy2 cope with server changing directories. * BUG 12546: s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path as streams_xattr_recheck(). o Ralph Boehme <slow at samba.org> * BUG 12536: s3/smbd: Check for invalid access_mask smbd_calculate_access_mask(). * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses re...
2016 Jan 09
2
vfs_fruit: FreeBSD: attrname is wrong
...ng. % lsextattr user ICONandEA.txt ICONandEA.txt netatalk.Metadata com.apple.TextEncoding com.apple.metadata:kMDItemFinderComment "netatalk.Metadata" is incompatible to Netatalk. The first atom "org." is removed. source3/include/smb.h: /* Prefix for DosStreams in the vfs_streams_xattr module */ #define SAMBA_XATTR_DOSSTREAM_PREFIX “user.DosStream.” There is always "user.". vfs_streams_xattr seems to eliminate the first atom, in case of FreeBSD or Solaris. source3/modules/vfs_fruit.c: #if defined(HAVE_ATTROPEN) || defined(FREEBSD) #define AFPINFO_EA_NETATALK “org.neta...
2016 Apr 26
2
Samba 4.2, Mac clients not listing contents of some shares
Did OP get a resolution to this issue? It sounds a lot like what I’m going through right now. Archive link: https://lists.samba.org/archive/samba/2016-January/197183.html
2019 Nov 22
1
connect Mac OS X 10.5.8 to Samba 4.9
Am 22.11.19 um 16:28 schrieb Matthias Leopold via samba: > > > Am 22.11.19 um 15:12 schrieb torch via samba: >> On your Samba server, check build options: #: smbd -b - look for >> vfs_catia, vfs_fruit, vfs_streams_xattr modules. >> >> If you have the vfs_ modules, then take a look at this: >> >> https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X >> <https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X> >> > > Thank...
2018 Aug 02
1
Can't write to a samba share mounted as an AD user
...ing created by a user with the proper permissions but then are being assigned permissions as part of the creation process that denies write access. Also, I don’t know what qnap_macea does exactly… the ‘ea’ strikes me as obviously handling extended attributes. I’m used to stacking ‘vfs_fruit’ into ‘vfs_streams_xattr’ instead. I’ve also found streams_depot to be incredibly buggy with permissions in the past. Can you check to see that the ‘shareroot/.streams’ exists and has not been over-written with the same permissions as the smb users for the share? I’m sure there is more. That is a very complex smb.conf...
2020 Nov 15
2
How to read NTFS ADS (alternate data steams) using libsmbclient?
Hi Samba team, We have a Windows SMB share which contains some files with ADS (alternate data streams). In our client C/C++ code that runs on a Linux client, we want to retrieve the list of ADS of a file and download all the streams, similar to what is provided by smbclient's interactive session (allinfo, get). But as we evaluate libsmbclient (as we'd like to do above in code), we
2019 Oct 30
2
vfs objects
Is the ?important" vfs objects parameter documented in a man page anywhere? It appears in the man pages of several vfs modules, but never fully documented that I could find. Apparently it once was from a now dead link https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS <https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS> . Todd
2018 May 17
1
move from netatalk to samba + vfsfruit
...format > > > > no > > may i ask why given that vfs_fruit is much newer then netatalk it did > not reuse the existing format of netatalk then instead a changed one > then with a new option adopted by netatalk leading in the current mix? vfs_fruit is not at play here, it is vfs_streams_xattr. > "dbd" at least should have introduced a command line option to convert > the existing stuff with a onetime run > > * close 548 on the firewall > * update netatalk > * add the new option > * restart netatalk > * run dbd with the convert-switch > * open 548 f...
2019 Apr 13
2
OS X client symlinks
...ot open it unless I select “Show Original”. If I create Unix symlink, Finder will open the file UNLESS I move the linked file - in this case Finder CANNOT find the original file - the symlink is broken . What version of samba do you have? smbd -V on my NAS Do you have vfs_fruit, vfs_catia & vfs_streams_xattr compiled in? smbd -b on my NAS Check also for the HAVE_AIO_XXX in the Defines and vfs_aio_xxx in the Build Options. What is your smb.conf?
2017 Mar 09
0
[Announce] Samba 4.5.6 Available for Download
...mba 4.5 release series. Changes since 4.5.5: -------------------- o Jeremy Allison <jra at samba.org> * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly. * BUG 12531: vfs_shadow_copy2 doesn't cope with server changing directories. * BUG 12546: vfs_streams_xattr doesn't cope with server changing directories. * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution. * BUG 12608: s3: smbd: Restart reading the incoming SMB2 fd when the send queue is drained. o Andrew Bartlett <abartlet at samba.org> * BUG 12573: Sam...