View Single Post
CasTTeLLo's Avatar
Posts: 335 | Thanked: 51 times | Joined on May 2010
#398
Originally Posted by phedders View Post
Getting permission errors in xterm? Maybe you have this problem - where for example running the active parts of speedpatch manually:

Code:
root@Nokia-N900:~#     mkdir -p /dev/cgroup/cpu
root@Nokia-N900:~#     mount -t cgroup cgroup /dev/cgroup/cpu -o cpu,memory
mount: mounting cgroup on /dev/cgroup/cpu failed: Device or resource busy
I suspect (havent tested) that this is because cgroups is already mounted on /syspart - I had to change the mount in /etc/event.d/speedpatch from
Code:
mount -t cgroup cgroup /dev/cgroup/cpu -o memory,cpu
to
Code:
mount -t cgroup cgroup /dev/cgroup/cpu
so wat should i do??
__________________
Best Regard,

CasTTeLLo