<div dir="ltr"><div style>I am on CentOS 6.3 and got lxc working on it. But when I run lxc-ps or lxc-netstat, i get the following errors...</div><div><br></div><div>lxc-ps: no cgroup mount point found<br></div><div>lxc-netstat: no cgroup mount point found<br>

</div><div><br></div><div><br></div><div style>Relevant lines in lxc-ps.in... (I tried bot the options)</div><div><br></div><div><div>                # Get the filesystem mountpoint of the hierarchy</div><div>                #mountpoint=$(grep -E "^cgroup [^ ]+ [^ ]+ ([^ ]+,)?$subsystems(,[^ ]+)? " /proc/self/mounts | cut -d ' ' -f 2)</div>

<div>                mountpoint=$(grep -E "^[^ ]+ [^ ]+ cgroup ([^ ]+,)?$subsystems(,[^ ]+)? " /proc/self/mounts | cut -d ' ' -f 2)</div><div>                if [ -z "$mountpoint" ]; then continue; fi</div>

</div><div><br></div><div><br></div><div><div># mount | grep cgroup</div><div>none on /cgroup type cgroup (rw)</div></div><div><br></div><div><div># grep cgroup /etc/fstab </div><div>none <span class="" style="white-space:pre">                   </span>/cgroup <span class="" style="white-space:pre">          </span>cgroup <span class="" style="white-space:pre">   </span>defaults <span class="" style="white-space:pre"> </span>0 0</div>

</div><div><br></div><div><div># grep cgroup /proc/self/mounts</div><div>none /cgroup cgroup rw,relatime,net_prio,perf_event,blkio,net_cls,freezer,devices,memory,cpuacct,cpu,ns,cpuset 0 0</div></div><div><br></div><br clear="all">

<div>ShiB.<br>while ( ! ( succeed = try() ) );</div>
</div>