Reply
Thread Tools
cfh11's Avatar
Posts: 1,062 | Thanked: 961 times | Joined on May 2010 @ Boston, MA
#11
Unless you know what you are doing, pressing the power key and choosing "end current task" is preferable to using kill in Xterm.
__________________
Want to browse streamlined versions of websites automatically when in 2g? Vote for this brainstorm.

Sick of your cell signal not reconnecting after coming out of a bad signal area? Vote for this bug.
 
dchky's Avatar
Posts: 549 | Thanked: 298 times | Joined on Jun 2010 @ Australian in the Philippines
#12
Originally Posted by cfh11 View Post
Unless you know what you are doing, pressing the power key and choosing "end current task" is preferable to using kill in Xterm.
You mean it's preferable to:
ps aux | awk /some process name/ | grep -v awk | awk '{print $2}' | xargs kill -9

:-) (Or as root you could just do a kill -9 -1)

Originally Posted by naturegodtm View Post
if n900 stays on for 3 days , starts to freeze . reboot it and it will be fine.There is a post where someone has created scripts wich fix the problem , instead of rebooting ur phone.
The slowdown can happen in as little as a few hours depending on what you do. (Watching movies) I believe I've tried every single script, tweak, and fix out there - some make a small difference in UI responsiveness, but none, to date, have actually corrected the issue. After booting I can access conversations almost as quickly as I hit the button, after a few hours / days it can take as long as 5 seconds to open.

A reboot is the only solution that works for me.

Last edited by dchky; 2010-10-15 at 00:13.
 
Posts: 4 | Thanked: 0 times | Joined on Oct 2010 @ algeria
#13
hi every one,
Good news, no more freeze. I have removed all widgets and installed swappolube. So I dont really know how the freeze have disapeared.
I think that I am going to put some widgets and see if the freeze come back. the only widjets that i use are: system info widget, desktop command execution widget and fm transmiter.
So as you can see there were not many widgets and it's sad to remove them. I some one has a problem with them let me know.
 
nicholes's Avatar
Posts: 1,102 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#14
Originally Posted by Megaltariak View Post
kill "pid of process" or killall "name of process"
Be careful with killall, all the process with the same name will be killed, kill is a more secure way, type ps in terminal to see the pid of all process.
If it don't work (process still alive and no error message), you can try kill -9 "..." or killall -9 "..."
Process running as root can only be killed as root.
it says "you need to specify whom to kill" i tried to kill 407 (blouetooth) and typed there "kill -407"any suggestion?

and when i typed "kill 407" without the - sign it says "can not kill pid 407: opration not permitted"
 
sutaburosu's Avatar
Posts: 79 | Thanked: 47 times | Joined on Oct 2010 @ Devon, UK
#15
Bluetooth is a kernel thread, as are all processes shown between square brackets; you can't kill them.
 
Posts: 4 | Thanked: 5 times | Joined on Nov 2010
#16
Do you use your bluetooth for audio by any chance?

Bug 9367:
https://bugs.maemo.org/show_bug.cgi?id=9367
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:48.