Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel 3.8.0 CONFIG_USER_NS
Date: Tue, 26 Feb 2013 22:58:14
Message-Id: 20130226225752.0c1804bf@digimed.co.uk
In Reply to: [gentoo-user] Kernel 3.8.0 CONFIG_USER_NS by shawn wilson
1 On Tue, 26 Feb 2013 17:24:29 -0500, shawn wilson wrote:
2
3 > I'm trying to follow the doc to setup LXC
4 > (http://wiki.gentoo.org/wiki/LXC) and am unable to find this option. I
5 > manually insert it ane make menuconfig again and it gets removed. I
6 > see the other options the doc references:
7 > [*] UTS namespace
8 > [*] IPC namespace
9 > [*] User namespace (EXPERIMENTAL)
10 > [*] PID Namespaces
11 > [*] Network namespace
12 >
13 > But not 'User namespace' - is there something that has/needs to be
14 > enabled/disabled for this to work? I grepped through the 3.8.0 and
15 > 3.5.7 source and see about the same number of references to this
16 > config option, and the only thing I found in googling was these
17 > namespace options are expanding, so I'm guessing it wasn't removed?
18
19 The wiki page says to use / to search for each option in make menuconfig.
20 That shows the option and its dependencies, for example /USER_NS here
21 gives
22
23 Depends on: NAMESPACES [=y] && EXPERIMENTAL [=y] && UIDGID_CONVERTED [=n]
24
25 So the option won't show up here because I haven't enabled
26 UIDGID_CONVERTED.
27
28
29 --
30 Neil Bothwick
31
32 without C people would code in Basi, Pasal and Obol

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Kernel 3.8.0 CONFIG_USER_NS shawn wilson <ag4ve.us@×××××.com>