Reply
Thread Tools
Posts: 25 | Thanked: 6 times | Joined on Jan 2010 @ Lagos, Nigeria
#231
Rob1n, thanx for the help...my application manager's back to life...now all I gotta worry abt is freeing up space on my rootfs so as to allow me update...but then, some things baffles me though so I got a few questions to ask if u dnt mind...are d updates installed on d rootfs or on d 2GB partition? how do I confirm if an app is optified after installation? what is python? how do I know d contents of d rootfs?
 
Posts: 278 | Thanked: 209 times | Joined on Dec 2009
#232
Originally Posted by Niggydip View Post
.are d updates installed on d rootfs or on d 2GB partition?
rootfs

Originally Posted by Niggydip View Post
.
how do I confirm if an app is optified after installation?
You check rootfs space before and after. If it used too much space (more than 1mb), chances are, it's not optified well.

Originally Posted by Niggydip View Post
.
what is python?
Programming language used to make many programs. Python Package needs to be on the N900 for applications written in Python to work

Originally Posted by Niggydip View Post
.
how do I know d contents of d rootfs?
Following are useful applications for this:
http://maemo.org/downloads/product/Maemo5/packageview/
http://maemo.org/downloads/product/Maemo5/storageusage/
 

The Following 2 Users Say Thank You to Corso85 For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Apr 2010
#233
[QUOTE=Rob1n;547996]If you've uninstalled all the apps then you shouldn't have rootfs space problems. I'd suggest running:
Code:
root
apt-get clean
apt-get autoremove
Mine went into a software update and planted a load of stuff onto it and couldn't complete the rest, i uninstalled what i could, but i'm still down to 19megs free. Python is zapping 54% of it going by xterminal and conky, i'v tried optimising python but get python up to date message in xterm.
Is there anything left for me to do? prior to this I'v already reflashed it 3 times (once following a nokia repair where they flashed my sim free phone with a network simlock!)

john
 
Hossie's Avatar
Posts: 103 | Thanked: 20 times | Joined on Jan 2008
#234
Originally Posted by mmoylan View Post
Code:
 find / -type f -size +5000 | grep -v /home/ | xargs ls -lh
That command really hurt.

Please don't just hack together commands when you don't understand them.

First, +5000 means 5000 512bytes-blocks, and not kb. Second, the grep -v /home really, really hurt. Use -xdev for staying on one partition. Also, the xargs does not work as soon as the files have special characters. Last but not least, use logical operators when using several options ("-a").

A much better command is:

Code:
/usr/bin/gnu/find / -xdev -type f -a -size +5M -exec ls -lh {} \;
 
Posts: 1 | Thanked: 0 times | Joined on Apr 2010
#235
You can du -s /usr/share/* | sort -n

(and /usr/lib/*) to see what is taking up space on your root fs.[/QUOTE]

Sorry this could be a stupid question, but I am newbie and not an IT geeks just to understand and learn things from expert. When in the keyboard N900 to find | ?
 
Posts: 49 | Thanked: 41 times | Joined on Apr 2010
#236
Blue arrow + ctrl/sym and choose the "|" symbol.
 
Posts: 11 | Thanked: 0 times | Joined on May 2010
#237
[QUOTE=john kelly;626922]
Originally Posted by Rob1n View Post
If you've uninstalled all the apps then you shouldn't have rootfs space problems. I'd suggest running:
Code:
root
apt-get clean
apt-get autoremove
Mine went into a software update and planted a load of stuff onto it and couldn't complete the rest, i uninstalled what i could, but i'm still down to 19megs free. Python is zapping 54% of it going by xterminal and conky, i'v tried optimising python but get python up to date message in xterm.
Is there anything left for me to do? prior to this I'v already reflashed it 3 times (once following a nokia repair where they flashed my sim free phone with a network simlock!)

john
Hey guys! Please help me!
I run this command:
root
apt-get clean
apt-get autoremove

I turned off my phone, and when i wanted to turn on, he's not boot.
Please help me urgently! I'm still very very amateur...
(PS: I'm sorry for knowledge of English, I am a Hungarian, and i use Google Translate )
 
Posts: 2 | Thanked: 0 times | Joined on Apr 2010
#238
Originally Posted by mod1fied View Post
Does anyone know a fix for this? I have close to 100MB free on rootfs but would like to move themes back - not quite sure what to do?

Think i fixed it myself,
1) rm /usr/share/themes
2) cp -r /home/usr/share/themes /usr/share/themes
3) job done.
Hello guys,
I tried the ins traction above.

1. i removed /usr/share/themes folder
2. And i tried cp -r /home/usr/share/themes /usr/share/themes
but not found following /home/usr/share/themes folder.
3. Then i rebooted my phone. Than once turned on the phone, Theme broken. Looks like some of the old windows (like win 95).After that i entered Settings and clicked to Themes menu but still i cannot enter. So i used keyboard Enter button. Then entered to Themes. But there is noting
Finally i installed new theme from application manager. But i still cannot choose that installed themes.
When i enter to themes , i can see my installed themes. But i cannot select any of the themes. How to choose default theme from terminal?

Please help me ASAP
((((
 
Posts: 18 | Thanked: 0 times | Joined on May 2010
#239
Originally Posted by myagaa View Post
Hello guys,
I tried the ins traction above.

1. i removed /usr/share/themes folder
2. And i tried cp -r /home/usr/share/themes /usr/share/themes
but not found following /home/usr/share/themes folder.
3. Then i rebooted my phone. Than once turned on the phone, Theme broken. Looks like some of the old windows (like win 95).After that i entered Settings and clicked to Themes menu but still i cannot enter. So i used keyboard Enter button. Then entered to Themes. But there is noting
Finally i installed new theme from application manager. But i still cannot choose that installed themes.
When i enter to themes , i can see my installed themes. But i cannot select any of the themes. How to choose default theme from terminal?

Please help me ASAP
((((
With removing of the Themes Folder, u took the chance away for the system to copy the files to the other directory.
So that far, theres no solution unless uve got a "securitycopy" of the directory.
On the side, how to get that info to the app manager im also interested, how to do that, or where the installed apps are listed
Sorry, for the little help
So far
 
Posts: 2 | Thanked: 0 times | Joined on Apr 2010
#240
I installed new system ...
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:41.