Package: kernel-package
Version: 12.027
Severity: important
installing a xen0 kernel:
# dpkg -i linux-image-2.6.31.5-xen0_jh1_amd64.deb
Selecting previously deselected package linux-image-2.6.31.5-xen0.
(Reading database ... 33202 files and directories currently installed.)
Unpacking linux-image-2.6.31.5-xen0 (from
linux-image-2.6.31.5-xen0_jh1_amd64.deb) ...
Done.
Setting up linux-image-2.6.31.5-xen0 (jh1) ...
Internal Error: Could not find image (/boot/xen0-linux-2.6.31.5)
dpkg: error processing linux-image-2.6.31.5-xen0 (--install):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
linux-image-2.6.31.5-xen0
Looking in /boot we find:
# ls /boot/*xen0*
/boot/vmlinux-2.6.31.5-xen0 /boot/vmlinuz-2.6.31.5-xen0
Looks like the postinstall script is getting the wrong name
In /var/lib/dpkg/info/linux-image-2.6.31.5-xen0.postinst we see:
....
# Predefined values:
my $version = "2.6.31.5";
my $move_image = ''; # target machine defined
my $kimage = "xen0-linux"; # Should be empty, mostly
....
die "Internal Error: Could not find image (" . $realimageloc
. "$kimage-$version)\n" unless -e $realimageloc
. "$kimage-$version";
What is "xen0"? A bit of the version? An architechure? A
subarchiture? A submarine architect?
-- System Information:
Debian Release: 5.0.3
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-rc6 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages kernel-package depends on:
ii binutils 2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii build-essential 11.4 Informational list of build-essent
ii debianutils 2.30 Miscellaneous utilities specific t
ii file 4.26-1 Determines file type using "magic"
ii gettext 0.17-4 GNU Internationalization utilities
ii make 3.81-5 The GNU version of the "make" util
ii module-init-tools 3.4-1 tools for managing Linux kernel mo
ii po-debconf 1.0.15 manage translated Debconf template
ii util-linux 2.13.1.1-1 Miscellaneous system utilities
Versions of packages kernel-package recommends:
ii cpio 2.9-13 GNU cpio -- a program to manage ar
Versions of packages kernel-package suggests:
ii bzip2 1.0.5-1 high-quality block-sorting file co
pn docbook-utils <none> (no description available)
ii e2fsprogs 1.41.3-1 ext2/ext3/ext4 file system utiliti
ii initramfs-tools [linux-initra 0.92o tools for generating an initramfs
pn libdb3-dev <none> (no description available)
pn libncurses-dev <none> (no description available)
pn linux-source | kernel-source <none> (no description available)
ii xmlto 0.0.20-5 XML-to-any converter
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]