mikec
|
2009-12-11
, 17:24
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#11
|
|
2009-12-11
, 17:29
|
Posts: 486 |
Thanked: 251 times |
Joined on Oct 2009
|
#12
|
When I've had to use kill on various linux boxes from time to time, i always use
where pid is the process identifier as listed in the output from the 'top' command.Code:/kill -9 pid
More info on the kill command here.
|
2009-12-11
, 17:33
|
Posts: 486 |
Thanked: 154 times |
Joined on Sep 2009
@ New York City
|
#13
|
|
2009-12-11
, 17:33
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#14
|
Thanks!
Is adding this type of function as part of the UI on the road-map?
Not just games can cause this. I have noticed that any Flash content on a page can cause the browser to stay active and drain the battery.
Seems like a bug / weak design of the OS and browser. I think that a lot of the random problems with battery and performance people are having is due to Flash and the OS's inability to kill the process when closing the browser.
|
2009-12-12
, 01:08
|
Posts: 3 |
Thanked: 0 times |
Joined on Dec 2009
|
#15
|
kill should always be tried before kill -9. kill gives the application the chance to clean up after itself before exiting.
At the application level, kill -9 is like pulling the battery or power cord on a computer instead of shutting it down.
After a kill command, repeat it or otherwise check that the process really is dead. If not, then kill -9 is required.
|
2010-02-11
, 23:30
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#16
|
|
2010-02-11
, 23:54
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#17
|
|
2010-02-12
, 19:28
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#18
|
@Flandry: how can I kill flash process on my ubuntu?
I opened a terminal and I typed: ps aux|grep flash
but nothing appeared!
thank you
|
2010-02-13
, 15:51
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#19
|
|
2010-02-13
, 17:36
|
Posts: 50 |
Thanked: 36 times |
Joined on Feb 2010
|
#20
|
Tags |
battery drain, bug, flash, fremantle, game, maemo, maemo 5, maemo browser, plug-in, warning, web browser, zombie |
|