First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 93348
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Doug Goldstein <cardoe@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
attr_copy_file-suppress-warning.patch attr_copy_file-suppress-warning.patch patch Doug Goldstein 2005-05-20 11:12 0000 685 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 93348 depends on: Show dependency tree
Bug 93348 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-20 10:49 0000
If a user runs Beagle on their system and Beagle indexes a file, if you try to
copy that file to say a FAT formated USB Disk (as most are), the copy will fail
and give a bunch of errors. Robert Love has a proposed patch for attr which I'm
including here.

Instead of

        $ cp x /var/tmp
        cp: setting attribute `user.Beagle.Uid' for `/var/tmp/x':
        Operation not supported
        cp: setting attribute `user.Beagle.MTime' for `/var/tmp/x':
        Operation not supported
        cp: setting attribute `user.Beagle.IndexTime' for `/var/tmp/x':
        Operation not supported
        cp: setting attribute `user.Beagle.Fingerprint' for
        `/var/tmp/x': Operation not supported

I fixed it.  We now have

        $ cp x /var/tmp
        cp: Metadata will be lost, setting attributes for `/var/tmp/x':
        Operation not supported

Looks like attr is only pulled into coreutils with the acl USE flag... even
though attr is used for more then just ACLs... but oh well.

------- Comment #1 From Doug Goldstein 2005-05-20 11:12:25 0000 -------
Created an attachment (id=59395) [edit]
attr_copy_file-suppress-warning.patch

------- Comment #2 From SpanKY 2005-05-20 18:11:30 0000 -------
*** Bug 93389 has been marked as a duplicate of this bug. ***

------- Comment #3 From SpanKY 2005-05-20 18:35:47 0000 -------
added to attr-2.4.19-r1

First Last Prev Next    No search results available      Search page      Enter new bug