View Single Post
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1275
Originally Posted by Schturman View Post
For you (I'm with inception)
Code:
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 bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#
As USER:
Code:
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $
--------------------------
~ $ cd /home/user
~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof bme_RX-71)
unknown: prio 0
~ $
Oh, please try again replacing bme_RX-71 with meegotouchhome both as root and as user
 

The Following User Says Thank You to traysh For This Useful Post: