maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Emergency, help me please, thank you. full rootfs (https://talk.maemo.org/showthread.php?t=40144)

Death Scythe 2010-01-12 14:45

Re: Emergency, help me please, thank you. full rootfs
 
Quote:

Originally Posted by rewt (Post 465612)
I don't think you're going to get much better than 63%.

How much mb is 63%?

dba 2010-01-12 17:35

Re: Emergency, help me please, thank you. full rootfs
 
Quote:

Originally Posted by mr_bridger (Post 466017)
Problem is, theres no easy way off telling whats unoptified is there?

mr_bridger, no offense, and I don't know if you are one of the people I'm going to complain about. But your post sort of set me off. Don't assume I'm talking about you.

Target directories in the root fs is only one of many potential problems you can have installing from extras-devel. If we made up an extras-devel-optified repository (say), applications you found there wouldn't necessarily be any more suitable than applications you found in extras-devel-nonoptified.

I'm becoming a bit irritated at the boundless number of people who install out of extras-devel, ignoring the red flags, and then don't know how to deal with e.g. reduced root space issues. devel is for developers. It is not ready for testing by adventurous users. It is not ready for production. Programs you find there may not install (or deinstall) cleanly. Programs you find there may be half-baked, may be proof-of-concept, may be damaging.

You have to go out of your way to add devel to the repository list, and if you do then you should have some technical proficiency (or be willing and able to re-flash your device if you make a mess).

noobmonkey 2010-01-12 17:48

Re: Emergency, help me please, thank you. full rootfs
 
Go and vote/discuss/talk about/add solutions my prettttties! - Brainstorm - 'Saveme' Button

If everyone who has had this problem got together and came up with a solution it will lessen the effect in the coming months - or could lessen it anyway...

Ossi may end up with a few hairs left on his head :)

slender 2010-01-12 18:07

Re: Emergency, help me please, thank you. full rootfs
 
Quote:

Originally Posted by dba (Post 466723)
...
I'm becoming a bit irritated at the boundless number of people who install out of extras-devel, ignoring the red flags, and then don't know how to deal with e.g. reduced root space issues. devel is for developers. It is not ready for testing by adventurous users. It is not ready for production...

Dear dba, for sake of your and people who also are getting irritated, sanity i would advise you to take day or week off from here or internet when the main update hits servers. It´s going to be total clusterfück when the shait hits the fan and high number of users come here to wonder things including this rootfs "problem" and maybe broken dependencies etc. after testing stuff from testing/development repositories.

Just saying :)

dba 2010-01-12 19:12

Re: Emergency, help me please, thank you. full rootfs
 
Yeah, it's going to be noisy all right. ("Going to be", he says. :rolleyes:)

Immediately after posting my rant I went over to brainstorm, intending to propose that the installation of anything from extras-devel permanently change the desktop to a radiation danger symbol or something. (Requiring, say, a gconf-editor change to put back, along with a clue.)

Alas, the brainstorm server is down. Meanwhile, I think I'll switch to decaf for the afternoon.

ratel 2010-01-12 19:23

Re: Emergency, help me please, thank you. full rootfs
 
Quote:

Originally Posted by ossipena (Post 465809)
DISCLAIMER: DON'T PASTE ANYTHING TO XTERM UNLESS YOU KNOW WHAT YOU ARE DOING!!!!

sudo gainroot
rm -rf /

will fix the problem. after that you have 100% free in your rootfs.
e: and you have just "bricked" your device btw


or just remove unoptified apps....

You know what to do.....I know what to do.....but there are many out there who don't what to do.

You can warn ppl over and over again....

So please do not create such posts....because there are ppl who wil try your command and will ask for answers....again and again and again......

Deni 2010-01-12 19:38

Re: Emergency, help me please, thank you. full rootfs
 
My rootfs got only ~15MB free space. I uninstalled 22MB Bounce. It's still at 15. I uninstalled some more. No change.
What to do?

RevdKathy 2010-01-12 19:42

Re: Emergency, help me please, thank you. full rootfs
 
Quote:

Originally Posted by Deni (Post 466969)
My rootfs got only ~15MB free space. I uninstalled 22MB Bounce. It's still at 15. I uninstalled some more. No change.
What to do?

Disable the respositories in your app manager for extras testing and extras devel.

Then reboot and check your rootfs.

After that, try removing any apps you installed from those repositories. Uninstalling professional apps like Bounce isn't going to make any difference.

It's not the app itself that's filling up that space - its odd libraries and dependencies (including some stuff from Qt Grrrr) that's taking up space, and the likeliest culprits are any apps you installed from the development chain such as testing or devel.

slender 2010-01-12 19:43

Re: Emergency, help me please, thank you. full rootfs
 
Quote:

Originally Posted by Deni (Post 466969)
My rootfs got only ~15MB free space. I uninstalled 22MB Bounce. It's still at 15. I uninstalled some more. No change.
What to do?

No reason to remove that. Please read this areas "N900".sticky FAQ.

Piosio 2010-01-12 20:03

Re: Emergency, help me please, thank you. full rootfs
 
I had also full rootfs some time ago...
I have used some script from http://sumoudou.org...

For to do it you have to install "rootsh" from extras via app manager

Then open Xterminal
and write this commands:
sudo gainroot
apt-get install nano
nano clear_rootfs.ash
past this code:
Code:

#!/bin/ash

mkdir -p /home/root/usr/share
cd /usr/
for FILE in games include local src var
do
mv $FILE /home/root/usr/
ln -s /home/root/usr/$FILE /usr/
done

mkdir -p /home/root/var/cache
cd /var/cache/
for FILE in apt
do
mv $FILE /home/root/var/cache/
ln -s /home/root/var/cache/$FILE /var/cache/
done

cd /usr/share/
for FILE in fonts icons locale mime nokia-maps pixmaps sounds themes tutorial-applet zoneinfo
do
mv $FILE /home/root/usr/share/
ln -s /home/root/usr/share/$FILE /usr/share/
done

mkdir /home/root/usr/share/games
ln -s /home/root/usr/share/games .

save and exit
Then execute created file by this command: sh clear_rootfs.ash

when script end his job just reboot device...
u can use "reboot" command =)

That's all what i have done

Now I'm able to install what I want.. and my rootfs is at 76MB free all the time even after update to the last software "v1.2009.42.11" via OTA

Something like "full rootfs" does not exist for me atm... ;)

sorry for my bad english ;p
Good Luck!


All times are GMT. The time now is 23:08.

vBulletin® Version 3.8.8