search for: vfs_fruit

Displaying 20 results from an estimated 342 matches for "vfs_fruit".

2017 Apr 23
2
uses vfs_fruit, but that requires \"ea support = yes\"
interesting warning - is that not implicit and why? uses vfs_fruit, but that requires \"ea support = yes\" Apr 23 21:32:27 srv-rhsoft ark: kf5.kio.core: We got some errors while running testparm "Load smb config files from /etc/samba/smb.conf\nLoaded services file OK.\nERROR: Service \"filesharing\" uses vfs_fruit, but that requires \&...
2018 Dec 12
4
vfs_fruit causes delay in listing directories for Windows clients
Listing directories with many files (10000+) from a Windows client is nociceably slower when vfs_fruit is enabled on the samba server compared to the same setup without vfs_fruit. On my setup it's roughly 2.5 times slower. To me it looks like this is caused by the getxattr call which is only present with vfs_fruit activated and introduces an additional delay of ~ 0.00033 s per listed file....
2016 Apr 22
2
Migration to vfs_fruit with existing AppleDouble files?
...ports OSX clients by forcing them to SMB1 with no streams (via the "nsmb.conf") file. This setup forces the OSX clients to generate their own ._[FILENAME] appledouble files for files with resource forks (like adobe documents). We recently discovered the fine work that's been done on vfs_fruit and wanted to see it it could help us. We have setup a test bed with a newer version of samba and vfs_fruit implemented and the behavior seems much better (faster, easier, etc) we just have one issue we've found. The OSX generated AppleDouble files are not compatible with the vfs_fruit genera...
2018 Dec 12
0
vfs_fruit causes delay in listing directories for Windows clients
Hai, Can you tell the following that helps. OS ? Samba Version? ( pre-builded or source ) Kernel version? I think you need to wait for 4.9.4 if all patches ive seen on vfs_fruit are getting in. These might help. Go through bugzilla, you might find more about this here. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Stephan Roth via samba > Verzonden: woensdag 12 december 2018 15:35 &gt...
2020 Oct 20
0
File copy with macOS Finder leaves random files grayed out using vfs_fruit
Hi all, We use the vfs_fruit module and lately we have experienced that random files copied with Finder are being grayed out. We think this is probably due to the extended attribute "user.DosStream.AFP_AfpInfo:$DATA" not being updated/removed after the file is copied. If we manually remove the xattr in question with...
2016 Apr 27
4
Migration to vfs_fruit with existing AppleDouble files?
...o streams (via the "nsmb.conf") file. > > > > This setup forces the OSX clients to generate their own ._[FILENAME] > > appledouble files for files with resource forks (like adobe documents). > > > > We recently discovered the fine work that's been done on vfs_fruit and > > wanted to see it it could help us. > > > > We have setup a test bed with a newer version of samba and vfs_fruit > > implemented and the behavior seems much better (faster, easier, etc) we > > just have one issue we've found. > > > > The OSX gene...
2016 Apr 27
0
Migration to vfs_fruit with existing AppleDouble files?
...ing them to SMB1 with no streams (via the "nsmb.conf") file. > > This setup forces the OSX clients to generate their own ._[FILENAME] > appledouble files for files with resource forks (like adobe documents). > > We recently discovered the fine work that's been done on vfs_fruit and > wanted to see it it could help us. > > We have setup a test bed with a newer version of samba and vfs_fruit > implemented and the behavior seems much better (faster, easier, etc) we > just have one issue we've found. > > The OSX generated AppleDouble files are not c...
2016 May 03
2
Migration to vfs_fruit with existing AppleDouble files?
...y the apple > generated > > AppleDouble file and it's 0 byte main file to my test system, the > correct > > size (including the resource forks) are shown but the file type is not > > translated. > > > > Using "GetFileInfo" a file copied to the new (vfs_fruit) server using > > finder will show: > > type: "tfil" > > creator: "movr" > > > > but the same file with the AppleDouble copied at the unix level (scp) > from > > the old server shows: > > type: "\0\0\0\0" > > creator:...
2019 Oct 29
2
Subject=Re: Mac Clients Disconnect with: source3/smbd/service.c:1050(close_cnum) closed connection to service data
(example: Configure Samba to Work Better with Mac OS X [ https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X] ). Thanks for the suggestion though. I've now been trying out the various Apple specific flags in vfs_fruit ( https://www.samba.org/samba/docs/current/man-html/vfs_fruit.8.html), though with no success thus far. Example settings tried in smb.conf: [global] min protocol = SMB2 inherit permissions = yes fruit:advertise_fullsync = true fruit:aapl = yes fruit:resource = xattr [data] durable handles...
2016 Apr 27
2
Migration to vfs_fruit with existing AppleDouble files?
...In my testing that wasn't the case. If I manually copy the apple generated AppleDouble file and it's 0 byte main file to my test system, the correct size (including the resource forks) are shown but the file type is not translated. Using "GetFileInfo" a file copied to the new (vfs_fruit) server using finder will show: type: "tfil" creator: "movr" but the same file with the AppleDouble copied at the unix level (scp) from the old server shows: type: "\0\0\0\0" creator: "\0\0\0\0" So I think the missing piece is com.apple.FinderInfo xattr?...
2015 Dec 17
2
vfs_fruit: xattr imcompatible with netatalk
On Fri, Dec 18, 2015 at 02:20:54AM +0900, HAT wrote: > Thu, 17 Dec 2015 18:05:33 +0100, Ralph Boehme <rb at sernet.de>: > > iirc you need fruit:encoding = native > > Solved. Thanks! > I'm looking forward to netatalk 3.1.8. > > $ getfattr Mew.txt > # file: Mew.txt > user.com.apple.TextEncoding > user.com.apple.metadata:kMDItemFinderComment > >
2016 Jan 09
2
vfs_fruit: FreeBSD: attrname is wrong
...;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.netatalk.Metadata” #define AFPRESOURCE_EA_NETATALK “org.netatalk.ResourceFork” #else #define AFPINFO_EA_NETATALK “user.org.netatalk.Metadata” #define AFPRESOURCE_EA_NETATALK “user.org.netatalk.ResourceFork” #endif v...
2016 Nov 14
2
vfs_fruit 'other' create mode different than parent
Hello all, I'm trying enable vfs_fruit. One problem I've noticed is that when a file or directory is created on a Macintosh the "other" mode is 'r--' (file) or 'r-x' (directory) even though the parent directory is '---'. On Windows, Linux, and Macintosh with vfs_fruit not loaded all create...
2018 Dec 12
1
vfs_fruit causes delay in listing directories for Windows clients
On Wed, Dec 12, 2018 at 04:37:43PM +0100, Ralph Böhme via samba wrote: >On Wed, Dec 12, 2018 at 03:35:00PM +0100, Stephan Roth via samba wrote: >>My goal with activating vfs_fruit was to speed up directory listings >>for Mac clients, which works. Can the accompanying slowdown for >>Windows clients be avoided? > >yeah, I guess so, but somebody has to dig through the relevant >codepaths for a few days to implement the optimisations. thinking about it,...
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
Hello I am trying to integrate OS X 10.10.4 clients into existing Samba infractructure run by our IT department. We are currently using Samba 4.2.3. File share is stored on iSCSI array with ext4 filesystem which should support both ACL and XATTR. We are trying to setup vfs_fruit module to avoid possible performance problems on OS X clients. We do NOT user netatalk. Current vfs_fruit config: vfs objects = catia fruit streams_xattr fruit:resource = file fruit:metadata = netatalk fruit:locking = none fruit:encoding = private fruit:a...
2015 Oct 06
0
Trying to understand vfs_fruit's nfs_aces option
On Mon, Sep 28, 2015 at 06:34:31PM -0400, John Mulligan wrote: > Hello List, > > My team and I have started testing out vfs_fruit to see if it helps us improve > the directory browsing performance of Mac clients. After enabling it some of > our tests began failing due to an "The permissions on x are incorrectly > ordered" error on Windows. Which tests? > I chased it down to a behavior in vfs_fruit t...
2016 Oct 09
2
Mac OS Timemachine over SMB
...shows an error that "The selected network backup disk does not support the required capabilities. Please choose another network backup disk." >From my understanding of the Apple documentation found here, I think that the current version of Samba satisfies most of the requirements with vfs_fruit but I would appreciate some confirmation: https://developer.apple.com/library/content/releasenotes/NetworkingInternetWeb/Time_Machine_SMB_Spec/ . - AAPL Create Context extension with F_FULLSYNC (I believe this is supported by vfs_fruit) - SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2 - SMB2_CREATE_REQUEST...
2019 Oct 23
4
vfs_fruit & resource forks on macOS
...e client. Is there a change or new setting that is needed on more recent versions, or have I hit a bug? I noticed 4.10.6 had some work done regarding AppleDouble and resource forks. In the client log I?m seeing this, not sure if it?s related: [2019/10/21 21:20:32.854630, 1] ../../source3/modules/vfs_fruit.c:979(ad_unpack) Limiting ADEID_RFORK: off: 82, len: 65454 Thanks, Perttu
2016 Apr 05
2
vfs_fruit and memory usage
what is wasting that much RAM if vfs_fruit is enabled? had 4 OOM-killers today after not face a single one in the last 7 years and on a different machine i swa a smbd process eating up 6500 MB on a HP Microserver with 8 GB RAM due copy a 300 GB folder with a Apple client and even not release the memory after the operation was finished...
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...