Commit 8de09ef5 by Môshe van der Sterre Committed by Daniel Lezcano

check multiple devpts instance

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: 's avatarMôshe van der Sterre <moshevds@gmail.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent f6235d06
...@@ -51,6 +51,7 @@ echo -n "Ipc namespace: " && is_enabled CONFIG_IPC_NS yes ...@@ -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 "Pid namespace: " && is_enabled CONFIG_PID_NS yes
echo -n "User namespace: " && is_enabled CONFIG_USER_NS echo -n "User namespace: " && is_enabled CONFIG_USER_NS
echo -n "Network namespace: " && is_enabled CONFIG_NET_NS echo -n "Network namespace: " && is_enabled CONFIG_NET_NS
echo -n "Multiple /dev/pts instances: " && is_enabled DEVPTS_MULTIPLE_INSTANCES
echo echo
echo "--- Control groups ---" echo "--- Control groups ---"
echo -n "Cgroup: " && is_enabled CONFIG_CGROUPS echo -n "Cgroup: " && is_enabled CONFIG_CGROUPS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment