maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Not enough space in applicaion memory! HELP (https://talk.maemo.org/showthread.php?t=85080)

hussy.plus 2012-06-24 09:09

Not enough space in applicaion memory! HELP
 
I'm getting this message when i try to install applications from app manger:

"Not enough space in application install memory.Uninstall some applications to free enough space for this application"

I checked my free space memory for applications! Its 174 mb! Why I'm getting this error even for applications whose sizes are in KBs :( ?

stickymick 2012-06-24 09:22

Re: Not enough space in applicaion memory! HELP
 
Sounds like Rootfs is low.

Try a few of the tips here: Free_up_rootfs_space.

geneven 2012-06-24 10:23

Re: Not enough space in applicaion memory! HELP
 
You gotta computer? What kind?

You might want to put basic information about what device you are using in your question.

hussy.plus 2012-06-24 10:48

Re: Not enough space in applicaion memory! HELP
 
Ops sorry!! I'm using nokia n900 :) rootfs showing alot memory free :(

michaaa62 2012-06-24 11:21

Re: Not enough space in applicaion memory! HELP
 
There is not only rootfs, that might get filled to capacity. You might want to get some debugging output from the simple command
Code:

df
in X-Terminal application.
But: This error might just be misleading at all, please also look into the protocol/log of the application manager for further information

hussy.plus 2012-06-24 13:03

Re: Not enough space in applicaion memory! HELP
 
Sorry I'm a newbi! What exactly i have to do?

michaaa62 2012-06-24 14:33

Re: Not enough space in applicaion memory! HELP
 
First: Do not post one-liners! Your N900's problems deserve some more info!
Second: Search the forum!
Third: Open X-Terminal application and type:
Code:

df
,then hit <ENTER> and read the output or copy and paste it here.
Fourth: Open application manager, tap on the upper menu bar and select protocol/log, read it or save it and attach to your next post!
Fifth: Relax and take it not too serious!

hussy.plus 2012-06-24 18:05

Re: Not enough space in applicaion memory! HELP
 
I got this when I pressed enter! I dunno why its format got changed!
SOrry for that one line post :(

Quote:

Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233344 192216 36848 84% /
ubi0:rootfs 233344 192216 36848 84% /
tmpfs 1024 92 932 9% /tmp
tmpfs 256 88 168 34% /var/run
none 10240 80 10160 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 1807092 152260 92% /home
/home/opt 2064208 1807092 152260 92% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 1807092 152260 92% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 1807092 152260 92% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 1807092 152260 92% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 1807092 152260 92% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 1807092 152260 92% /usr/lib/python-support
/dev/mmcblk1p1 7855104 134620 7720484 2% /media/mmc1
/dev/mmcblk0p1 28312128 20870272 7441856 74% /home/user/MyDocs
And unfortunately in log I found only ''hildon-application-manager 2.2.71 :s

What to do now?

sifo 2012-06-24 18:17

Re: Not enough space in applicaion memory! HELP
 
try uninstalling some unnedded apps like themes,icons you dont use.....etc

michaaa62 2012-06-24 18:26

Re: Not enough space in applicaion memory! HELP
 
This does not look critical.
Please give the output of the commands
Code:

mount
ls -l /var/cache/apt


hussy.plus 2012-06-24 18:45

Re: Not enough space in applicaion memory! HELP
 
This is the result of mount :

Quote:

~ $ mount
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,noatime,size=1024k)
tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755)
none on /dev type tmpfs (rw,noatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k)
/dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writebac k)
/home/opt on /opt type none (bind)
cgroup on /dev/cgroup/cpu type cgroup (cpu,memory)
nodev on /sys/kernel/debug type debugfs (0)
/opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind)
/opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind)
/opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind)
/opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind)
/opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind)
/dev/mmcblk1p1 on /media/mmc1 type vfat (rw,noauto,nodev,noexec,nosuid,noatime,nodiratime, utf8,uid=29999,shortname=mixed,dmask=000,fmask=013 3,rodir)
/dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,noexec,nosuid,noatime,nodiratime, utf8,uid=29999,shortname=mixed,dmask=000,fmask=013 3,rodir)

~ $
But when i typed ''ls -1 /var/cache/apt'' without quotes it gave :

Quote:

~ $ ls -1 /var/cache/apt
/var/cache/apt
I smell something fishy :/

michaaa62 2012-06-24 19:15

Re: Not enough space in applicaion memory! HELP
 
This a small letter 'L' in ls -l /var/cache/apt, not number One.
Quote:

I smell something fishy :/
Nope, looks like my guessing are not leading anywhere. Nevertheless, filling optfs partition up to 92% could be a limitation, because standard linux ext3 file system reserves 5% for root-only-purposes by default.

What application did you try to install at all? You could try again, look at the log or post it here. Further you could try to install via apt-get from X-Terminal, if you have rootsh installed and post the output here.

sifo 2012-06-24 19:32

Re: Not enough space in applicaion memory! HELP
 
@hussy.plus
you ever tried to extract and archive ? i mean after root ! you maybe extract it in rootfs instead of the correct place

./sifo

patlak 2012-09-05 11:14

Re: Not enough space in applicaion memory! HELP
 
Any fix for N9? I have 400MB left on installed apps and over 1.5GB on Application data and I receive a "not enough disk storage" when installing wormux..hmm


All times are GMT. The time now is 04:04.

vBulletin® Version 3.8.8