Displaying 6 results from an estimated 6 matches for "getfileinfo".
2016 Apr 27
2
Migration to vfs_fruit with existing AppleDouble files?
.../o copying the lists, so
here we go again)
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 miss...
2008 Feb 25
0
Fwd: Making rsync compile under Mac OS X 10.3.9 with extended attributes
...rsync: failed to set times on "/Volumes/Dst/80-rsync-test/Src/60-bsd-
> flags/dir-with-flags": Operation not permitted (1)
> The dir dir-with-flags it's created and appears to have the good
> times:
> iLaG:~/Desktop/rsync-3.0.0pre10 patched lag$ /Developer/Tools/
> GetFileInfo /Volumes/Dst/80-rsync-test/Src/60-bsd-flags/dir-with-flags
> directory: "/Volumes/Dst/80-rsync-test/Src/60-bsd-flags/dir-with-
> flags"
> attributes: avbstcLinmed
> created: 02/17/2008 21:58:36
> modified: 02/17/2008 21:58:36
> iLaG:~/Desktop/rsync-3.0.0pre10 patched la...
2009 Apr 18
8
DO NOT REPLY [Bug 6276] New: crtimes.patch does not preserve creation dates on Mac x86_64 only
https://bugzilla.samba.org/show_bug.cgi?id=6276
Summary: crtimes.patch does not preserve creation dates on Mac
x86_64 only
Product: rsync
Version: 3.0.6
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2016 May 03
2
Migration to vfs_fruit with existing AppleDouble files?
...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...
2016 Apr 27
4
Migration to vfs_fruit with existing AppleDouble files?
Thanks for the response!
This would be really helpful because we use a lot of old adobe type 1 fonts
that are 100% resource fork and are rendered unusable without the
marshalled xattr's in addition to the AFP_ streams.
While ideally having it seamlessly integrated into samba would be great, if
it's easier to run a one-time conversion utility we can do that too.
Thanks!
-S
On Wed, Apr
1997 Aug 28
16
Unsuscribe
...lackware 3.2
>
> hi ben,
>
> this is a bug in w95. i tracked this one down a couple of weeks ago by
> hacking about, so we know what the problem is, and roughly what to do to
> fix it. it will require a number of hours' work to nail down and test.
>
> 1) the trans2 getfileinfo request is sent by w95.
> 2) samba responds with the data part of the packet word aligned (at
> offset 56 in the smb packet). a packet trace of a similar getfileinfo
> packet to a w95 server shows this offset to be 55 bytes. also, the
> "created" time is marked as zero (u...