maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   New maemo update available, but says not enough space (https://talk.maemo.org/showthread.php?t=44728)

sumit29 2010-02-16 17:51

New maemo update available, but says not enough space
 
guys,

i can see a new maemo update available for my phone, but when i try to install it, it says "not enough space available". however, the file manager shows 17 gb available, and more than 1.5 gb available for applications. can anyone suggest how to sort this out?

sumit

ewan 2010-02-16 17:54

Re: New maemo update available, but says not enough space
 
Yes, and hordes of people have been, repeatedly, all day. Try searching the forum or just reading some of the existing threads about the upgrade.

MohammadAG 2010-02-16 17:56

Re: New maemo update available, but says not enough space
 
This has been discussed many times in the PR1.1.1 thread, users shouldn't be adding the extras-testing/extras-devel repos if they don't know how to sort their problems out, anyways download rootsh, install it, open terminal, type root and:
Code:

mkdir /home/var
mkdir /home/var/cache
mkdir /home/var/cache/apt
mv /var/cache/apt/archives /home/var/cache/apt
ln -s /home/var/cache/apt/archives /var/cache/apt/archives

Also disable all repos other than the Nokia ones, ovi, and the maemo.org one.

daddeddad 2010-02-16 18:19

Re: New maemo update available, but says not enough space
 
1. Install and open Storage Usage.
2. Choose Scan Packages from the menu
3. Check what programs you've installed taken up much space, listed in red.
4. Open Application Manager and uninstall those horrid apps.

For example Abiword might use some space..

sumit29 2010-02-16 18:23

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by MohammadAG (Post 530102)
This has been discussed many times in the PR1.1.1 thread, users shouldn't be adding the extras-testing/extras-devel repos if they don't know how to sort their problems out, anyways download rootsh, install it, open terminal, type root and:
Code:

mkdir /home/var
mkdir /home/var/cache
mkdir /home/var/cache/apt
mv /var/cache/apt/archives /home/var/cache/apt
ln -s /home/var/cache/apt/archives /var/cache/apt/archives

Also disable all repos other than the Nokia ones, ovi, and the maemo.org one.

sorry to be posting again, but this is not working. and i don't have any packages installed from extras-devel or extras-testing.

sumit29 2010-02-16 18:36

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by daddeddad (Post 530174)
1. Install and open Storage Usage.
2. Choose Scan Packages from the menu
3. Check what programs you've installed taken up much space, listed in red.
4. Open Application Manager and uninstall those horrid apps.

For example Abiword might use some space..

thanks for your relatively polite tone!

but this is not helping either, have freed up more than 100 mb of space, but it still says "not enough memory" when i try to install the update.

debernardis 2010-02-16 18:44

Re: New maemo update available, but says not enough space
 
post the result of the command "df -h /" given on xterm

sumit29 2010-02-16 18:52

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by debernardis (Post 530237)
post the result of the command "df -h /" given on xterm

size: 227.9 m
used: 195.4m
free: 28.3m

drukane 2010-02-16 18:55

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by sumit29 (Post 530211)
thanks for your relatively polite tone!

but this is not helping either, have freed up more than 100 mb of space, but it still says "not enough memory" when i try to install the update.


same here, i have not installed any other repos as i only flashed my device days ago, but getting the same error message. i have 1.57Gb of application remaining so how is it i can't install a file of 16Mb.

daddeddad 2010-02-16 18:58

Re: New maemo update available, but says not enough space
 
Try to reboot and then open application manager and then update. Might work, might not.

sumit29 2010-02-16 19:02

Re: New maemo update available, but says not enough space
 
Not working :(

ToJa92 2010-02-16 19:04

Re: New maemo update available, but says not enough space
 
Do you mean the update for the "Maemo" package? It is to be updated from the computer, that might be why it doesen't work. I can't update on the phone, it said I have to update by connecting it to the computer.

chuchu 2010-02-16 19:12

Re: New maemo update available, but says not enough space
 
i had the same problem, so i upgraded via
Code:

apt-get clean
apt-get update
apt-get upgrade

and rebooted the device, worked without any problems.

drukane 2010-02-16 19:17

Re: New maemo update available, but says not enough space
 
some useful info, only relevant benefit is microb and media player performing better supposedly

http://utestme.com/2010/02/16/n900-minor-update-today/

neodymium 2010-02-16 19:22

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by MohammadAG (Post 530102)
Also disable all repos other than the Nokia ones, ovi, and the maemo.org one.

Doing only this worked for me.

drukane 2010-02-16 19:40

Re: New maemo update available, but says not enough space
 
go to xterm type root and paste in the following

apt-get clean
apt-get update
apt-get upgrade

this will perform a manual uprade just used it and i now have the recent update.

ps: i got this off maemo talk thread just can't remember the users name, so thanks to whoever it posted it.

can someone post how i can check my OS version using xterm please.

sumit29 2010-02-16 19:49

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by chuchu (Post 530317)
i had the same problem, so i upgraded via
Code:

apt-get clean
apt-get update
apt-get upgrade

and rebooted the device, worked without any problems.

this finally worked!

car_mo_na_po 2010-02-17 03:14

Re: New maemo update available, but says not enough space
 
So does anybody know what would be the difference for this latest update?

chiques 2010-02-17 03:40

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by chuchu (Post 530317)
i had the same problem, so i upgraded via
Code:

apt-get clean
apt-get update
apt-get upgrade

and rebooted the device, worked without any problems.


I love it that this phone has a shell terminal. It makes hacking so much more pleasant!:p

freddywayne 2010-02-17 05:08

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by chuchu (Post 530317)
i had the same problem, so i upgraded via
Code:

apt-get clean
apt-get update
apt-get upgrade

and rebooted the device, worked without any problems.

Thank you so much!! I'm updated now!!

tinbromide 2010-02-17 05:39

Re: New maemo update available, but says not enough space
 
Wierdest thing, I got an operation failed, and in a non-replicatable bugfix (this probably won't work for anybody else, ever), i performed the following steps:

(keep in mind that I got an operation failed and figured that it was time to attempt the apt-get method above, when terminal froze, i attempted to regain control of my device)

Opened an xterm (ctrl+shift+x) saw it was frozen, attempted to end the process (twice) attempted to shut off the device, and attempted to open a new terminal.

Immediately after that, the device rebooted into the upgrade screen.

This makes me believe that this isn't so much a space issue (as the apt-get method works) as something is messing with the upgrade kickoff by having the extra repos enabled.

drukane 2010-02-17 19:49

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by chuchu (Post 530317)
i had the same problem, so i upgraded via
Code:

apt-get clean
apt-get update
apt-get upgrade

and rebooted the device, worked without any problems.

thanks chuchu i got this off you initially

brucelee3 2010-02-25 13:23

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by chuchu (Post 530317)
i had the same problem, so i upgraded via
Code:

apt-get clean
apt-get update
apt-get upgrade

and rebooted the device, worked without any problems.

Hello !!
thanks for the information , but after the reboot it still have the version 2.2009.51-1 but not the new one

felbutss 2010-02-25 13:37

Re: New maemo update available, but says not enough space
 
just backup and flash via nsu

Z0l 2010-02-25 14:04

Re: New maemo update available, but says not enough space
 
Or use apt-get dist-upgrade, otherwise it won't upgrade between versions... :)

nielsvg 2010-02-25 14:16

Re: New maemo update available, but says not enough space
 
Quote:

Originally Posted by daddeddad (Post 530174)
1. Install and open Storage Usage.
2. Choose Scan Packages from the menu
3. Check what programs you've installed taken up much space, listed in red.
4. Open Application Manager and uninstall those horrid apps.

For example Abiword might use some space..

if i use this program i see alot in red but what can i delete and what not?


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

vBulletin® Version 3.8.8