Your message dated Sat, 19 May 2007 20:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383634: fixed in memtest86+ 1.70-2
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: memtest86+
Version: 1.55.1-1
Severity: normal
Tags: patch


Hi,

memtest86+ is reading when in postinst from console if lilo should be
run or not. In case of unattended installing of memtest86+, the whole
unattended setup is halted until a key is pressed.

At this point at least DEBIAN_FRONTEND should be checked, if it is set
to "noninteractive" (see patch attached). A far better solution would be
to use debconf.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15.7-client
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information
--- debian/postinst.orig        2006-08-18 15:08:52.000000000 +0200
+++ debian/postinst     2006-08-18 15:05:54.000000000 +0200
@@ -4,7 +4,7 @@

 # offer to run LILO
 # (adapted from snippet by [EMAIL PROTECTED])
-if [ -x /sbin/lilo -a -r /etc/lilo.conf ] &&
+if [ -x /sbin/lilo -a -r /etc/lilo.conf ] && [ "${DEBIAN_FRONTEND}" != 
noninteractive ] &&
        grep "image.*=.*/boot/memtest86+.bin" /etc/lilo.conf >/dev/null
 then
     echo "You seem to have an entry for memtest86+ in /etc/lilo.conf."


--- End Message ---
--- Begin Message ---
Source: memtest86+
Source-Version: 1.70-2

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

memtest86+_1.70-2.diff.gz
  to pool/main/m/memtest86+/memtest86+_1.70-2.diff.gz
memtest86+_1.70-2.dsc
  to pool/main/m/memtest86+/memtest86+_1.70-2.dsc
memtest86+_1.70-2_i386.deb
  to pool/main/m/memtest86+/memtest86+_1.70-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yann Dirson <[EMAIL PROTECTED]> (supplier of updated memtest86+ 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.7
Date: Sat, 19 May 2007 22:09:43 +0200
Source: memtest86+
Binary: memtest86+
Architecture: source i386
Version: 1.70-2
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson <[EMAIL PROTECTED]>
Changed-By: Yann Dirson <[EMAIL PROTECTED]>
Description: 
 memtest86+ - thorough real-mode memory tester
Closes: 313000 338603 383634 422357
Changes: 
 memtest86+ (1.70-2) unstable; urgency=low
 .
   * Upload to unstable now that etch is released.
   * Applied patch from Robert Millan to run update-grub when present
     (Closes: #313000).
   * Applied patch from Cyril Brulebois for GNU/kFreeBSD support (Closes: 
#338603):
     * Adjust debian/rules to patch conditionally memtest{,_shared}.lds to
       handle the right OUTPUT_FORMAT.
     * Add "kfreebsd-i386 kfreebsd-amd64" to the Architecture field.
   * Applied patch from Holger Mense to avoid user interaction in postinst
     during non-interactive upgrades (Closes: #383634).
   * Included an entry for /etc/grub.d from Robert Millan, added a Suggests
     entry on grub2 accordingly (Closes: #422357).
   * Switch to debhelper compat v5, added ${misc:Depends}.
   * Updated FSF address in debian/copyright (lintian).
   * Bumped Standards-Version to 3.7.2.
Files: 
 a3cb8bb50f3d6e36b255c1dc85b09d5d 618 misc optional memtest86+_1.70-2.dsc
 183caad9c515d52b1705c93972e8a2fa 8095 misc optional memtest86+_1.70-2.diff.gz
 f9be618199e7a14d1621c248ccb0ceac 64770 misc optional memtest86+_1.70-2_i386.deb

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

iD8DBQFGT1qbV1uVslwzwbgRAnEZAKCSXfQT1kXVLC1L8H1ASgrrrCUtXgCgwwGA
hyfjVi//61zBSmWlAefVsvg=
=/01c
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to