View Single Post
Harick's Avatar
Posts: 140 | Thanked: 369 times | Joined on Jun 2010 @ Ituzaingo, Argentina
#710
Originally Posted by thingonaspring View Post
@l33int13h

ls -l /dev/cgroup/cpu

You should see a directory named applications, another named desktop and a bunch of files.
If it says "file or directory does not exist" then the patch hasn't applied.
my /dev/cgroup/cpu doesn't have anything like that or this

The patch does this by creating multiple classes of task
/dev/cgroup/cpu/tasks
/dev/cgroup/cpu/desktop/tasks
/dev/cgroup/cpu/applications/tasks
/dev/cgroup/cpu/applications/standby/tasks
/dev/cgroup/cpu/applications/launcher/tasks
but has something like this
Code:
/dev/cgroup/cpu/user/11601/task
/dev/cgroup/cpu/user/11601/notify_on_release
/dev/cgroup/cpu/user/11723/task
/dev/cgroup/cpu/user/11723/notify_on_release
/dev/cgroup/cpu/user/11798/task
/dev/cgroup/cpu/user/11798/notify_on_release
/dev/cgroup/cpu/user/19897/task
/dev/cgroup/cpu/user/19897/notify_on_release
/dev/cgroup/cpu/user/2116/task
/dev/cgroup/cpu/user/2116/notify_on_release

...
and so
does this means that the patch didn't applied succesfully?