ivnvir
|
2010-07-24
, 15:11
|
Posts: 263 |
Thanked: 108 times |
Joined on May 2008
|
#131
|
|
2010-07-24
, 15:49
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#132
|
Soon I will be updating the script with some suggestions I have seen, but It may last one or 2 weeks because I have to test every script to the limits to see if after 7, 10 o 15 days of use it develop any problem. So, please be patient. 2 months of test for only one script is a lot, the script is very mature as I posted first, thank GOD. Feel free to try it and please write us back with your results and experiences. Meanwhile, as I always say, GOD Bless You ALL!
|
2010-07-24
, 17:31
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#133
|
When i run the script it states that it is optimized but in all lines there was also the messages 'nothing was changed or killed'...
Am I doing something wrong?
|
2010-07-24
, 18:55
|
Posts: 50 |
Thanked: 5 times |
Joined on Nov 2009
|
#134
|
I had this exact problem, it was complaining about empty lines.
I fixed it by editing the file with "Midnight Commader" to correct the bad NewLine/CarrigeReturn charaters. It seems the Linux can get put off by a Microsoft Window style NewLines.
Windows used two characters and Linux/Unix only use one character.
Hope this helps.
|
2010-07-24
, 23:08
|
|
Posts: 354 |
Thanked: 151 times |
Joined on Mar 2008
@ London (UK) / Zielona Góra (PL)
|
#135
|
Yes, there is: http://wiki.maemo.org/Documentation/...5/sp-endurance
This is too much / too hard for the end user. How about something that monitors and logs CPU, memory, io, etc. for each process in fine details with timestamps? This way I can at least find what process / operation is being a bully so I can investigate it further?
|
2010-07-25
, 07:27
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#136
|
|
2010-07-25
, 08:02
|
Posts: 208 |
Thanked: 91 times |
Joined on Jun 2010
|
#138
|
|
2010-07-25
, 08:53
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#139
|
|
2010-07-25
, 09:27
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#140
|
it's so you don't have to run as root, meaning you can use the command in alarmed without using sudo
(I had the same problem with sudo asking for a password)
First extract OptimizeN900 and copy to you N900 (I copied to Downloads)
Then go into xterm and run the following code
Code:rootmakes the directory 'scripts' within 'opt'Code:mkdir /opt/scripts
Copies the OptimizeN900 file from 'Downloads' to 'scripts'Code:cp /home/user/MyDocs/Downloads/OptimizeN900 /opt/scripts
Code:chown root /opt/scripts/OptimizeN900After you've done that you can execute the script by typingCode:chmod 4755 /opt/scripts/OptimizeN900
You can also put this command into alarmedCode:sh /opt/scripts/OptimizeN900