From 8de09ef5560c418d055a531efeabc5adee345ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B4she=20van=20der=20Sterre?= Date: Mon, 20 Apr 2009 22:10:59 +0200 Subject: [PATCH] check multiple devpts instance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello, It took me some thinking to figure out DEVPTS_MULTIPLE_INSTANCES was disabled. Maybe checking for it in lxc-checkconfig will be helpfull to others. Greetings, Môshe van der Sterre Signed-off-by: Môshe van der Sterre Signed-off-by: Daniel Lezcano --- src/lxc/lxc-checkconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/lxc-checkconfig.in b/src/lxc/lxc-checkconfig.in index 9cf29ddf9..e951eff70 100755 --- a/src/lxc/lxc-checkconfig.in +++ b/src/lxc/lxc-checkconfig.in @@ -51,6 +51,7 @@ echo -n "Ipc namespace: " && is_enabled CONFIG_IPC_NS yes echo -n "Pid namespace: " && is_enabled CONFIG_PID_NS yes echo -n "User namespace: " && is_enabled CONFIG_USER_NS echo -n "Network namespace: " && is_enabled CONFIG_NET_NS +echo -n "Multiple /dev/pts instances: " && is_enabled DEVPTS_MULTIPLE_INSTANCES echo echo "--- Control groups ---" echo -n "Cgroup: " && is_enabled CONFIG_CGROUPS