Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] XATTR missing from ext4?
Date: Sat, 01 Jul 2017 11:50:23
Message-Id: 10201199.nOKg2Blue2@dell_xps
1 I updated an old PC which has / on ext4 and noticed this when ping was
2 installed:
3
4 --- replaced obj /bin/ping
5 --- replaced dir /bin
6 >>> Regenerating /etc/ld.so.cache...
7 >>> Original instance of package unmerged safely.
8 * Could not set caps on '/bin/ping' due to missing filesystem support:
9 * * enable XATTR support for 'ext2/ext3' in your kernel (if configurable)
10 * * mount the fs with the user_xattr option (if not the default)
11 * * enable the relevant FS_SECURITY option (if configurable)
12 * Could not set caps on '/bin/ping6' due to missing filesystem support:
13 * * enable XATTR support for 'ext2/ext3' in your kernel (if configurable)
14 * * mount the fs with the user_xattr option (if not the default)
15 * * enable the relevant FS_SECURITY option (if configurable)
16 * Could not set caps on '/bin/arping' due to missing filesystem support:
17 * * enable XATTR support for 'ext2/ext3' in your kernel (if configurable)
18 * * mount the fs with the user_xattr option (if not the default)
19 * * enable the relevant FS_SECURITY option (if configurable)
20 >>> net-misc/iputils-20151218 merged.
21
22 The ext filesystems are configured in the kernel like so:
23
24 # egrep EXT[[:digit:]] /usr/src/linux/.config
25 CONFIG_EXT2_FS=y
26 CONFIG_EXT2_FS_XATTR=y
27 # CONFIG_EXT2_FS_POSIX_ACL is not set
28 # CONFIG_EXT2_FS_SECURITY is not set
29 CONFIG_EXT3_FS=y
30 # CONFIG_EXT3_FS_POSIX_ACL is not set
31 # CONFIG_EXT3_FS_SECURITY is not set
32 CONFIG_EXT4_FS=y
33 CONFIG_EXT4_FS_POSIX_ACL=y
34 # CONFIG_EXT4_FS_SECURITY is not set
35 CONFIG_EXT4_ENCRYPTION=y
36 CONFIG_EXT4_FS_ENCRYPTION=y
37 # CONFIG_EXT4_DEBUG is not set
38
39 and mounted like so:
40
41 /dev/sda3 on / type ext4 (rw,noatime,data=ordered)
42
43 Should this be different so the ewarning does not happen?
44 --
45 Regards,
46 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] XATTR missing from ext4? David W Noon <dwnoon@××××××××.com>
Re: [gentoo-user] XATTR missing from ext4? Rasmus Thomsen <Rasmus.thomsen@××××××××××.com>