View Single Post
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#556
Just discovered this older posting:

Originally Posted by qole View Post
hstende:

Thanks, it seems that you still have Debian apps running! I see "debbie" and "qchroot" and "loop0" in your ps list.

This is obviously a problem with Fremantle's broken fuser command.

Those having problems, do the following:

Code:
sudo debian echo
sudo cp /.debian/bin/fuser /bin
sudo closechroot
I once had the issue that my N900 got pretty warm in my pocket, and then I found that the Debian application xmaxima was using 100% CPU time although Debian chroot was already closed and unmounted. I don't recall whether this was before or after PR1.1.1. Does anybody know whether Fremantle's fuser is still broken?

Is the above fix still good with the new image? At any rate, I'd do
Code:
sudo cp /bin/fuser /bin/fuser.bak
before!

If there is otherwise no fix in sight, perhaps this could even go into the wiki?

EDIT: Just noticed that /bin/fuser in Fremantle is a link to busybox. I'm pretty ignorant here, but busybox is a file that is more than 10 times bigger than Debian's fuser!? The above code would overwrite /bin/busybox, is that really what you meant, qole?

Last edited by rebhana; 2010-02-21 at 21:48.