Re: [Libcg-devel] cgconfigparser doesn't create any cgroup

2014-06-02 Thread Michal Hocko
On Tue 27-05-14 18:35:45, Michal Hocko wrote: > Hi, > I have the following /etc/cgconfig.conf: > mount { > memory = /sys/fs/cgroup/memory; > } > > group foo { > perm { > task { > uid = root; > gid = users; >

Re: [Libcg-devel] cgconfigparser doesn't create any cgroup

2014-06-02 Thread Michal Hocko
[Try to add maintainer into CC] On Tue 27-05-14 18:35:45, Michal Hocko wrote: > Hi, > I have the following /etc/cgconfig.conf: > mount { > memory = /sys/fs/cgroup/memory; > } > > group foo { > perm { > task { > uid = root; >

[Libcg-devel] cgconfigparser doesn't create any cgroup

2014-05-27 Thread Michal Hocko
Hi, I have the following /etc/cgconfig.conf: mount { memory = /sys/fs/cgroup/memory; } group foo { perm { task { uid = root; gid = users; fperm = 660; } admin {