View Single Post
Posts: 44 | Thanked: 5 times | Joined on May 2010
#1
Hey guys, (:
LOL WHAT A LAME INTRO, ANYWAYS!

So yeah, My rootfs was at 80% and I got sick of looking at it, so I changed it to 65% and it's 84mb now?
Anyways, theres a tweak you should all watch out for.

mv /usr/share/microb-engine /home/opt
ln -s /home/opt/microb-engine /usr/share/microb-engine
This command is very dangerous.
Here are the out-comes and in-detail explanation of what this command does.

In-Detail Explanation Of Original Command
mv /usr/share/microb-engine /home/opt -- This part moves "microb-engine from the usr/share/ directory, to home/opt (Non rootfs 256MB storage)

ln -s /home/opt/microb-engine /usr/share/microb-engine -- This part sets the instruction to find the microb-engine (Otherwise known as Web Browser) to home/opt/microb-engine from /usr/share/microb-engine (Yes yes, the rootfs 256MB Partition)

Effects
1. Web Browsing will NOT work.
2. The important and probably most scariest problem of all. 100% CPU Usage on IDLE

Yeah, 100% CPU at 600MhZ non-stop without even touching your machine. Thank god it was on a low priority and reversed the effects.
Here's how, just incase you bump into such a bug.

mv /home/opt/microb-engine /usr/share
ln -s /usr/share/microb-engine /home/opt/microb-engine
In-Detail Explanation of Command

mv /home/opt/microb-engine /usr/share -- Moves home/opt/microb-engine folder to /usr/share (Original 256MB Partition rootfs)
ln -s /usr/share/microb-engine /home/opt/microb-engine -- Tells OS to find the program at usr/share/microb-engine from /home/opt/microb-engine

Anyways, hope you guys never bump into this bug, if you do though, hopefully this will prevent you from reflashing your machine.
Happy N900'ing. (:

-NEWBIE
jaaastinn[;