View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1273
Originally Posted by traysh View Post
thedead1440: is your phone in open mode?

If it is NOT, please help me: download the attached file to your phone, move the file to /home/user, go to /home/user AS ROOT and run the following commands:

tar -zxf ionice.real.tar.gz
chmod a+x ionice.real
./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
./ionice.real -p $(pidof bme_RX-71)


Then paste the result here.
Thank you in advance.
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
~ $
 

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