The Following 10 Users Say Thank You to traysh For This Useful Post: | ||
|
2013-04-23
, 15:53
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1282
|
The Following 26 Users Say Thank You to traysh For This Useful Post: | ||
|
2013-04-23
, 16:02
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1283
|
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
~ $
/opt/fastern9/bin/ionice.real -c 1 -n 0 -p $(pidof meegotouchhome) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof tracker-store) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof tracker-miner-fs) /opt/fastern9/bin/ionice.real -c 1 -n 7 -p $(pidof bme_RX-71) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof facebook-meego) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof twitter-meego) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof commhistoryd) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof msgindexer) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof messageserver) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof feedengine) /opt/fastern9/bin/ionice.real -c 3 -p $(pidof msyncd) /opt/fastern9/bin/ionice.real -p $(pidof meegotouchhome) /opt/fastern9/bin/ionice.real -p $(pidof tracker-store) /opt/fastern9/bin/ionice.real -p $(pidof tracker-miner-fs) /opt/fastern9/bin/ionice.real -p $(pidof bme_RX-71) /opt/fastern9/bin/ionice.real -p $(pidof facebook-meego) /opt/fastern9/bin/ionice.real -p $(pidof twitter-meego) /opt/fastern9/bin/ionice.real -p $(pidof commhistoryd) /opt/fastern9/bin/ionice.real -p $(pidof msgindexer) /opt/fastern9/bin/ionice.real -p $(pidof messageserver) /opt/fastern9/bin/ionice.real -p $(pidof feedengine) /opt/fastern9/bin/ionice.real -p $(pidof msyncd)
The Following User Says Thank You to traysh For This Useful Post: | ||
|
2013-04-23
, 16:03
|
Posts: 1,033 |
Thanked: 1,013 times |
Joined on Jan 2010
|
#1284
|
|
2013-04-23
, 16:06
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1285
|
So, this massive speed improvement won't be available for closed N9s? Also, can you suggest how to correct the stutter/skipping that we get for Ochotrack since adding it under "classify media" or "classify desktop" doesn't get rid of the skipping?
Thanks!
The Following 6 Users Say Thank You to traysh For This Useful Post: | ||
|
2013-04-23
, 16:09
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#1286
|
|
2013-04-23
, 16:10
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1287
|
The Following User Says Thank You to traysh For This Useful Post: | ||
|
2013-04-23
, 16:16
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#1288
|
|
2013-04-23
, 16:26
|
Posts: 1,033 |
Thanked: 1,013 times |
Joined on Jan 2010
|
#1289
|
|
2013-04-23
, 16:38
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#1290
|
This is what I'm going to do: release the next versions with these commands among with other improvements. The ionice commands will work for people who are using their phone in open mode only but won't do any harm to people who aren't.
Then later I'll try to make them work to everyone, but this will take time.