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

Bug#215453: marked as done (ddetect, bad pattern match on module search)



Your message dated Wed, 15 Oct 2003 17:02:21 -0400
with message-id <E1A9smj-0002QW-00@auric.debian.org>
and subject line Bug#215453: fixed in ddetect 0.46
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; 12 Oct 2003 21:59:05 +0000
>From rhirst@linuxcare.com Sun Oct 12 16:59:04 2003
Return-path: <rhirst@linuxcare.com>
Received: from pc1-hem11-4-cust109.lutn.cable.ntl.com (thinkpad.home) [80.2.252.109] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A8oEy-0003Rh-00; Sun, 12 Oct 2003 16:59:04 -0500
Received: by thinkpad.home (Postfix, from userid 1000)
	id 740F19E718; Sun, 12 Oct 2003 22:33:29 +0100 (BST)
Date: Sun, 12 Oct 2003 22:33:29 +0100
From: Richard Hirst <rhirst@linuxcare.com>
To: submit@bugs.debian.org
Subject: ddetect, bad pattern match on module search
Message-ID: <[🔎] 20031012213329.GE2243@sleepie.demon.co.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0
	tests=BAYES_01,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_09
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp)

package: ddetect
version: 0.44
tags: d-i

The following line from hw-detect.sh

        if find /lib/modules/`uname -r`/ | grep -q ${module}\\.o

is broken.  On ia64 we don't have floppy.o but we do have ide-floppy.o.
When trying to load the floppy module, the above grep matches
ide-floppy.o and consequently it does a modprobe floppy and throws up an
error dialog.  Fix will be something like:


-       if find /lib/modules/`uname -r`/ | grep -q ${module}\\.o
+       if find /lib/modules/`uname -r`/ | grep -q /${module}\\.o$


I'll file a seperate bug to get ddetect to probe for ide-floppy as well.


---------------------------------------
Received: (at 215453-close) by bugs.debian.org; 15 Oct 2003 21:03:08 +0000
>From katie@auric.debian.org Wed Oct 15 16:03:08 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A9snT-0005AR-00; Wed, 15 Oct 2003 16:03:07 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1A9smj-0002QW-00; Wed, 15 Oct 2003 17:02:21 -0400
From: Joey Hess <joeyh@debian.org>
To: 215453-close@bugs.debian.org
X-Katie: $Revision: 1.40 $
Subject: Bug#215453: fixed in ddetect 0.46
Message-Id: <E1A9smj-0002QW-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 15 Oct 2003 17:02:21 -0400
Delivered-To: 215453-close@bugs.debian.org

Source: ddetect
Source-Version: 0.46

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.46_i386.udeb
  to pool/main/d/ddetect/archdetect_0.46_i386.udeb
ddetect_0.46.dsc
  to pool/main/d/ddetect/ddetect_0.46.dsc
ddetect_0.46.tar.gz
  to pool/main/d/ddetect/ddetect_0.46.tar.gz
ethdetect_0.46_all.udeb
  to pool/main/d/ddetect/ethdetect_0.46_all.udeb
hw-detect-full_0.46_all.udeb
  to pool/main/d/ddetect/hw-detect-full_0.46_all.udeb
hw-detect_0.46_all.udeb
  to pool/main/d/ddetect/hw-detect_0.46_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 215453@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <joeyh@debian.org> (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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 15 Oct 2003 12:35:13 -0400
Source: ddetect
Binary: archdetect hw-detect-full hw-detect ethdetect
Architecture: source all i386
Version: 0.46
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Joey Hess <joeyh@debian.org>
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: 215163 215442 215453 215455
Changes: 
 ddetect (0.46) unstable; urgency=low
 .
   * Claus Hindsgaul
     - Update da (Danish) translation.
   * André Luís Lopes
     - Update pt_BR (Brazilian Portuguese) translation.
   * Denis Barbier
     - Add a comment in templates files to flag main menu items.
   * Christian Perrier
     - Update French translation.
   * Petter Reinholdtsen
     - Correct module name match to avoid matching
       substrings. (Closes: #215453)
     - Try to load ide-floppy as well, as some platforms need it,
       and I am not sure how to probe for it. (Closes: #215455)
   * Joey Hess
     - Load all the PCI IDE drivers before ide-detect, to fix DMA
       issues on some systems. Closes: #215442
     - Remove the hard-coded list of modules from ethdetect, instead search
       for all net drivers and put them in the list, which is not 100% right
       but still much better.
     - Remove the confusing question about manually specifying the module to
       load. Anyone who knows where a non-modprobe-able module is can use the
       shell..
     - Remove redundant ethdetect/title template, and unused
       ethdetect/module_prompt template.
     - hw-detect: collect any modprobe failures, and show them all in one
       screen at the end. Closes: #215163
     - hw-detect: Say "Loading module", not "Detected module", as not all
       the loaded modules were detected.
     - ethdetect: Loop if manual loading does not work, to let the user try
       several modules. Add error if ethernet card is not found.
     - Add myself to uploaders, at least temporarily.
Files: 
 247f232e00cd78ca98f0cab1dce73739 702 debian-installer standard ddetect_0.46.dsc
 71f3d64fd89e1a915ffa10c22d5c60e1 24756 debian-installer standard ddetect_0.46.tar.gz
 b77c25b1b44efb20cd3653599f9d5562 5068 debian-installer standard hw-detect_0.46_all.udeb
 36999eb3135eb4e026d0594f3a380259 6250 debian-installer optional ethdetect_0.46_all.udeb
 09fae2d927a0b25c37d303966d2b3276 1268 debian-installer standard hw-detect-full_0.46_all.udeb
 1611489267a60ab97954c1bfe22c46d7 2284 debian-installer standard archdetect_0.46_i386.udeb

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

iD8DBQE/jbQr2tp5zXiKP0wRAjaIAJ9U2jhAlE4IF6D7LEPVF/EkGrGUYQCgjgKH
YuCN/1r6PGk8xWz/SKtdc+4=
=pKkf
-----END PGP SIGNATURE-----



Reply to: