[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#406107: marked as done (unset parameter in panic() function)



Your message dated Tue, 10 Apr 2007 20:32:19 +0000
with message-id <E1HbN0l-0002lV-0y@ries.debian.org>
and subject line Bug#406107: fixed in initramfs-tools 0.86
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: initramfs-tools
Version: 0.85e
Severity: minor
Tags: patch

in /scripts/functions, the panic() function should be changed to be
able to use set -u if $panic is not defined:

-  if [ "${panic}" = 0 ]; then
+  if [ "${panic:-}" = 0 ]; then


-- Package-specific info:
-- /proc/cmdline
root=/dev/mapper/cr_hda5 ro nmi_watchdog=1 

-- /proc/filesystems
	cramfs
	ext3
	udf
	iso9660
	vfat

-- lsmod
Module                  Size  Used by
button                  6672  0 
psmouse                35016  0 
hci_usb                16028  0 
wlan_tkip              12000  0 
wlan_ccmp               7904  0 
wlan_scan_sta          12192  0 
vmnet                  34028  7 
parport_pc             32164  0 
vmmon                 103532  0 
nls_cp437               5920  1 
vfat                   11872  1 
fat                    46684  1 vfat
isofs                  32540  0 
nls_utf8                2208  1 
udf                    73156  0 
sd_mod                 19040  2 
sg                     31292  0 
sr_mod                 15876  0 
cdrom                  32544  1 sr_mod
usb_storage            71840  1 
scsi_mod              124136  4 sd_mod,sg,sr_mod,usb_storage
ibm_acpi               24480  0 
ppp_generic            25908  0 
slhc                    6528  1 ppp_generic
rfcomm                 34616  0 
l2cap                  21696  3 rfcomm
bluetooth              45732  3 hci_usb,rfcomm,l2cap
nvram                   8328  0 
uinput                  8288  0 
i915                   17600  2 
drm                    61332  3 i915
ppdev                   8676  0 
lp                     11012  0 
parport                33256  3 parport_pc,ppdev,lp
cpufreq_powersave       1920  0 
cpufreq_ondemand        6636  1 
speedstep_centrino      8384  1 
freq_table              4576  1 speedstep_centrino
ac                      5188  0 
battery                 9636  0 
ipv6                  226016  20 
ipt_REDIRECT            2176  2 
ipt_owner               2080  1 
ipt_MASQUERADE          3712  1 
iptable_nat             7044  1 
ipt_REJECT              5248  1 
ipt_addrtype            1952  2 
ipt_LOG                 6112  1 
xt_limit                2752  1 
xt_tcpudp               3136  21 
xt_conntrack            2624  6 
ip_nat_ftp              3328  0 
ip_nat                 16876  4 ipt_REDIRECT,ipt_MASQUERADE,iptable_nat,ip_nat_ftp
ip_conntrack_ftp        7760  1 ip_nat_ftp
ip_conntrack           49088  6 ipt_MASQUERADE,iptable_nat,xt_conntrack,ip_nat_ftp,ip_nat,ip_conntrack_ftp
nfnetlink               6680  2 ip_nat,ip_conntrack
iptable_filter          3104  1 
ip_tables              13028  2 iptable_nat,iptable_filter
x_tables               13316  11 ipt_REDIRECT,ipt_owner,ipt_MASQUERADE,iptable_nat,ipt_REJECT,ipt_addrtype,ipt_LOG,xt_limit,xt_tcpudp,xt_conntrack,ip_tables
dm_snapshot            15520  0 
dm_mirror              19152  0 
netconsole              3424  0 
serial_cs              18116  0 
snd_intel8x0m          15980  0 
tsdev                   7520  0 
snd_intel8x0           30332  1 
snd_ac97_codec         83104  2 snd_intel8x0m,snd_intel8x0
snd_pcm_oss            38368  0 
snd_mixer_oss          15200  2 snd_pcm_oss
irtty_sir               7808  0 
sir_dev                15492  1 irtty_sir
nsc_ircc               20912  0 
irda                  162588  3 irtty_sir,sir_dev,nsc_ircc
serio_raw               6660  0 
snd_pcm                68644  4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              20996  1 snd_pcm
snd                    47012  7 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore               9248  2 snd
crc_ccitt               2240  1 irda
evdev                   9088  0 
rtc                    12372  0 
pcspkr                  3072  0 
pcmcia                 34140  1 serial_cs
firmware_class          9600  1 pcmcia
ext3                  119208  6 
jbd                    52456  1 ext3
mbcache                 8356  1 ext3
sha256                 11104  0 
aes                    28160  12 
dm_crypt               10824  1 
dm_mod                 50232  14 dm_snapshot,dm_mirror,dm_crypt
ide_generic             1408  0 [permanent]
ide_disk               14848  8 
ath_rate_sample        13024  0 
wlan                  173692  4 wlan_tkip,wlan_ccmp,wlan_scan_sta,ath_rate_sample
ath_hal               191664  1 ath_rate_sample
e1000                 108512  0 
sdhci                  16844  0 
mmc_core               23168  1 sdhci
yenta_socket           24460  1 
rsrc_nonstatic         11840  1 yenta_socket
pcmcia_core            36852  4 serial_cs,pcmcia,yenta_socket,rsrc_nonstatic
piix                    9444  0 [permanent]
snd_ac97_bus            2400  1 snd_ac97_codec
snd_page_alloc          9640  3 snd_intel8x0m,snd_intel8x0,snd_pcm
i2c_i801                7404  0 
i2c_core               19680  1 i2c_i801
generic                 5028  0 [permanent]
ide_core              110504  5 usb_storage,ide_generic,ide_disk,piix,generic
shpchp                 33024  0 
pci_hotplug            28704  1 shpchp
ehci_hcd               28136  0 
uhci_hcd               21032  0 
usbcore               112676  5 hci_usb,usb_storage,ehci_hcd,uhci_hcd
intel_agp              21148  1 
agpgart                29896  3 drm,intel_agp
thermal                13608  0 
processor              28840  2 speedstep_centrino,thermal
fan                     4804  0 

-- kernel-img.conf
do_symlinks = no
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
postinst_hook = update-grub
postrm_hook   = update-grub


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (750, 'unstable'), (500, 'testing'), (250, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages initramfs-tools depends on:
ii  busybox                       1:1.1.3-3  Tiny utilities for small and embed
ii  cpio                          2.6-17     GNU cpio -- a program to manage ar
ii  klibc-utils                   1.4.30-3   small statically-linked utilities 
ii  module-init-tools             3.3-pre3-1 tools for managing Linux kernel mo
ii  udev                          0.103-1    /dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information

-- 
 .''`.   martin f. krafft <madduck@debian.org>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.86

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.86.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.86.dsc
initramfs-tools_0.86.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.86.tar.gz
initramfs-tools_0.86_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.86_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 406107@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 10 Apr 2007 21:45:36 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.86
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 378682 398347 403905 406107 409995 414640
Changes: 
 initramfs-tools (0.86) unstable; urgency=low
 .
   * update-initramfs: Bound the mode and version variable. (closes: 403905)
 .
   * init: Set once the MODPROBE_OPTIONS environment variable and export it.
     Don't forget to set -b to have the modprobe.d blacklists respected.
     Thus remove everywhere the -q modprobe switch.
     Thanks Ben Collins <bcollins@ubuntu.com> for the suggestion.
 .
   * small trailing whitespace cleanup, display full path of kernel-img.conf
     in bug script.
 .
   * debian/control: Add busybox-initramfs as Ubuntu busybox alternative
     to depends. Drop the sarge busybox-cvs-static entry.
 .
   * scripts/local-top/mdrun: Drop, existed for partial upgrades from sarge.
 .
   * scripts/local: Improve panic message and printed order. (closes: 414640)
     Thanks Vincent.McIntyre@csiro.au for patch.
 .
   * scripts/functions: Check if panic is set before using it. (closes: 406107)
     Thanks martin f krafft <madduck@debian.org> for report.
 .
   * hook-functions: Copy all kernel/drivers/{block,ide,scsi} subdir modules
     instead of hardcoding the list of "supported" drivers. As consequence
     the initramfs might be larger, but none of those should be missed!
     As bonus syncs with Ubuntu.
 .
   * init: Mount /sys and /proc nodev, noexec, nosuid - Ubuntu sync.
 .
   * update-initramfs: If update-initramfs fails, restore the backup.
     Useful if a MINKVER set is not fulfilled. (LP: #101844)
     Thanks Soren Hansen <sh@linux2go.dk> for patch.
 .
   * initramfs-tools.preinst: Test if $RESUME is nonzero, not if it exists,
     fixes issue of UUID resume dev. (LP: #67932) While there remove the
     conffile mv handling of 0.61.
 .
   * scripts/functions: set_initlist() needs to add only script names with
     alphabetics, numerics and underscores - skip any other. Bad enough
     backup scripts get added, but they shouldn't lead to a panic. Also skip
     directories that might lay around.  (closes: 398347) (LP: #76131)
 .
   * initramfs-tools.8: Document valid script names.
 .
   * mkinitramfs: Don't add backup scripts to initramfs. (closes: 378682)
     (LP: #78348)
 .
   * scripts/functions: run_scripts() return immediately if passed dir
     does not exist. Empty dirs without boot script aren't created anymore.
 .
   * debian/copyright: Update my email, add Ben Collins, update years,
     alphabetic authors sort + add new git tree location.
 .
   * mkinitramfs: Set PATH with /sbin to allow non-root user usage.
     Thanks Bob Montgomery <bob.montgomery@hp.com> for the suggestion.
     (closes: 409995)
Files: 
 39e70461ad299041d35e5706d785b5e3 619 utils optional initramfs-tools_0.86.dsc
 29cb664dc9897f4a6374e03ce91e324f 56019 utils optional initramfs-tools_0.86.tar.gz
 c321db546d0cd7315b2655126b64708c 62828 utils optional initramfs-tools_0.86_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGG+mteW7Lc5tEHqgRAuhLAKCwJDvvumth4bfgIpAxHP26tfqS+gCeLYZa
OOefMVdSvAK7dJtC13tDVNk=
=XTYH
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: