Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] File-system mounting questions
Date: Sat, 19 Sep 2015 23:07:10
Message-Id: 20150919190651.GA20920@waltdnes.org
In Reply to: Re: [gentoo-user] File-system mounting questions by Fernando Rodriguez
1 On Fri, Sep 18, 2015 at 05:36:35PM -0400, Fernando Rodriguez wrote
2 > On Friday, September 18, 2015 5:14:15 PM Walter Dnes wrote:
3 > > * Could not set caps on '/usr/bin/readcd' due to missing filesystem support:
4 > > * * enable XATTR support for 'ext2/ext3' in your kernel (if configurable)
5 > > * * mount the fs with the user_xattr option (if not the default)
6 > > * * enable the relevant FS_SECURITY option (if configurable)
7 > > >>> Auto-cleaning packages...
8 > >
9 > > That might explain my problems. So I modified my kernel as below...
10 > >
11 > > <*> Second extended fs support
12 > > [*] Ext2 extended attributes
13 > > [ ] Ext2 POSIX Access Control Lists
14 > > [ ] Ext2 Security Labels
15 > > <*> Ext3 journalling file system support
16 > > [*] Default to 'data=ordered' in ext3
17 > > [*] Ext3 extended attributes
18 > > [ ] Ext3 POSIX Access Control Lists
19 > > [ ] Ext3 Security Labels
20 >
21 > You'll also need this ^
22
23 [...deletia...]
24
25 > Just add the user_xattr unde <opts> column. Like:
26 >
27 > UUID=34868f06-d56b-4539-a649-33ec96b50d74 / ext3 noatime,user_xattr 0 1
28
29 Thanks. It has greatly improved things. I added...
30 [*] Ext2 Security Labels
31 [*] Ext3 Security Labels
32
33 Thank you very much; it works. The number of warnings as regular user
34 is greatly reduced. It no longer complains about insufficient device
35 permissions or the possibility of jitter. There are now only 2 lines of
36 meddages. They're about "Operation not permitted", like so...
37
38
39 No media catalog number present.
40 scanning for ISRCs: 20 ...
41 index scan: 20...
42 samplefile size will be 494726780 bytes.
43 recording 2804.5733 seconds stereo with 16 bits @ 44100.0 Hz ->'audio'...
44 using lib paranoia for reading.
45 cdda2wav: Operation not permitted. Cannot set process capabilities.
46 cdda2wav: Operation not permitted. Cannot set posix realtime scheduling policy.
47
48
49 But everything seems to work OK, so I'm satisfied.
50
51 --
52 Walter Dnes <waltdnes@××××××××.org>
53 I don't run "desktop environments"; I run useful applications