Your message dated Mon, 10 Nov 2003 12:17:07 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#219897: fixed in ddetect 0.57 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 10 Nov 2003 01:38:41 +0000 >From [EMAIL PROTECTED] Sun Nov 09 19:38:40 2003 Return-path: <[EMAIL PROTECTED]> Received: from trofast.sesse.net [129.241.93.32] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AJ10q-0002BO-00; Sun, 09 Nov 2003 19:38:40 -0600 Received: from root by trofast.sesse.net with local (Exim 3.36 #1 (Debian)) id 1AJ10o-0003ON-00; Mon, 10 Nov 2003 02:38:38 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Steinar H. Gunderson" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: hw-detect: destroys debconf/priority up if run after a failed module X-Mailer: reportbug 2.36 Date: Mon, 10 Nov 2003 02:38:38 +0100 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_11_9 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_9 (1.174.2.15-2003-03-30-exp) Package: hw-detect Severity: important Tags: d-i This has been discussed on IRC earlier, but deserves a bug report so we won't forget it before it's fixed :-) If one first runs a module that fails (for instance, install LILO on a non-existant drive, or install base from network with cable unplugged) and then run hw-detect, weird stuff happens: What actually happens is that hw-detect at some point sets debconf/priority to "". This confuses main-menu profoundly -- current version from sid manages to set pri=4, which is one step _higher_ than critical, calling it "debian-installer/generic_error" of all things. (main-menu from CVS fixes this issue, and sets pri=1, that is, "medium" instead). Even better, right after that, one can spot --> GET debconf/priority GET debconf/priority <-- 20 Incorrent number of arguments in the syslog; the origins of the double GET are rather unclear. What, amazingly, solves the problem is to remove /etc/init.d/pcmcia-cs, touching it instead to create an empty file. hw-detect runs the following code fragment in postinst: # avoid debconf daemon issues.. db_stop /etc/init.d/pcmcia start </dev/null 2>&1 | logger -t hw-detect which _seems_ innocent enough, but appearently is the source of the problems. This should probably be investigated further. :-) -- System Information: Debian Release: Architecture: i386 Kernel: Linux trofast.sesse.net 2.4.23-pre9 #2 Wed Nov 5 17:10:54 CET 2003 i686 Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 --------------------------------------- Received: (at 219897-close) by bugs.debian.org; 10 Nov 2003 17:23:10 +0000 >From [EMAIL PROTECTED] Mon Nov 10 11:23:07 2003 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AJFkn-0006IS-00; Mon, 10 Nov 2003 11:23:05 -0600 Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian)) id 1AJFf1-00044J-00; Mon, 10 Nov 2003 12:17:07 -0500 From: Joey Hess <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.43 $ Subject: Bug#219897: fixed in ddetect 0.57 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Mon, 10 Nov 2003 12:17:07 -0500 Delivered-To: [EMAIL PROTECTED] Source: ddetect Source-Version: 0.57 We believe that the bug you reported is fixed in the latest version of ddetect, which is due to be installed in the Debian FTP archive: archdetect_0.57_i386.udeb to pool/main/d/ddetect/archdetect_0.57_i386.udeb ddetect_0.57.dsc to pool/main/d/ddetect/ddetect_0.57.dsc ddetect_0.57.tar.gz to pool/main/d/ddetect/ddetect_0.57.tar.gz ethdetect_0.57_all.udeb to pool/main/d/ddetect/ethdetect_0.57_all.udeb hw-detect-full_0.57_all.udeb to pool/main/d/ddetect/hw-detect-full_0.57_all.udeb hw-detect_0.57_all.udeb to pool/main/d/ddetect/hw-detect_0.57_all.udeb 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. Joey Hess <[EMAIL PROTECTED]> (supplier of updated ddetect 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: Mon, 10 Nov 2003 11:51:27 -0500 Source: ddetect Binary: hw-detect-full archdetect hw-detect ethdetect Architecture: source i386 all Version: 0.57 Distribution: unstable Urgency: low Maintainer: Debian Install System Team <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: archdetect - Hardware architect detector (udeb) ethdetect - Detect network hardware and load kernel drivers for it (udeb) hw-detect - Detect hardware and load kernel drivers for it (udeb) hw-detect-full - Detect hardware and load kernel drivers for it (full version) (udeb) Closes: 219897 Changes: ddetect (0.57) unstable; urgency=low . * Peter Mann - Initial Slovak translation (sk.po). * Joey Hess - typo fix - remove commented out sr_mod load line, code below loads it - try to load usb-storage if the system has usb. Needed for usb storage booted installs * Steinar H. Gunderson - Remove db_stop from hw-detect.sh, which confuses main-menu later on and doesn't really make a difference anyhow with cdebconf. (Closes: #219897) Files: 31934584175d91f74aee0e623c281ee6 702 debian-installer standard ddetect_0.57.dsc 16c36ac40c7aad23cc51b2ee9025b5f2 34510 debian-installer standard ddetect_0.57.tar.gz 2dfb5c0dc39fa9adcaa1bd125097c4e0 10152 debian-installer standard hw-detect_0.57_all.udeb c98a23e18eed447e9ab9d69fb8fe09ce 10746 debian-installer optional ethdetect_0.57_all.udeb 8ff347719cb0770d29b643b6d076c0bc 996 debian-installer standard hw-detect-full_0.57_all.udeb 1165d40d65d80a7e687fb8d7bcd8ded8 2284 debian-installer standard archdetect_0.57_i386.udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/r8hZ2tp5zXiKP0wRAskRAKC2RtqAojFjZK5WqQFX/8BVrexymwCfY3ua ew+H+JF9YCgU+l4AH8s58J4= =QxM1 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]