OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: mschellens on June 30, 2005, 01:23:07 pm
-
When I start eg. LTris, my C3000 seems to hang completely.
So for I hard reset it then. Is there another better way to end a
hanging application (Like Crt/Alt/BackSpace for X)?
Qtopia isn't responsive anymore at all.
Thanks,
ms
-
Goto console and do a 'ps -ef' which will list all the processes
get the processID for the hanging application and then 'kill <pid>' to end the hung-up application.
-
Goto console and do a 'ps -ef' which will list all the processes
get the processID for the hanging application and then 'kill <pid>' to end the hung-up application.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86475\"][{POST_SNAPBACK}][/a][/div]
Thanks, but the problem is that I cannot go to the console then anymore
as Qtopia isn' responding...
ms
-
I think for the most part (unless someone else knows better) a hard reset might be in order. If it really is only qtopia that's frozen, then you may be able to get around it. Make sure you have a network connection established before you run the app. Better yet, have an open ssh connection as root. From the there you might be able to kill a process or restart qtopia.
-
I think for the most part (unless someone else knows better) a hard reset might be in order. If it really is only qtopia that's frozen, then you may be able to get around it. Make sure you have a network connection established before you run the app. Better yet, have an open ssh connection as root. From the there you might be able to kill a process or restart qtopia.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86651\"][{POST_SNAPBACK}][/a][/div]
Hm, thats not really satifying of course.
It take ages until the Z is ready again.
The file system might be damaged also...
Ok, thanks anyway,
ms
-
...or restart qtopia.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=86651\"][{POST_SNAPBACK}][/a][/div]
How does one restart Qtopia through ssh? I tried telinit 2 and telinit 5 but it did not restart on a C3000 (works on a C860)...
-- hns
-
killall qpe
should do it, if not try killall -9 qpe
or if you know the pid for pqe kill -9
The other option, rather than killing qpe, is to use top or some such utility to see what program is hogging the cpu and kill that.
Stu