Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 454748

Summary: fcaps.eclass - fcaps() sometimes mentions the wrong filesystem type
Product: Gentoo Linux Reporter: Chris Smith <chris>
Component: EclassesAssignee: Constanze Hausner (RETIRED) <constanze>
Status: RESOLVED DUPLICATE    
Severity: normal CC: base-system
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lists.gnu.org/archive/html/bug-coreutils/2013-01/msg00172.html
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Smith 2013-01-30 22:38:08 UTC
net-misc/iputils-20121221-r1 throws garbage postinst messages referring to non-existent filesystems

Reproducible: Always

Actual Results:  
WARN: postinst
Could not set caps on '/bin/arping' due to missing filesystem support.
Make sure you enable XATTR support for 'ext2/ext3' in your kernel.   
Could not set caps on '/bin/ping' due to missing filesystem support.
Make sure you enable XATTR support for 'ext2/ext3' in your kernel. 
Could not set caps on '/bin/ping6' due to missing filesystem support. 
Make sure you enable XATTR support for 'ext2/ext3' in your kernel.  
Could not set caps on '/usr/bin/clockdiff' due to missing filesystem support.                                                 
Make sure you enable XATTR support for 'ext2/ext3' in your kernel.

Expected Results:  
As ext2 and ext3 are not being used nor are they compiled in the kernel these messages should not occur.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-31 04:20:14 UTC
It runs $(stat -f -c %T "${file}") and that returns "ext2/ext3" in some cases.
Comment 2 SpanKY gentoo-dev 2013-01-31 04:53:59 UTC

*** This bug has been marked as a duplicate of bug 454440 ***