Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482828 - fcaps.eclass - Could not set caps on '/usr/libexec/qemu-bridge-helper' due to missing filesystem support: -/ /- enable XATTR support for 'ext2/ext3' in your kernel (if configurable)
Summary: fcaps.eclass - Could not set caps on '/usr/libexec/qemu-bridge-helper' due to...
Status: RESOLVED DUPLICATE of bug 454440
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 17:45 UTC by Toralf Förster
Modified: 2013-09-15 12:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2013-08-28 17:45:28 UTC
Got during re-emerge :

WARN: postinst
Could not set caps on '/usr/libexec/qemu-bridge-helper' due to missing filesystem support:
* enable XATTR support for 'ext2/ext3' in your kernel (if configurable)
* mount the fs with the user_xattr option (if not the default)
* enable the relevant FS_SECURITY option (if configurable)

but I do have an EXT4 fs.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2013-08-29 13:32:38 UTC
We don't do anything special in this package. We just use fcaps.eclass
Comment 2 SpanKY gentoo-dev 2013-09-12 21:32:52 UTC
it's hard to say what it is you have trouble with.  if it's the "ext2/ext3", that is purely a display issue.  otherwise, follow the directions and add the missing features to your kernel.

*** This bug has been marked as a duplicate of bug 454440 ***
Comment 3 Toralf Förster gentoo-dev 2013-09-15 12:49:04 UTC
(In reply to SpanKY from comment #2)
> it's hard to say what it is you have trouble with.  if it's the "ext2/ext3",
> that is purely a display issue.  otherwise, follow the directions and add
> the missing features to your kernel.
> 
> *** This bug has been marked as a duplicate of bug 454440 ***

Yeah - it is a minor issue, eg. for EXT4 and kernel 3.11 I do not have/see an EXT4_FS_XATTR option in the kernel sources  - /me was just wondering if it could distract people.