Re: [Lxc-users] cgroup question

2013-04-12 Thread Kevin Wilson
Serge, Thanks a lot, this explains everything. With "dpkg -l | grep cgroup" I found cgroup-lite, which includes /bin/cgroups-mount and /bin/cgroups-umount scripts. After removing this package and rebooting, cat /proc/mounts | grep cgroup show nothing. I don't know for what is this package intend

Re: [Lxc-users] cgroup question

2013-04-12 Thread Serge Hallyn
Quoting Kevin Wilson (wkev...@gmail.com): > Hello, > Thanks a lot for your answer. > > I reproduced the problem: > this is what I run: (after boot, in Ubuntu 12.10) > > mount -t tmpfscgroup_root/cgroup > > mkdir /cgroup/test1 > mount -t cgroup -o cpuset,devices mytest/cgroup/test1 >

Re: [Lxc-users] cgroup question

2013-04-12 Thread Kevin Wilson
Hello, Thanks a lot for your answer. I reproduced the problem: this is what I run: (after boot, in Ubuntu 12.10) mount -t tmpfscgroup_root/cgroup mkdir /cgroup/test1 mount -t cgroup -o cpuset,devices mytest/cgroup/test1 And I get: mount: mytest already mounted or /cgroup/test1 busy

Re: [Lxc-users] cgroup question

2013-04-10 Thread Serge Hallyn
Quoting Kevin Wilson (wkev...@gmail.com): > Hello, lxc-users gurus, > > cgroup question: > Is it permitted to run this cgroup sequence: > > mount -t tmpfs cgroup_root /cgroup1 > mount -t tmpfs cgroup_root /cgroup2 > > And then try to create and mount subsystems to /cgroup1 and /cgroup2? > > or