Comment 7 for bug 1014692

Revision history for this message
Ike Panhc (ikepanhc) wrote :

There is no cgroup supported with old kernel

ubuntu@c02:~$ cat /proc/version
Linux version 3.2.0-26-highbank (buildd@nihal) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #41-Ubuntu SMP PREEMPT Thu Jun 14 20:55:11 UTC 2012
ubuntu@c02:~$ cat /proc/filesystems | grep cgroup

and it looks good with new kernel

ubuntu@c02:~$ cat /proc/version
Linux version 3.2.0-27-highbank (buildd@ain) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #43-Ubuntu SMP PREEMPT Fri Jul 6 16:48:52 UTC 2012
ubuntu@c02:~$ ls -al /sys/fs/cgroup
total 0
drwxr-xr-x 10 root root 200 Dec 31 1969 .
drwxr-xr-x 6 root root 0 Dec 31 1969 ..
drwxr-xr-x 3 root root 0 Dec 31 1969 blkio
drwxr-xr-x 3 root root 0 Dec 31 1969 cpu
drwxr-xr-x 3 root root 0 Dec 31 1969 cpuacct
drwxr-xr-x 3 root root 0 Dec 31 1969 cpuset
drwxr-xr-x 3 root root 0 Dec 31 1969 devices
drwxr-xr-x 3 root root 0 Dec 31 1969 freezer
drwxr-xr-x 3 root root 0 Dec 31 1969 memory
drwxr-xr-x 2 root root 0 Dec 31 1969 perf_event
ubuntu@c02:~$ ls -al /sys/fs/cgroup/cpu
total 0
drwxr-xr-x 3 root root 0 Dec 31 1969 .
drwxr-xr-x 10 root root 200 Dec 31 1969 ..
-rw-r--r-- 1 root root 0 Dec 31 1969 cgroup.clone_children
--w--w--w- 1 root root 0 Dec 31 1969 cgroup.event_control
-rw-r--r-- 1 root root 0 Dec 31 1969 cgroup.procs
-rw-r--r-- 1 root root 0 Dec 31 1969 cpu.cfs_period_us
-rw-r--r-- 1 root root 0 Dec 31 1969 cpu.cfs_quota_us
-rw-r--r-- 1 root root 0 Dec 31 1969 cpu.rt_period_us
-rw-r--r-- 1 root root 0 Dec 31 1969 cpu.rt_runtime_us
-rw-r--r-- 1 root root 0 Dec 31 1969 cpu.shares
-r--r--r-- 1 root root 0 Dec 31 1969 cpu.stat
drwxr-xr-x 4 root root 0 Jul 10 23:36 libvirt
-rw-r--r-- 1 root root 0 Dec 31 1969 notify_on_release
-rw-r--r-- 1 root root 0 Dec 31 1969 release_agent
-rw-r--r-- 1 root root 0 Dec 31 1969 tasks