search for: ad_unpack

Displaying 3 results from an estimated 3 matches for "ad_unpack".

Did you mean: ad_pack
2019 Oct 23
4
vfs_fruit & resource forks on macOS
...re 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
2019 Oct 23
1
vfs_fruit & resource forks on macOS
...eeded 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 > > this log message indicates that the resource fork length given in the > AppleDouble header of the file is bigger the actual on disk file. > > Iirc this change has been there since ages. It was added with bugfix > 11125 for...
2019 Oct 23
0
vfs_fruit & resource forks on macOS
...etting 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 this log message indicates that the resource fork length given in the AppleDouble header of the file is bigger the actual on disk file. Iirc this change has been there since ages. It was added with bugfix 11125 for 4.2.something. Can you share a...