Upgrade to 9.04?

NoOp glgxg at sbcglobal.net
Fri Oct 9 16:35:29 UTC 2009


On 10/08/2009 11:43 PM, Willis Taylor wrote:
> Long story made short, I upgraded my 8.04 LTS to 8.10 with a good deal f
> assistance, dpkg and apt-get clean.  It will not upgrade to 9.04 so that
> I can move up to 9.10.  When I try to open Synaptic I receive the
> following;
> 
> 
>> E: dpkg was interrupted, you must manually run 'sudo dpkg --configure
>> -a' to correct the problem. 
>> 
>> E: _cache->open() failed, please report.
>> 
> 
> The following is the same from Terminal ad from Shell;
> 
> 
>> th1bill at th1bill-desktop:~$ sudo apt-get clean 
>> 
>> [sudo] password for th1bill: 
>> 
>> th1bill at th1bill-desktop:~$ sudo dpkg --configure -a 
>> 
>> Setting up initramfs-tools (0.92bubuntu29) ... 
>> 
>> update-initramfs: deferring update (trigger activated) 
>> 
>> 
>> Setting up linux-image-2.6.28-3-rt (2.6.28-3.12) ... 
>> 
>> Running depmod. 
>> 
>> update-initramfs: Generating /boot/initrd.img-2.6.28-3-rt 
>> 
>> cpio: ./bin/udevinfo: Cannot stat: No such file or directory 
>> 
>> update-initramfs: failed for /boot/initrd.img-2.6.28-3-rt 
>> 
>> Failed to create initrd image. 
...

Try booting to recovery mode (Recovery) menu item at grub menu. And
select the dpkg option (can't recall what the details are, but should be
easy to recognize). Then continue to boot. Then try 'sudo dpkg
--configure -a'. If it still fails, then try loading the complaining
packages individually:

$ sudo apt-get install --reinstall linux-image-2.6.28-3-rt
etc.

However, looking at:
http://packages.ubuntu.com/jaunty/linux-image-2.6.28-3-rt
it appears that you really don't want to install that unless you have
some special reason to do so. You might try instead:

$ sudo apt-get install --reinstall linux-rt
$ sudo sudo dpkg --configure -a







More information about the ubuntu-users mailing list