Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kernel - locating option
Date: Fri, 27 Dec 2013 01:00:16
Message-Id: 201312270059.42538.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] kernel - locating option by Joseph
1 On Friday 27 Dec 2013 00:35:33 Joseph wrote:
2 > On 12/27/13 00:17, Mick wrote:
3 > >On Thursday 26 Dec 2013 23:52:17 Joseph wrote:
4 > >> I need to enable one option in the kernel-3.5.7-gentoo "CONFIG_FHANDLE"
5 > >> "systemd" need it. I know it is in "General setup" section. Looking
6 > >> location with "/"
7 > >>
8 > >> Symbol: FHANDLE [=n]
9 > >>
10 > >> Type : boolean
11 > >> Prompt: open by fhandle syscalls
12 > >> Defined at init/Kconfig:295
13 > >>
14 > >> Location:
15 > >> -> General setup
16 > >>
17 > >> Selects: EXPORTFS [=n]
18 > >>
19 > >> But I can not seem to location it, which option is it. I'm using "make
20 > >> menuconfig"
21 > >>
22 > >> Is there a better tool to configure/search for these options; this "make
23 > >> menconfig" is not user friendly.
24 > >
25 > >The current stable gentoo kernel is 3.10.17, so what is it that you are
26 > >seeking with this old 3.5.7 version?
27 > >
28 > >Run emerge --sync to get the latest sources and then look under general to
29 > >find it. It is under 'General setup' alright:
30 > >
31 > >General setup --->
32 > >...
33 > >
34 > > [*] System V IPC
35 > > [*] POSIX Message Queues
36 > > [*] open by fhandle syscalls <--This one!
37 > >
38 > >HTH.
39 >
40 > Thank you! Yes, I found it.
41 > Though, it would be nice if I look for an option to enable, from search
42 > menu "/" if it finds it I should be able to select it :-/
43
44 I think xconfig may be easier for this purpose? I'm not sure, but there are
45 other ncurses, or GUI-fied kernel configuration applications. Try this to see
46 if it serves your purpose when logged into an X session:
47
48 make xconfig
49
50 Use Ctrl+f to search for particular modules. Don't forget to save your
51 changes before you build your new kernel!
52
53 --
54 Regards,
55 Mick

Attachments

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

Replies

Subject Author
Re: [gentoo-user] kernel - locating option Joseph <syscon780@×××××.com>