Re: Testing upgrade Failures:

2010-03-27 Thread Paul Wise
On Sat, Mar 27, 2010 at 12:29 AM, JW Foster jfoster81...@verizon.net wrote:

 I just tried to do an upgrade on testing  I,m getting several errors.
 First snip of output is regarding unknown types. I have no idea what
 this is but I seen it before.
...
 Unknown media type in type 'chemical/x-alchemy'
...

Found via Google:

http://bugs.debian.org/420795

 second issue is:
...
 W: Possible missing firmware /lib/firmware/rtl8168d-2.fw for module
 r8169
 W: Possible missing firmware /lib/firmware/rtl8168d-1.fw for module
 r8169
...
 I have all the firmware drivers installed at least every package the
 says it has anything to do with firmware.

Found via Google:

http://bugs.debian.org/561309

 third issue is:
...
 File descriptor 11 (pipe:[279156]) leaked on lvs invocation. Parent PID
...
 I have no idea what this is??? Leaks cant be good or OK can they??

Found via Google:

http://bugs.debian.org/549976

 Last issue is with kernel image upgrade; this has failed twice:
..
 run-parts: executing /etc/kernel/postinst.d/extlinux
 2.6.32-3-686 /boot/vmlinuz-2.6.32-3-686
 run-parts: /etc/kernel/postinst.d/extlinux exited with return code 1

I'm wondering why you have extlinux installed.

Possibly this issue:

http://bugs.debian.org/573962

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/e13a36b31003270037l7340c3a9l7a42094cad2d7...@mail.gmail.com



Re: Testing upgrade Failures:

2010-03-26 Thread Florian Kulzer
On Fri, Mar 26, 2010 at 11:29:15 -0500, JW Foster wrote:
 I just tried to do an upgrade on testing  I,m getting several errors. 
 First snip of output is regarding unknown types. I have no idea what
 this is but I seen it before.
 SNIP-
 
 Processing triggers for hicolor-icon-theme ...
 Processing triggers for gnome-menus ...
 Processing triggers for desktop-file-utils ...
 Processing triggers for shared-mime-info ...
 Unknown media type in type 'chemical/x-alchemy'

[ snip: many more unknown chemistry-related media types ]

Annoying, but utterly harmless AFAIK.

 second issue is:
 SNIP---
 
 Running depmod.
 Running update-initramfs.
 update-initramfs: Generating /boot/initrd.img-2.6.32-3-686
 W: Possible missing firmware /lib/firmware/rtl8168d-2.fw for module
 r8169
 W: Possible missing firmware /lib/firmware/rtl8168d-1.fw for module
 r8169

[...]

 I have all the firmware drivers installed at least every package the
 says it has anything to do with firmware.

It seems that this driver does not correctly recognize whether it
actually needs the firmware or not. If the device works for you and if
you do not have any boot delays then I would not worry about this too
much.

http://bugs.debian.org/561309

 third issue is:
 SNIP---
 
 Found initrd image: /boot/initrd.img-2.6.32-3-686
 File descriptor 11 (pipe:[279156]) leaked on lvs invocation. Parent PID
 32356: /bin/sh
 File descriptor 12 (pipe:[279156]) leaked on lvs invocation. Parent PID
 32356: /bin/sh
 SNIP---
 I have no idea what this is??? Leaks cant be good or OK can they??

I have no idea either. LVS = Linux Virtualization Support? Are you
running this instance of Debian in a VM?

 Last issue is with kernel image upgrade; this has failed twice:

[...]

 Found Debian GNU/Linux (5.0.1) on /dev/hdb1
 Found Debian GNU/Linux (4.0) on /dev/hdc1
 done
 Examining /etc/kernel/postinst.d.
 run-parts: executing /etc/kernel/postinst.d/extlinux
 2.6.32-3-686 /boot/vmlinuz-2.6.32-3-686
 run-parts: /etc/kernel/postinst.d/extlinux exited with return code 1
 Failed to process /etc/kernel/postinst.d
 at /var/lib/dpkg/info/linux-image-2.6.32-3-686.postinst line 868.
 dpkg: error processing linux-image-2.6.32-3-686 (--configure):
 subprocess installed post-installation script returned error exit status
 9

This problem is the most serious one. Line 868 in the postinst script
tries to execute run-parts on the /etc/kernel/postinst.d directory and
it fails for some reason. So the first question is: Which files are in
that directory on your system? (names, properties, are they executable,
etc...)

-- 
Regards,|
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100326225752.ga9...@isar.localhost