Your message dated Wed, 10 Jun 2009 15:17:50 +0000
with message-id <e1mepyk-0004g7...@ries.debian.org>
and subject line Bug#524928: fixed in initramfs-tools 0.93.3
has caused the Debian Bug report #524928,
regarding initramfs-tools: wrong path for elilo
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 ow...@bugs.debian.org
immediately.)
--
524928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.93.2
Severity: normal
Tags: patch
--- initramfs-tools-0.93.2/update-initramfs.orig 2009-04-20
14:50:15.000000000 -0600
+++ initramfs-tools-0.93.2/update-initramfs 2009-04-20 14:50:28.000000000
-0600
@@ -257,7 +257,7 @@
run_lilo
return 0
fi
- if [ -x /sbin/elilo ]; then
+ if [ -x /usr/sbin/elilo ]; then
elilo
return 0
fi
-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=scsi0:/EFI/debian/vmlinuz root=/dev/sda2 ro
-- /proc/filesystems
ext3
xfs
vfat
-- lsmod
Module Size Used by
nls_utf8 2800 1
nls_cp437 7608 1
vfat 24704 1
fat 114992 1 vfat
nls_base 11884 4 nls_utf8,nls_cp437,vfat,fat
nfs 630976 1
lockd 148816 1 nfs
nfs_acl 6640 1 nfs
auth_rpcgss 85496 1 nfs
sunrpc 417256 13 nfs,lockd,nfs_acl,auth_rpcgss
binfmt_misc 20156 1
ppdev 18400 0
parport_pc 52168 0
lp 20348 0
parport 74648 3 ppdev,parport_pc,lp
ipv6 670528 26
cpufreq_conservative 14528 0
cpufreq_userspace 6284 0
cpufreq_powersave 2432 0
cpufreq_ondemand 15096 0
cpufreq_stats 8284 0
freq_table 7040 2 cpufreq_ondemand,cpufreq_stats
xfs 1197520 1
exportfs 8840 1 xfs
loop 33180 0
snd_fm801 40016 1
snd_ac97_codec 201064 1 snd_fm801
ac97_bus 3000 1 snd_ac97_codec
snd_pcm_oss 94312 0
snd_mixer_oss 33736 1 snd_pcm_oss
snd_pcm 174688 3 snd_fm801,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 17896 1 snd_pcm
snd_tea575x_tuner 7520 1 snd_fm801
videodev 81936 1 snd_tea575x_tuner
v4l1_compat 30484 1 videodev
v4l2_compat_ioctl32 28368 1 videodev
snd_opl3_lib 23424 1 snd_fm801
snd_hwdep 17776 1 snd_opl3_lib
snd_mpu401_uart 16816 1 snd_fm801
snd_seq_dummy 4896 0
snd_seq_oss 77448 0
snd_seq_midi 13184 0
snd_rawmidi 49536 2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 14264 2 snd_seq_oss,snd_seq_midi
snd_seq 124504 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 49776 3 snd_pcm,snd_opl3_lib,snd_seq
snd_seq_device 14048 6
snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 128240 15
snd_fm801,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
fm801_gp 6240 0
gameport 22208 2 fm801_gp
evdev 21824 7
ext3 282528 1
jbd 112088 1 ext3
mbcache 16724 1 ext3
sd_mod 71720 7
crc_t10dif 2336 1 sd_mod
usb_storage 169040 1
libusual 29536 1 usb_storage
usbhid 58848 0
hid 90648 1 usbhid
ide_cd_mod 61200 0
cdrom 76728 1 ide_cd_mod
ata_generic 8412 0
libata 357080 1 ata_generic
ide_pci_generic 6124 0
tg3 265212 0
mptspi 31832 3
mptscsih 46520 1 mptspi
ohci_hcd 57412 0
cmd64x 11552 0
ide_core 218400 3 ide_cd_mod,ide_pci_generic,cmd64x
libphy 44616 1 tg3
mptbase 119232 2 mptspi,mptscsih
scsi_transport_spi 50656 1 mptspi
scsi_mod 281704 6
sd_mod,usb_storage,libata,mptspi,mptscsih,scsi_transport_spi
e100 66232 0
mii 11192 1 e100
ehci_hcd 87348 0
usbcore 300656 6 usb_storage,libusual,usbhid,ohci_hcd,ehci_hcd
-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = yes
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto
-- System Information:
Debian Release: squeeze/sid
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Kernel: Linux 2.6.29-1-mckinley (SMP w/2 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 initramfs-tools depends on:
ii cpio 2.9.90-3 GNU cpio -- a program to manage ar
ii findutils 4.4.0-3 utilities for finding files--find,
ii klibc-utils 1.5.15-1 small utilities built with klibc f
ii module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo
ii udev 0.141-1 /dev/ and hotplug management daemo
Versions of packages initramfs-tools recommends:
ii busybox 1:1.10.2-2 Tiny utilities for small and embed
initramfs-tools suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.93.3
We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:
initramfs-tools_0.93.3.dsc
to pool/main/i/initramfs-tools/initramfs-tools_0.93.3.dsc
initramfs-tools_0.93.3.tar.gz
to pool/main/i/initramfs-tools/initramfs-tools_0.93.3.tar.gz
initramfs-tools_0.93.3_all.deb
to pool/main/i/initramfs-tools/initramfs-tools_0.93.3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 524...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
maximilian attems <m...@debian.org> (supplier of updated initramfs-tools
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 21 Apr 2009 15:05:40 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.93.3
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <m...@debian.org>
Description:
initramfs-tools - tools for generating an initramfs
Closes: 523711 524179 524928 528094 529222
Changes:
initramfs-tools (0.93.3) unstable; urgency=low
.
[ maximilian attems ]
* cleanup LABEL handling code.
* update-initramfs: Use exit code of command -v too.
* hook-functions: Add i915 module for kms.
* update-initramfs: Pass version to flash-kernel. (closes: #523711)
* update-initramfs: Don't hardcode path for lilo or elilo. (closes: #524928)
* hook-functions: MODULES=dep error out if sysfs not mounted on /sys.
(closes: #524179)
* debian/control: No longer mention EVMS in long description.
* hook-functions: MODULES=most fix old typo s/smc911x/smc91x/.
(closes: #528094)
* mkinitramfs: Invoke dpkg --print-architecture. (closes: #529222)
.
[ Loic Minier ]
* copy_exec: also avoid picking sse2, neon, and vfp hwcaps libs.
Checksums-Sha1:
b62a0cc78a06b5e4e3397cc8225a05f7426da5a6 1011 initramfs-tools_0.93.3.dsc
850b51ce54210af3c3f30c4b2acefa3975ee13b0 115819 initramfs-tools_0.93.3.tar.gz
c04428ca4dbc1a282cfabcabf1a4a0510a432906 77944 initramfs-tools_0.93.3_all.deb
Checksums-Sha256:
5be8edc748458b6be63676c6037cb83fb2068593296295ede2555265570f85f9 1011
initramfs-tools_0.93.3.dsc
d3e7cb0fafbfbd008661c96f1931d76bab8ac5aa5a10b76f15a1e21bfb2270c1 115819
initramfs-tools_0.93.3.tar.gz
e780793761b5539a27d7df0e54fda933c46b71973204d83e876738b17fdbc697 77944
initramfs-tools_0.93.3_all.deb
Files:
dc74547fb3c2ae292ad44266d4ae908d 1011 utils optional initramfs-tools_0.93.3.dsc
ff818c704f0fbfa37311e3493a4baa69 115819 utils optional
initramfs-tools_0.93.3.tar.gz
51e3837e325c7f687ffe2baf395a900b 77944 utils optional
initramfs-tools_0.93.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkovvJkACgkQeW7Lc5tEHqhMWgCfWZjdXKIVqG5dGdAmw/zeWAzw
rzgAoIQEu5GWxfmYSKX04xkbKR20RCSi
=bSUB
-----END PGP SIGNATURE-----
--- End Message ---