[Bug 936756] Re: lxc complains about cgroup not available
Arie Skliarouk
skliarie at gmail.com
Thu Sep 6 12:12:12 UTC 2012
kernel 3.2.0-30-generic
cgroup-bin 0.37.1-1ubuntu10
After boot cgroup fs is mounted onto /sys/fs/cgroup
# df | grep cgroup
cgroups 4088656 0 4088656 0% /sys/fs/cgroup
# mount | grep cgroup
cgroups on /sys/fs/cgroup type tmpfs (rw,uid=0,gid=0,mode=0755)
#
and lxc-start complains on "lxc-start: cgroup is not mounted"
To workaround the problem following had to be done:
/etc/init.d/cgconfig stop
mkdir -p /cgroup
mount none -t cgroup /cgroup
After that lxc-start worked properly...
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/936756
Title:
lxc complains about cgroup not available
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/936756/+subscriptions
More information about the Ubuntu-server-bugs
mailing list