search for: resourcefork

Displaying 20 results from an estimated 26 matches for "resourcefork".

2015 Mar 11
4
vfs_fruit: xattr imcompatible with netatalk
Hi. I'm testing samba 4.2.0 vfs_fruit on Fedora Server 22-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 = ne...
2016 Jan 09
2
vfs_fruit: FreeBSD: attrname is wrong
...am.” 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 vfs_fruit should always put "user.". A attached patch fixes this problem. % lsextattr user ICONandEA.txt ICONandEA.txt com.apple.metadata:kMDItemFind...
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...file_with_xattrs copy dir_with_ACLS/ macosx_metadata_test/ macosx_metadata_test/catty_with_no_resource.jpg macosx_metadata_test/catty_with_resource.jpg macosx_metadata_test/readme.txt rsync: rsync_xal_set: lsetxattr(".file_with_xattrs.EGbmPN","user.com.apple.ResourceFork") failed: Argument list too long (7) rsync: rsync_xal_set: lsetxattr(".file_with_xattrs copy.Tnlkcp","user.com.apple.ResourceFork") failed: Argument list too long (7) rsync: rsync_xal_set: lsetxattr("macosx_metadata_test/.catty_with_resource.jpg.ZkxEYB",&q...
2008 Apr 01
12
DO NOT REPLY [Bug 5365] New: --backup and --xattrs are not compatible
...10.4.11 rsync version is 3.0.1pre3 (no patch) rsync syntaxe : /usr/local/bin/rsync --rsync-path=/usr/local/bin/rsync -avW --acls --xattrs --del --force --backup --backup-dir=/`date +%Y%m%d-%Hh%M` /Source Server2:/Dest/ Sometimes I have this error : Missing abbreviated xattr value, com.apple.ResourceFork, for "/Volumes/Data/Sauvegardes/DESC1_VOL1/20080401-15h54/DESCMDL/BASE-Studio.DF1" Missing abbreviated xattr value, com.apple.ResourceFork, for "/Partages/DESC1_VOL1/DESCMDL/.BASE-Studio.DF1.nVN4cq" rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32) rsy...
2015 Mar 11
0
vfs_fruit: xattr imcompatible with netatalk
Hi HAT! Nice to meet you over here... ;) On Wed, Mar 11, 2015 at 11:30:45PM +0900, HAT wrote: > Hi. > I'm testing samba 4.2.0 vfs_fruit on Fedora Server 22-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 = cat...
2007 Mar 31
2
xattrs problems on Mac OSX with resource forks
...p I set file1 to the color green. Drag a bit of text 'details' to folder1 to give /Users/alan/Desktop/ folder1/details.textClipping $ xattr --list /Users/alan/Desktop/folder1/* /Users/alan/Desktop/folder1/details.textClipping com.apple.FinderInfo clptMACS com.apple.ResourceFork <0000, 0000, 0x01, 0000, 0000, 0000, 0x01, 0x6c, 0000, 0000, 0000, 0x6c, 0000, 0000, 0000, 0x6e, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000, 0000...
2003 Dec 28
1
What does "vfs object = netatalk" really do?
...smb) i created a folder and made it public in all daemons (atalk, samba) to get a better file handling i'm using the samba feature: vfs object = netatalk but there are still some problems files that are created via afp (from mac os) and moved via smb (from windows) are broken, because there resourceforks aren't moved, too okay, maybe it's not a samba problem, but my question is: What does "vfs object = netatalk" really do? plz help thx micha -- "Matrix - more than a vision" ************************************************** Michael Gasch Max Planck Ins...
2014 Feb 02
1
Bugg when using Extended Attributes flag -X
...o it. The problem is as far as I understand it that Linux Kernel has a liming on 64k f?r Extended Attributes and OS X don?t have this limit. Some error output. rsync: rsync_xal_set: lsetxattr(""/srv/danne/extern2/1000_EXT/2013/2013-03-05/IMG_6872-Edit.tif"","user.com.apple.ResourceFork") failed: Argument list too long (7) Error 2 rsync: rsync_xal_set: lsetxattr(""/srv/nas/home/apple_bak_rsync/xxxxx/Pictures/iPhoto Library/Database/BigBlobs.apdb"","user.com.apple.FinderInfo") failed: Operation not permitted (1) Both this errors will go away if...
2008 Jun 22
3
Xattrs and Delete over AFP
...the rsync we're using for 10.3.9 is version 2.6.0 and the malloc errors are killing me. When I add any of the --delete options (during, delay, or after) to the line it works for a while and then starts getting this: rsync: get_xattr_data: lgetxattr("Path-to-the-file","com.apple.ResourceFork",0000) failed: Bad file descriptor (9) The 0000 is different for each file. The rsync line I'm using is: rsync -aHXh --stats --progress --fileflags --crtimes --delete /Volumes/Source_Volume /Volumes/Local_Drive/Source_Mirror/ Any ideas on why the delete option would cause this to happe...
2015 Dec 26
3
vfs_fruit: xattr imcompatible with 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 > com.apple.FinderInfo > com.apple.ResourceFork > com.apple.TextEncoding > com.apple.metadata:kMDItemFinderComment > > Copy from OS X to Fedora via Samba. > On Fedora: > $ cd /export/test1 > $ ls -a > ./ > ../ > .DS_Store > ._ICONandEA.txt > ICONandEA.txt >...
2010 Jun 25
2
rsync and hfs+ compressed files damaged
...mostly compressed this way on osx ) to be damaged. I did a test twice and indeed a handful of them are damaged. They all appear to be in /Volume/Snowy/usr/bin and/or /Volume/Snowy/usr/share. I ran xattr on it and robert-dutoits-macbook-pro:~ astrid$ xattr -l /Volume/Snowy/usr/bin/file com.apple.ResourceFork: com.apple.decmpfs: These attributes are supposed to be hidden when on 10.6. The files have 0 bytes to appear to be compressed but can not be un-compresed. I tried file on the clone and it doesn't work. Someone else reported du not working so there are some pretty basic files damaged. This a...
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
...pl = yes readdir_attr:aapl_rsize = true readdir_attr:aapl_finder_info = true readdir_attr:aapl_max_access = true fruit:nfs_aces = yes fruit:veto_appledouble = yes Problem -> OS X clients are unable to create new extended attributes (and ACLs) with exception of ResourceFork and FinderInfo which are handled directly by vfs_fruit and saved to internal AppleDouble file. When I try to create new custom extended attribute with xattr -w 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...
2015 Dec 26
1
vfs_fruit: xattr imcompatible with netatalk
On Sun, Dec 27, 2015 at 02:33:10AM +0900, HAT wrote: > Sat, 26 Dec 2015 17:22:56 +0000, Rowland penny <rpenny at samba.org>: > > 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 =
2020 May 12
1
[Bug 14377] New: rsync rsync_xal_set lsetxattr failed invalid argument
...e QA Contact: rsync-qa at samba.org Target Milestone: --- Error log on client (same info on server): 2020/05/12 11:28:47 [11774] rsync: rsync_xal_set: lsetxattr("/Users/xxx/Library/Application Scripts/com.apple.mail/Mail Rule - 1.scpt" (in RemotemoduleOnServer),"com.apple.ResourceFork") failed: Invalid argument (22) The reported bugs on Red Hat Bugzilla ? Bug 496552 and Samba-Bugzilla ? Bug 3701 are similar but not the same. Rsync versions on client & server: 3.1.3 protocol version 31 Client OS: High Sierra 10.13.6 Server OS: FreeBSD 12.1-RELEASE-p3 #0 r360028M: Fri...
2006 Oct 25
1
Extended attributes in MacOS X
...o a special appledouble file (._filename). Instead, it builds on patches/xattr.patch and just adds support for the MacOS equivalent. The good news: 1. It works fine locally and to a remote mac 2. It also preserves the finder info and resource fork (these are exposed as EAs com.apple.{Finder,ResourceFork}) The bad news: 1. EAs on MacOS need not begin with 'user.' like they do on linux. Therefore, I can't backup from a mac->linux machine. However, linux- >mac->linux works fine since the Mac preserves the 'user.' namespace. 2. 2.6.9pre2 has some sort of bug where it...
2007 Oct 22
0
Linux backup server LD_PRELOAD
...c/mac onto linux with ext3 and fake-super: gcc -Wall -O2 -shared -fPIC -o libxattr.so libxattr.c -lsqlite3 This intercepts calls from rsync that deal with extended attributes. If the target is a symlink (where linux doesn't allow xattrs on symlinks) or the xattr is user.com.apple.ResourceFork (ext3 has a limit of 4k attributes), the extended attribute is redirected into an sqlite3 database. Otherwise, the extended attribute is set using the native filesystem calls. There is a performance penalty to this library as it causes a stat() on each extended attribute system call. When...
2007 Oct 13
1
Using pre2 for backing up a mac
With the new ACL+xattr support and fake super (I'm glad this made it in!), it seems like my dream of being able to use rsync --link-dest to backup my mac is almost within reach! If you take a look at http://blog.plasticsfuture.org/2006/03/05/the-state-of-backup-and- cloning-tools-under-mac-os-x/ you can get an overview of the meta-data which needs to be saved for faithful backups on
2003 Nov 13
2
Netatalk and Samba???
Hi all, Looking for a "best practices" way to share out to both Mac and PC easily. I know Windoze enables the same sharepoint for both the mac and pc shares and there don't seem to be any real "problems" by doing that. However I work in an environment which forces us to utilize Win9x through XP as well as OS 9 through 10.x on the mac side. I need a user friendly way to
2011 Jan 31
2
Protocol stream error on extended attribute, silent failure to copy all attributes
...\ Fonts/TrueType/CCZoinks/CCZoinks.t1/..namedfork/rsrc -rwx------ 1 matt matt 1B Jul 16 1999 /Volumes/Storage/Licensed Fonts/TrueType/CCZoinks/CCZoinks.t1/..namedfork/rsrc The file is actually a PostScript Type 1 font, where all the content is in the resource fork. Rsync created a com.apple.ResourceFork attribute on the new file, but the attribute is empty. After this discovery, I ran my original rsync command again, then checked sizes: matt$ du -kd1 /Volumes/Storage/Licensed\ Fonts/ 245196 /Volumes/Storage/Licensed Fonts//Adobe Font Folio - OpenType Edition 51800 /Volumes/Storage/Licensed...
2019 Jul 08
0
[Announce] Samba 4.10.6 Available for Download
...4002: python/ntacls: Use correct "state directory" smb.conf option instead of "state dir". o Ralph Boehme <slow at samba.org> * BUG 13840: registry: Add a missing include. * BUG 13944: Fix SMB guest authentication. * BUG 13958: AppleDouble conversion breaks Resourceforks. * BUG 13968: vfs_fruit makes direct use of syscalls like mmap() and pread(). * BUG 13987: s3:mdssvc: Fix flex compilation error. o G?nther Deschner <gd at samba.org> * BUG 13872: s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly: o Aaron Haslett <aaronhaslett at catalys...