PDA

View Full Version : [ubuntu] Ubuntu 8.10 will not update.



prometheus1981
February 10th, 2009, 09:25 PM
Hello,
I have installed Ubuntu 8.10 into a 2GB flash drive, and I was able to get it running. I was able to install the wireless drivers and get the wireless to work fine. When I tried to run the update with the wireless connection, it downloaded fine, but during the time it was installing, I acted like a noob and ran Firefox to surf the web and this caused the update installer to mess up until it crashed. Now, Ubuntu runs fine, but when I try to run the update manager and I tell it to install the updates It shows a message where it states that I need to run a command to fix the issue. I have ran the command, rebooted and ran the command, ran the command again and rebooted, but the message still comes up. What can I do to resolve this. I have tried to delete the downloaded installer packages thinking that they are corrupt, but it can't because it's blocked. I'm an Ubuntu noob in desperate need of help. Please help me! ](*,)

taurus
February 10th, 2009, 09:27 PM
What is the message? 2GB may not be enough space to update/upgrade anything.

How does your disk space look?


df -h

markusf21
February 10th, 2009, 09:27 PM
did you try putting sudo in front of the command?

prometheus1981
February 10th, 2009, 10:21 PM
What is the message? 2GB may not be enough space to update/upgrade anything.

How does your disk space look?


df -h

My flash drive still has 1gb lest of storage.

prometheus1981
February 10th, 2009, 10:23 PM
did you try putting sudo in front of the command?

I did, but it only came back with a temp file directory where I found the corrupt files (appears that's where the downloaded segments are), unfortunately it does not let me delete them so that it can recreate them.

prometheus1981
February 10th, 2009, 10:42 PM
My flash drive still has 1gb lest of storage.

Sorry, I meant "left". I still have 1Gb left.

Bloch
February 10th, 2009, 11:21 PM
Was all your software installed using the Applications Add/Remove package manager?
Or did you download some .deb files and install them?

If the latter case you can get warning messages that look scary, but are only relevant to that software. For example I get warning messages of conflicts for the Cinelerra movie editing software I installed. It probably doesn't work any more - I haven't used it or bothered to uninstall it.


It shows a message where it states that I need to run a command to fix the issue.

What is the exact message you are getting, and what is the command?

taurus
February 11th, 2009, 12:03 AM
If you want to clear out the cache, just run


sudo apt-get clean

prometheus1981
February 11th, 2009, 12:39 AM
Well I don't know what the hell happened, but I can swear I saw 1Gb free yesterday, and now it's gone. Today it's showing that I have 10.8Mb of free space, this might be why it was giving me that error.

I'm going to format this flash drive and try a fresh install :icon_frown:.

modmadmike
February 19th, 2009, 06:12 AM
Well I don't know what the hell happened, but I can swear I saw 1Gb free yesterday, and now it's gone. Today it's showing that I have 10.8Mb of free space, this might be why it was giving me that error.

I'm going to format this flash drive and try a fresh install :icon_frown:.

mount /tmp to ram, it can be cumbersome with some flash drive installs because it can fill up and not clean it's self for some people and also most computers have an abundance of ram so using it for tmp is generally an ok thing to try (and most temps don't fill past 90mb when they are properly cleared)
add this line to your /etc/fstab (run sudo gedit /etc/fstb)

none /tmp tmpfs defaults 1 2