When trying
apt-get dist-upgrade I got the following:
Quote:
...
Unpacking linux-image-2.6.26-1-686 (from .../linux-image-2.6.26-1-686_2.6.26-13_i386.deb) ...
Done.
dpkg: error processing /var/cache/apt/archives/linux-image-2.6.26-1-686_2.6.26-13_i386.deb (--unpack):
failed in buffer_write(fd) (10, ret=-1): backend dpkg-deb during `./lib/modules/2.6.26-1-686/kernel/drivers/media/video/zc0301/zc0301.ko': No space left on device
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.21-2-686
Found kernel: /boot/vmlinuz-2.6.18-4-686
Found kernel: /boot/vmlinuz-2.6.18-3-686
Updating /boot/grub/menu.lst ... done
Preparing to replace passwd 1:4.0.18.1-11 (using .../passwd_1%3a4.1.1-6_i386.deb) ...
Unpacking replacement passwd ...
Processing triggers for man-db ...
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-2.6.26-1-686_2.6.26-13_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
I was ready to post on LQ when I came across the link below which advised:
Quote:
If you have more than 1 kernel installed try removing (using synaptic or apt-get) all kernels but the newest. After that do the dist-upgrade once more.
If it doesn't work boot from a livecd and resize your /boot partition into at leest 100 mb.
|
http://ubuntuforums.org/archive/index.php/t-21672.html
This worked! I was back in business after doing:
Quote:
$ sudo apt-get remove linux-image-2.6.18*
$ sudo apt-get dist-upgrade
|
I only post this here, because I hit several dead ends on the Google road before coming across this one.