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
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
mount -t cgroup cgroup /dev/cgroup/cpu -o memory,cpu
mount -t cgroup cgroup /dev/cgroup/cpu
Where there's a will there's a way-N900 RoCK!!