Announcement

Collapse
No announcement yet.

Unable to update to 804.2

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Unable to update to 804.2

    When I try to update Hardy to 8.04.2 I get the follwoing errors with Apt:

    Code:
    Unpacking replacement linux-image-2.6.24-23-generic ...                                     
    dpkg-deb: subprocess paste killed by signal (Broken pipe)                                    
    dpkg: error processing /var/cache/apt/archives/linux-image-2.6.24-23-generic_2.6.24-23.48_i386.deb (--unpack):          
     short read in buffer_copy (backend dpkg-deb during `./lib/modules/2.6.24-23-generic/kernel/drivers/isdn/sc/sc.ko')       
    Running postrm hook script /sbin/update-grub.
    Searching for GRUB installation directory ... found: /boot/grub
    findfs: Unable to resolve 'UUID=2b649ae9-b45a-43b1-b5a8-983e71bbec53'
    Cannot determine root device. Assuming /dev/hda1
    This error is probably caused by an invalid /etc/fstab
    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.24-23-generic
    Found kernel: /boot/vmlinuz-2.6.24-22-generic
    Found kernel: /boot/memtest86+.bin
    Updating /boot/grub/menu.lst ... done
    
    Preparing to replace wine-dev 1.1.15~winehq0~ubuntu~8.04-0ubuntu2 (using .../wine-dev_1.1.16~winehq0~ubuntu~8.04-0ubuntu1_i386.deb) ...
    Unpacking replacement wine-dev ...
    Errors were encountered while processing:
     /var/cache/apt/archives/linux-image-2.6.24-23-generic_2.6.24-23.48_i386.deb
    Anyone know how to correct this?

    #2
    Re: Unable to update to 804.2

    clean out your apt cache, and try again.

    Code:
    sudo aptitude clean && sudo aptitude update && sudo aptitude safe-upgrade
    should do the trick.
    # make install --not-war

    Comment

    Working...
    X