Your message dated Fri, 17 Oct 2014 21:23:28 +0000
with message-id <[email protected]>
and subject line Bug#459713: fixed in lilo 1:24.1-1
has caused the Debian Bug report #459713,
regarding lilo.conf provide an option equiv to -H switch
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.)


-- 
459713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.91a
Severity: wishlist

When running a degraded raid1 array lilo fails with a fatal error (that
can be overriden with -H).

Although this is obviously desirable, it effectively breaks any upgrades
of packages that run update-initramfs during post-install. Thus my
suggestion is running lilo -H and rely on the user to rerun lilo after
fixing the array.

Ideally, update-initramfs should run lilo -t and grep for this specific
problem, and if detected, it would prompt for overriding while warning
about the risks, and if the user decides to do so, run lilo -H.

-- Package-specific info:
-- /proc/cmdline
auto BOOT_IMAGE=Linux ro root=fd00

-- /proc/filesystems
        cramfs
        reiserfs
        fuseblk

-- lsmod
Module                  Size  Used by
nvidia               7249460  34 
binfmt_misc            11400  1 
rfcomm                 37016  1 
l2cap                  23232  5 rfcomm
button                  8208  0 
ac                      5508  0 
battery                10308  0 
ipv6                  239524  16 
fuse                   42388  1 
snd_emu10k1_synth       7296  0 
snd_emux_synth         31360  1 snd_emu10k1_synth
snd_seq_virmidi         7168  1 snd_emux_synth
snd_seq_midi_emul       6208  1 snd_emux_synth
snd_emu10k1           123328  3 snd_emu10k1_synth
snd_seq_dummy           4036  0 
snd_seq_oss            29760  0 
snd_seq_midi            8480  0 
snd_seq_midi_event      7360  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq                46864  9 
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_rawmidi            23264  3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
firmware_class          9984  1 snd_emu10k1
snd_intel8x0           32412  6 
snd_ac97_codec         93220  2 snd_emu10k1,snd_intel8x0
snd_pcm_oss            39904  0 
ac97_bus                2560  1 snd_ac97_codec
snd_seq_device          8012  8 
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_mixer_oss          15872  1 snd_pcm_oss
snd_pcm                72772  7 
snd_emu10k1,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              21380  5 snd_emu10k1,snd_seq,snd_pcm
snd_util_mem            4864  2 snd_emux_synth,snd_emu10k1
snd_hwdep               9092  2 snd_emux_synth,snd_emu10k1
snd                    48804  25 
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_seq_oss,snd_seq,snd_rawmidi,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_seq_device,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
hci_usb                16668  2 
bluetooth              50148  7 rfcomm,l2cap,hci_usb
emu10k1_gp              4032  0 
gameport               15304  2 emu10k1_gp
pcspkr                  3392  0 
rtc                    13144  0 
shpchp                 31380  0 
pci_hotplug            29568  1 shpchp
soundcore               7840  1 snd
snd_page_alloc          9800  3 snd_emu10k1,snd_intel8x0,snd_pcm
i2c_nforce2             6144  0 
i2c_core               24000  2 nvidia,i2c_nforce2
nvidia_agp              8732  1 
agpgart                32264  2 nvidia,nvidia_agp
tsdev                   8320  0 
evdev                   9664  4 
reiserfs              221952  3 
dm_mirror              21376  0 
dm_snapshot            16804  0 
dm_mod                 52672  11 dm_mirror,dm_snapshot
raid1                  22784  1 
md_mod                 74196  3 raid1
ide_cd                 36896  0 
cdrom                  33184  1 ide_cd
ide_disk               16832  0 
generic                 5124  0 [permanent]
sd_mod                 27584  2 
usbhid                 26144  0 
hid                    25792  1 usbhid
amd74xx                13788  0 [permanent]
ide_core              114436  4 ide_cd,ide_disk,generic,amd74xx
sata_sil               11208  1 
firewire_ohci          16960  0 
firewire_core          39424  1 firewire_ohci
crc_itu_t               2432  1 firewire_core
ata_generic             7876  0 
libata                116912  2 sata_sil,ata_generic
scsi_mod              137356  2 sd_mod,libata
forcedeth              46088  0 
ehci_hcd               31116  0 
ohci_hcd               20036  0 
usbcore               125704  5 hci_usb,usbhid,ehci_hcd,ohci_hcd
thermal                13768  0 
processor              31368  1 thermal
fan                     5124  0 

-- /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: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
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-3       GNU cpio -- a program to manage ar
ii  klibc-utils                  1.5.7-1     small statically-linked utilities 
ii  module-init-tools            3.3-pre11-4 tools for managing Linux kernel mo
ii  udev                         0.114-2     /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox                       1:1.1.3-5  Tiny utilities for small and embed

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: lilo
Source-Version: 1:24.1-1

We believe that the bug you reported is fixed in the latest version of
lilo, which is due to be installed in the Debian FTP archive.

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Wiedorn <[email protected]> (supplier of updated lilo 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 17 Oct 2014 21:40:40 +0200
Source: lilo
Binary: lilo lilo-doc
Architecture: all amd64 i386 source
Version: 1:24.1-1
Distribution: unstable
Urgency: medium
Maintainer: Joachim Wiedorn <[email protected]>
Changed-By: Joachim Wiedorn <[email protected]>
Closes: 459713 640792 663586 720129 728622
Description: 
 lilo-doc   - LInux LOader - Documentation for the classic OS boot loader
 lilo       - LInux LOader - the classic OS boot loader
Changes:
 lilo (1:24.1-1) unstable; urgency=medium
 .
   * New upstream release:
     - Fix liloconfig: not included initrd.img in lilo.conf, kernel
         installation/upgrading failed. Closes: #640792, #663586
         LP: #703371, #774733, #844859, #973903, #982791, #990306
         LP: #1002823, #1003865, #1004308, #1004919, #1017787, #1028113
         LP: #1029600, #1031770, #1042482, #1043352, #1057720, #1060584
         LP: #1070267, #1109340, #1132208, #1156494, #1173175, #1202943
         LP: #1210905, #1214153, #1218082, #1222073, #1264013, #1282115
         LP: #1304205, #1307211, #1318800, #1363551, #1374399
     - Fix liloconfig: no defined images in lilo.conf, initramfs hook
         failed. LP: #1014383
     - Fix hook scripts: kernel hook failed if RAID is degraded.
         Closes: #459713, #728622
     - More documentation about -R option. Closes: #720129
     - Optional: Set no-defragment bit on XFS filesystems.
     - Update some patches, remove all other patches.
 .
   * Use better link to upstream packages in debian/watch.
   * Bump Standards Version to 3.9.6 (no changes).
   * Add hook scripts for saving kernel in /boot on XFS filesystems.
       These scripts can be found in dir. /usr/lib/lilo/ for optional
       installation. See: #566035
   * Remove obsolete symlinks sarge.bmp and sid.bmp to /boot/debian.bmp.
       Now using /boot/debian.bmp directly in /etc/lilo.conf.
Checksums-Sha1: 
 eb2571a570a1285040523c854575563ff27c3f94 278180 lilo_24.1-1_amd64.deb
 d9075e017724ae8c4efd6b22f375f7e195e8ffc2 1276 lilo_24.1-1.dsc
 7f1475968ebbbf7c4c4dee4f1e407be07a65ff57 773223 lilo_24.1.orig.tar.gz
 dda28b619d11e23d201e7699e908bfc4bb26060a 249984 lilo_24.1-1.debian.tar.xz
 a63b5c6f8c7515897874fba397deef4feae8d3d9 275200 lilo_24.1-1_i386.deb
 0e5fc8557cff0455bc5007159a6056b8e19a3d6b 269496 lilo-doc_24.1-1_all.deb
Checksums-Sha256: 
 2b0ce8dc730f18bdc5dd50711c0749a5aff6c56d02cecd16473c1c77517acc9f 278180 
lilo_24.1-1_amd64.deb
 388366ce2954ef27ddbf16d919442cd12747811ea8a6eaa12cec0f709b8b0d67 1276 
lilo_24.1-1.dsc
 a15280edacb8bca31b9163d65e61270b8c06cb9ffea74374a3a42164a13d4532 773223 
lilo_24.1.orig.tar.gz
 d78de208ab612241263f676355955a8e55e8c59db15579c7c2ba75deda0b60e3 249984 
lilo_24.1-1.debian.tar.xz
 aac932214e7a95c706211f282952296e09420c2b2e74062a40a53cf944806b0c 275200 
lilo_24.1-1_i386.deb
 adca0c812ea8c47525b71b2bbd725daf004dbbc6c9563502c8ba80e2c94b892d 269496 
lilo-doc_24.1-1_all.deb
Files: 
 3a0376c83a6974a7af3e5485f1c97daf 278180 admin optional lilo_24.1-1_amd64.deb
 d61ae18becdd99c4e565478ca045a3ce 275200 admin optional lilo_24.1-1_i386.deb
 241162c443f60491d6b9382d75601dbd 269496 doc optional lilo-doc_24.1-1_all.deb
 0caf9d5acc5ab06af92055b5fea5711f 1276 admin optional lilo_24.1-1.dsc
 66573ba8629209da694131efbe20c5de 773223 admin optional lilo_24.1.orig.tar.gz
 d1061f79fcf750174d75ed79248f138a 249984 admin optional 
lilo_24.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlRBcrQACgkQSiJUZB/hsItjiACfXtuTIvBTK1urXmz7FXqosJQV
GD4AnA6J0mzAKE7xZmFTYirf1RIUxFVl
=HtN3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to