similar to: Fruit module configured to use matter still write ._* files

Displaying 20 results from an estimated 200 matches similar to: "Fruit module configured to use matter still write ._* files"

2010 Dec 24
1
iPDF cluttering up file system
I have a customer using OS/X that creates thousands of PDFs per month using a tool called iPDF ART5. The server is Centos 5.x with samba-3.0.33-3.29.el5_5. Every PDF he creates also creates a hidden file with similar name. These files get rsync'd onto my server and my tape robot attempts to save them to tape but generates file not found errors. ._Skin Care : Cannot stat: No such file or
2016 Jan 09
2
vfs_fruit: FreeBSD: attrname is wrong
In case of FreeBSD, the name of the extended attribute is wrong. % 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
2003 Sep 05
9
Moh
Would anyone mind emailing me, or maybe posting somewhere their music on hold .so file? thx -ben
2008 Jan 13
2
How to set a controller''s layout?
I''d like a controller to use a specific layout for all its views. Right now I''m calling `render :layout => ''foo''` in each method, but there must be a better way. I tried class Users < Application layout ''foo'' end And that definitely doesn''t work. Then, as a test, I tried setting _layout within a method, like this: def
2008 Oct 01
3
How to get the day of the year
Hello, I am new to R and I would like to get the day of the year from numerous data in the following form: %a %d/%b/%Y %H:%M:%S (for example from Tu 10/Jul/2007 21:59:13 I would like to get 191) Whatever I try, I get NAs. Well... I need your help, please! Thanks in advance Yours sincerely, Solène Goy _________________________________________________________________ [[elided Hotmail spam]]
2016 Jan 29
0
Fruit/AAPL behavior
Hi, On Thu, Jan 28, 2016 at 10:40:32PM -0500, Ryan Bair wrote: > I have a share with approximately 5000 folders in the base directory. The > performance on an OS X client is somewhat less than exciting. I compiled > the latest Samba 4.3 tarball and enabled fruit per the modules man page, > however directory listing performance still takes a few seconds. sounds reasonable for 5000
2016 Mar 17
0
vfs objects = catia fruit streams_xattr / don't see self created files
On Thu, Mar 17, 2016 at 12:12:36PM +0100, Reindl Harald wrote: > samba-4.2.9-0.fc22.x86_64 > > with the configuration below a user from a up-to-date Apple client copies a > folder with some images (from the share itself) to a different subfolder > > * he sees the folder > * it appears empty in finder - in fact it is not empty > * he can not delete it > * he can rename
2019 Jan 31
2
How the vfs object “fruit” work on samba
Hi all, I'm a user of samba. Because we still use samba version 4.1.13 but now we want to use final cut pro through cifs. We have found that need to set the conf "catia fruit streams_xattr" and is there any idea to patch code like fruit modules on samba version 4.1.13 ? I also want to know why the error "Unsupported volume type" will come out when import fcpx on mac. Thank
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?
2019 Aug 08
1
vfs fruit requires filesystem with extended attributes support?
thanks! I'll try 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
2019 Aug 08
1
vfs fruit requires filesystem with extended attributes support?
Why do you want TM to work over samba? Not sure it is supported completely by Apple although they did have developer documentation on it at one time: https://developer.apple.com/library/archive/releasenotes/NetworkingInternetWeb/Time_Machine_SMB_Spec/ I did see this on reddit, but have not tried it personally:
2020 Feb 14
2
fruit:resource=stream on ZFS safety?
Hello all, Anyone have experience with using fruit:resource=stream on a ZFS filesystem? fruit:resource=stream is said to be experimental in man page, so I imagine there aren't many people using / testing it. Thanks! Chad.
2020 Feb 14
1
fruit:resource=stream on ZFS safety?
On 2/14/20 4:54 PM, Mike Pastore wrote: > I guess the question is: what are you streaming to? And if the answer is > streams_xattr, the question becomes: then why not just use > fruit:resource=xattr? When I tried fruit:resource=xattr appledouble files ._ were created. (I know I'm hung up on aesthetics.) Chad.
2020 Feb 17
0
fruit:resource=stream on ZFS safety?
Hi Mike and all, I still see ._ files with fruit:resource=xattr and not with fruit:resource=stream. Try extracting the attached zip file using a macintosh on the samba share. (Sounds dangerous, right?!) With fruit:resource=xattr # ls -al total 537 drwxrwx---+ 2 cwseys cwseys 9 Feb 17 09:57 . drwxrwx---+ 3 cwseys cwseys 5 Feb 17 09:57 .. -rwxrwxr--+ 1 cwseys cwseys 20120
2019 Jan 15
1
issue with fruit:model not using avahi correctly?
hey folks,   I am trying to change the fruit:model value for changing the icon in the mac os finder. After digging a little bit in the source code I saw that "source3/smbd/avahi_register.c" does not contain a line where info like <service> <type>_device-info._tcp</type> <port>0</port> <txt-record>model=RackMac</txt-record> is added to avahi. In
2023 Mar 02
1
fruit:copyfile not working as expected
Hi folks, I have a number of Mac users connecting to our Samba fileserver over VPN. When they copy/move files between shares it takes quite a long time due to our miserable business internet connection. I set fruit:copyfile = yes in smb.conf expecting that to enable server-side copy for Mac users. Unfortunately, it did not. Befuddled, I tried the same copy operation from a Windows VM and it
2020 Feb 24
1
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
Thanks torch ? I tried those suggestions but nothing changed. I did however manage to find an existing bug which matches my symptoms: https://bugzilla.samba.org/show_bug.cgi?id=13622 Fortunately it mentions a fix, but that was never implemented, so I created a new branch from v4-11-test on the gitlab shadow copy and tried the fix there. After compiling, my tests on Raspbian show that this does
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
Hi I apt installed Samba Version 4.9.5-Debian (latest in their repos) on a fresh-built Raspbian Buster Lite release 2020-02-05. I put together the configuration outlined below by using the docs at https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X and https://www.samba.org/samba/docs/current/man-html/vfs_fruit.8.html. The underlying usb hard drive is an ext4 partition
2015 Jul 31
1
vfs fruit unable to create xattr and ACL from OS X 10.10.4
> On 29 Jul 2015, at 10:02, Ralph Böhme <rb at sernet.de> wrote: > Hm, works for me: > > mac$ mount | grep smb > //ralph at 10.10.11.100 <mailto:ralph at 10.10.11.100>/AAPL on /Volumes/AAPL (smbfs, nodev, nosuid, mounted by ralph) > mac$ touch /Volumes/AAPL/test > mac$ xattr -w foo bar /Volumes/AAPL/test > mac$ xattr -l /Volumes/AAPL/test > foo: bar >
2023 Mar 02
1
fruit:copyfile not working as expected
Hello Mike, I know from my customers that moving files under macOS Ventura on a SMB share is a mess and completely broken by Apple (e. g. moved files cannot be opened until you reconnect). Unfortunately I do not have a ZFS-backed machine to test against available right now to confirm the behaviour. Is your order of "vfs objects? correct? Regards, Alexander > On Thursday, Mar 02, 2023 at