[lxc-devel] [linuxcontainers.org/master] cgmanager is not found on bionic.

gardsted on Github lxc-bot at linuxcontainers.org
Sun Dec 2 06:04:50 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 427 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181202/26ea02e4/attachment.bin>
-------------- next part --------------
From d5f7edbf8aa437fce3bf826941fa01d6da8e7f74 Mon Sep 17 00:00:00 2001
From: gardsted <gardsted at users.noreply.github.com>
Date: Sun, 2 Dec 2018 07:01:48 +0100
Subject: [PATCH] cgmanager is not found on bionic.

When giving user the choice of either in the start, this choice should be reflected when referring to it later.
---
 content/lxc/getting-started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/lxc/getting-started.md b/content/lxc/getting-started.md
index b2e27a5..989315d 100644
--- a/content/lxc/getting-started.md
+++ b/content/lxc/getting-started.md
@@ -11,7 +11,7 @@ Extra dependencies for lxc-attach:
 
 Extra dependencies for unprivileged containers:
 
- * libpam-cgfs, cgmanager or another CGroup manager configuring your system for unprivileged CGroups operation
+ * A CGroup manager configuring your system for unprivileged CGroups operation (eg. libpam-cgfs or cgmanager)
  * A recent version of shadow including newuidmap and newgidmap
  * Linux kernel >= 3.12
 
@@ -95,7 +95,7 @@ for the first user on a standard Ubuntu system.
 
 Just before you create your first container, you probably should logout and login again,
 or even reboot your machine to make sure that your user is placed in the right cgroups.
-(This is only required if cgmanager wasn't installed on your machine prior to you installing LXC.)
+(This is only required if the CGroup manager wasn't installed on your machine prior to you installing LXC.)
 
 
 And now, create your first container with:


More information about the lxc-devel mailing list