View Single Post
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1279
Originally Posted by Schturman View Post
As ROOT:
RM696-21-3_PR_001:~# cd /home/user
RM696-21-3_PR_001:/home/user# tar -zxf ionice.real.tar.gz
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof meegotouchhome)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof meegotouchhome)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#


As USER:
~ $ cd /home/user
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $ ./ionice.real -c 1 -n 7 -p $(pidof meegotouchhome)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof meegotouchhome)
unknown: prio 4
~ $
That's bad news. It seems aegis will not allow it, inception or open mode is required, but I don't want FasterN9 to need them.
 

The Following 2 Users Say Thank You to traysh For This Useful Post: