PDA

View Full Version : [ubuntu] [SOLVED] Update failed - Out of space?



Bill Roberts
May 26th, 2008, 06:24 PM
Running an update and it fails with the following message:

dpkg: error processing /var/cache/apt/archives/linux-ubuntu-modules-2.6.24.17-generic_2.6.24-17.25_amd64.deb (--unpack):
failed in buffer_write(fd) (10,ret=-1): backend dpkg-deb during ~./lib/firmware/2.6.24-17-generic/v4l-cx2341x-dec.fw' : no space left on device

It's obvious to me that I'm out of space on a device, but which one is a mystery. All of my drives have several GiB of free space, so I'm stumped.

Can someone tell me where to look? Is any other info necessary?

zvacet
May 26th, 2008, 11:00 PM
You can try this commands and see if they make any change


sudo apt-get clean
sudo apt-get autoclean

Bill Roberts
May 27th, 2008, 02:22 AM
Already been there - it's not the archive that's out of space, it's the destination.

zvacet
May 27th, 2008, 08:57 AM
sudo apt-get autoremove

iaculallad
May 27th, 2008, 09:20 AM
Or you could remove older/unused linux-images to free spaces.

Bill Roberts
May 27th, 2008, 02:49 PM
Or you could remove older/unused linux-images to free spaces.

Please tell me where to find and how to identify them.

forestpixie
May 27th, 2008, 02:53 PM
Have a quick look in your menu list to see what you have in the list


cat /boot/grub/menu.list

Then check in synaptic for linux image and there will be all the kernels there - uninstall the old ones.

To check space on your drives use


df -h
If you have a seperate /boot partition check that in particular - but you can tell which is full - it gives a %

IF not sure post df -h here

yogo
May 27th, 2008, 02:57 PM
Please tell me where to find and how to identify them.

But if you have several gigs left, that should not be necessary.

zvacet
May 27th, 2008, 03:54 PM
Please tell me where to find and how to identify them.


In synaptic type in search box linux-image,and you will see list of that packages.Delete ones with lower number and leave 2.6.22-14 (Gutsy kernel).


sudo update-grub