Your message dated Sun, 04 Sep 2011 17:59:10 +0100
with message-id <1315155556.3092.191.camel@deadeye>
and subject line Re: Bug#640220: linux-image-3.0.0-1-orion5x: Cannot update
kernel image
has caused the Debian Bug report #640220,
regarding linux-image-3.0.0-1-orion5x: Cannot update kernel image
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
640220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640220
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux-2.6
Version: 3.0.0-3
Severity: normal
When I try to upgrade my system I got the following error:
Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ...
Running depmod.
vmlinuz(/boot/vmlinuz-3.0.0-1-orion5x
) points to /boot/vmlinuz-3.0.0-1-orion5x
(/boot/vmlinuz-3.0.0-1-orion5x) -- doing nothing at
/var/lib/dpkg/info/linux-image-3.0.0-1-orion5x.postinst line 346.
The link /boot/initrd.img is a dangling linkto /boot/initrd.img-3.0.0-1-orion5x
Running flash-kernel.
Can't find /boot/vmlinuz-3.0.0-1-orion5x and /boot/initrd.img-3.0.0-1-orion5x
User postinst hook script [flash-kernel] exited with value 1
dpkg: error processing linux-image-3.0.0-1-orion5x (--configure):
subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
dpkg: dependency problems prevent
configuration of linux-image-orion5x:
linux-image-orion5x depends on linux-image-3.0.0-1-orion5x; however:
Package linux-image-3.0.0-1-orion5x is not configured yet.
dpkg: error processing linux-image-orion5x (--configure):
dependency problems - leaving unconfigured
configured to not write apport reports
Errors were encountered while processing:
linux-image-3.0.0-1-orion5x
linux-image-orion5x
E: Sub-process /usr/bin/dpkg returned an error code (1)
Current running with 2.6.23:
# uname -a
Linux king-coder14.king-coder 2.6.32-5-orion5x #1 Wed Jun 15 03:39:17 UTC 2011
armv5tel GNU/Linux
-- Package-specific info:
** Kernel log: boot messages should be attached
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable'), (500,
'oldstable')
Architecture: armel (armv5tel)
Kernel: Linux 2.6.32-5-orion5x
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages linux-image-3.0.0-1-orion5x depends on:
ii debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii initramfs-tools [linux-initra 0.99 tools for generating an initramfs
ii linux-base 3.3 Linux image base package
ii module-init-tools 3.16-1 tools for managing Linux kernel mo
Versions of packages linux-image-3.0.0-1-orion5x recommends:
ii firmware-linux-free 3 Binary firmware for various driver
ii uboot-mkimage 2011.03-6 generate kernel image for U-Boot (
Versions of packages linux-image-3.0.0-1-orion5x suggests:
pn fdutils <none> (no description available)
pn linux-doc-3.0.0 <none> (no description available)
Versions of packages linux-image-3.0.0-1-orion5x is related to:
pn firmware-bnx2 <none> (no description available)
pn firmware-bnx2x <none> (no description available)
pn firmware-ipw2x00 <none> (no description available)
pn firmware-ivtv <none> (no description available)
pn firmware-iwlwifi <none> (no description available)
pn firmware-linux <none> (no description available)
pn firmware-linux-nonfree <none> (no description available)
pn firmware-qlogic <none> (no description available)
pn firmware-ralink <none> (no description available)
pn xen-hypervisor <none> (no description available)
-- debconf information:
linux-image-3.0.0-1-orion5x/postinst/depmod-error-initrd-3.0.0-1-orion5x:
false
linux-image-3.0.0-1-orion5x/postinst/ignoring-ramdisk:
linux-image-3.0.0-1-orion5x/prerm/removing-running-kernel-3.0.0-1-orion5x:
true
linux-image-3.0.0-1-orion5x/postinst/missing-firmware-3.0.0-1-orion5x:
--- End Message ---
--- Begin Message ---
On Sat, 2011-09-03 at 15:21 +0200, Michael Ott wrote:
> Package: linux-2.6
> Version: 3.0.0-3
> Severity: normal
>
> When I try to upgrade my system I got the following error:
> Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ...
> Running depmod.
> vmlinuz(/boot/vmlinuz-3.0.0-1-orion5x
> ) points to /boot/vmlinuz-3.0.0-1-orion5x
> (/boot/vmlinuz-3.0.0-1-orion5x) -- doing nothing at
> /var/lib/dpkg/info/linux-image-3.0.0-1-orion5x.postinst line 346.
> The link /boot/initrd.img is a dangling linkto
> /boot/initrd.img-3.0.0-1-orion5x
> Running flash-kernel.
> Can't find /boot/vmlinuz-3.0.0-1-orion5x and /boot/initrd.img-3.0.0-1-orion5x
> User postinst hook script [flash-kernel] exited with value 1
[...]
You appear to have manually configured flash-kernel to run during a
kernel upgrade by setting postinst_hook in /etc/kernel-img.conf. This
is wrong because any command specified there is run before the initramfs
is created or updated. The flash-kernel command should be run
automatically at the correct time, so the upgrade should work if you
just unset postinst_hook.
Ben.
signature.asc
Description: This is a digitally signed message part
--- End Message ---