Displaying 14 results from an estimated 14 matches for "kmditemfindercom".
2015 Mar 11
4
vfs_fruit: xattr imcompatible with netatalk
...ruit streams_xattr
fruit:locking = netatalk
streams_xattr:prefix = user.
streams_xattr:store_stream_type = no
kernel oplocks = no
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 Netatalk.
On Fedora:
$ cd /export/test2
$ ls -a1
./
../
.DS_Store
._ICONandEA.txt
ICONandEA.txt
$ getfattr ICONandEA.txt
# file: ICONandEA.txt
user.com.apple.TextEncoding
user.com.apple.metadata:kMDItemFinderComment
u...
2011 Nov 02
12
[Bug 8566] New: Spotlight comments (extended attributes) are not synced
https://bugzilla.samba.org/show_bug.cgi?id=8566
Summary: Spotlight comments (extended attributes) are not
synced
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2015 Mar 11
0
vfs_fruit: xattr imcompatible with netatalk
...streams_xattr:prefix = user.
> streams_xattr:store_stream_type = no
> kernel oplocks = no
>
> 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 Netatalk.
> On Fedora:
> $ cd /export/test2
> $ ls -a1
> ./
> ../
> .DS_Store
> ._ICONandEA.txt
> ICONandEA.txt
> $ getfattr ICONandEA.txt
> # file: ICONandEA.txt
> user.com.apple.Te...
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 =
2015 Dec 17
2
vfs_fruit: xattr imcompatible with netatalk
...gt;
> > Bug 11162
> > https://bugzilla.samba.org/show_bug.cgi?id=11162
>
> I tested samba 4.3.1 on Fedora 23 and rawhide.
> The colon problem is not corrected yet.
>
> $ getfattr Mew.txt
> # file: Mew.txt
> user.com.apple.TextEncoding
> user.com.apple.metadatakMDItemFinderComment
>
>
> $ rpm -qi samba
> Name : samba
> Epoch : 2
> Version : 4.3.1
> Release : 3.fc23
> Architecture: x86_64
> Install Date: Wed Nov 25 01:34:40 2015
> Group : System Environment/Daemons
> Size : 1900499
> License : GPL...
2015 Mar 13
3
vfs_fruit: xattr imcompatible with netatalk
> not sure, but the colon in xattr names is probably not handled
> correctly at this point. Can you please file a bugreport so we can
> track this?
Bug 11162
https://bugzilla.samba.org/show_bug.cgi?id=11162
--
HAT
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 SAMBA_XATTR_DOSSTREAM_PREFIX “user.DosStream.”
There is always "user.".
vfs_streams_xatt...
2015 Dec 26
3
vfs_fruit: xattr imcompatible with netatalk
...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
> $ getfattr ICONandEA.txt
> # file: ICONandEA.txt
> user.com.app...
2020 Jun 05
2
Extended attributes not working on mac
...ed attributes but not from any other than DosStream.AFP_AfpInfo.
All of the .com.apple.* attributes, especially DosStream.com.apple.metadata:_kMDItemUserTags are missing when listing the directory.
And again - it tries to access a dotbar file which cannot exist with these settings.
BTW, accessing kMDItemFinderComment works without any issue - i can write and read my comments from finder.
[2020/06/05 11:07:14.015955, 10, pid=51807, effective(1000, 1000), real(1000, 0), class=vfs] ../../source3/smbd/vfs.c:1193(check_reduced_name)
check_reduced_name: check_reduced_name [.] [/home/ssd-data/buchhaltung]
[2020...
2015 Dec 17
0
vfs_fruit: xattr imcompatible with netatalk
...file a bugreport so we can
>> track this?
>
> Bug 11162
> https://bugzilla.samba.org/show_bug.cgi?id=11162
I tested samba 4.3.1 on Fedora 23 and rawhide.
The colon problem is not corrected yet.
$ getfattr Mew.txt
# file: Mew.txt
user.com.apple.TextEncoding
user.com.apple.metadatakMDItemFinderComment
$ rpm -qi samba
Name : samba
Epoch : 2
Version : 4.3.1
Release : 3.fc23
Architecture: x86_64
Install Date: Wed Nov 25 01:34:40 2015
Group : System Environment/Daemons
Size : 1900499
License : GPLv3+ and LGPLv3+
Signature : RSA/SHA256, Thu Nov 19 08:38:3...
2015 Dec 17
2
vfs_fruit: xattr imcompatible with netatalk
...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
>
> smb.conf:
> vfs objects = catia fruit streams_xattr
> fruit:locking = netatalk
> fruit:encoding = native
> streams_xattr:prefix = user.
> streams_xattr:store_stream_type = no
ahhhhhhh, so many options. Sorry about that! :(
Chee...
2020 Jun 05
0
Extended attributes not working on mac
...gt; All of the .com.apple.* attributes, especially DosStream.com.apple.metadata:_kMDItemUserTags are missing when listing the directory.
> And again - it tries to access a dotbar file which cannot exist with these settings.
sure it can exist, for an optional resource fork.
> BTW, accessing kMDItemFinderComment works without any issue - i can write and read my comments from finder.
Strange.
-slow
--
Ralph Boehme, Samba Team https://samba.org/
Samba Developer, SerNet GmbH https://sernet.de/en/samba/
GPG-Fingerprint FAE2C6088A24252051C559E4AA1E9B7126399E46
-------------- next par...
2020 Jun 06
1
Extended attributes not working on mac
...le.* attributes, especially DosStream.com.apple.metadata:_kMDItemUserTags are missing when listing the directory.
>> And again - it tries to access a dotbar file which cannot exist with these settings.
>
> sure it can exist, for an optional resource fork.
>
>> BTW, accessing kMDItemFinderComment works without any issue - i can write and read my comments from finder.
>
> Strange.
>
> -slow
>
> --
> Ralph Boehme, Samba Team https://samba.org/
> Samba Developer, SerNet GmbH https://sernet.de/en/samba/
> GPG-Fingerprint FAE2C6088A24252051C5...
2020 Jun 05
2
Extended attributes not working on mac
these lines were an option before but have already been marked as comments in my config.
same behaviour as before, color tag shows for round about a second and disappears suddenly.
Martin
> Am 05.06.2020 um 09:23 schrieb Ralph Boehme via samba <samba at lists.samba.org>:
>
> Am 6/5/20 um 8:33 AM schrieb Martin Steiner / 3MF GmbH:
>> Any more ideas? It?s not displaying