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

Bug#285054: marked as done (xdebconfigurator: Kudzu output not correctly parsed)



Your message dated Sun, 12 Dec 2004 14:17:35 -0500
with message-id <E1CdZDr-0003dC-00@newraff.debian.org>
and subject line Bug#285054: fixed in xdebconfigurator 1.14
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 Dec 2004 11:11:18 +0000
>From free@agnula.org Fri Dec 10 03:11:18 2004
Return-path: <free@agnula.org>
Received: from ms001msg.fastwebnet.it [213.140.2.51] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CcigA-0006b4-00; Fri, 10 Dec 2004 03:11:18 -0800
Received: from debian (37.244.89.42) by ms001msg.fastwebnet.it (7.0.036)
        id 4199698800660985 for submit@bugs.debian.org; Fri, 10 Dec 2004 12:10:46 +0100
Received: from localhost ([127.0.0.1] ident=free)
	by debian with esmtp (Exim 4.34)
	id 1CchiA-0004r2-Fr
	for submit@bugs.debian.org; Fri, 10 Dec 2004 11:09:18 +0100
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xdebconfigurator: Kudzu output not correctly parsed
X-Debbugs-CC: free <free@free>
From: free <free@agnula.org>
User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-debian-linux)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Date: Fri, 10 Dec 2004 11:09:18 +0100
Message-ID: <[🔎] 87mzwmpir5.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: xdebconfigurator
Version: 1.13
Severity: serious

Hi,

my USB mouse is not detected properly, and the output looks like:

MOUSE DEVICE: /dev/input

instead  of

MOUSE DEVICE: /dev/input/mice

It seems that kudzu_mouse_device doesn't parse kudzu output properly.

This patch seems to solve the problem for me:

--- /usr/sbin/xdebconfigurator	2004-12-07 17:09:32.000000000 +0100
+++ xdebconfigurator	2004-12-10 11:02:55.000000000 +0100
@@ -268,7 +268,7 @@
 	  $m_flag = 1;
       }
 	
-      if ($m_flag && $line =~ /device: (\w+)/) {
+      if ($m_flag && $line =~ /device: (.*)/) {
 	  $xdebc_map{'config/inputdevice/mouse/port'} = $1;
 	  # kudzu doesn't attach the /dev/ to device.
 	  # Resulted in /dev/unknown in some cases.

Cheers,

Free
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (901, 'testing'), (101, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-multimedia-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xdebconfigurator depends on:
ii  debconf                       1.4.30.10  Debian configuration management sy
ii  discover1                     1.7.5      hardware identification system
ii  kudzu                         1.1.67-1   The Red Hat Linux hardware probing
ii  perl-modules                  5.8.4-3    Core Perl modules

-- debconf information:
  base-config/menu/xdebconfigurator:
* xdebconfigurator/generate-at-boot: false


---------------------------------------
Received: (at 285054-close) by bugs.debian.org; 12 Dec 2004 19:19:46 +0000
>From katie@ftp-master.debian.org Sun Dec 12 11:19:46 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CdZFy-0001Lx-00; Sun, 12 Dec 2004 11:19:46 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CdZDr-0003dC-00; Sun, 12 Dec 2004 14:17:35 -0500
From: Petter Reinholdtsen <pere@debian.org>
To: 285054-close@bugs.debian.org
X-Katie: $Revision: 1.54 $
Subject: Bug#285054: fixed in xdebconfigurator 1.14
Message-Id: <E1CdZDr-0003dC-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 12 Dec 2004 14:17:35 -0500
Delivered-To: 285054-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: xdebconfigurator
Source-Version: 1.14

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

xdebconfigurator_1.14.dsc
  to pool/main/x/xdebconfigurator/xdebconfigurator_1.14.dsc
xdebconfigurator_1.14.tar.gz
  to pool/main/x/xdebconfigurator/xdebconfigurator_1.14.tar.gz
xdebconfigurator_1.14_all.deb
  to pool/main/x/xdebconfigurator/xdebconfigurator_1.14_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 285054@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated xdebconfigurator 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: Sun, 12 Dec 2004 19:57:59 +0100
Source: xdebconfigurator
Binary: xdebconfigurator
Architecture: source all
Version: 1.14
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Description: 
 xdebconfigurator - A script used with debconf to autoconfigure xserver-xfree86
Closes: 285054
Changes: 
 xdebconfigurator (1.14) unstable; urgency=low
 .
   * Allow non-word characters in the mouse device name fetched from
     kudzu, to allow 'input/mice' for USB mice. (Closes: 285054)
Files: 
 a131b67a421cf0c022e5b14a7b109dcc 699 x11 optional xdebconfigurator_1.14.dsc
 e21d3498b5bcf2d9be485646afe8c377 25104 x11 optional xdebconfigurator_1.14.tar.gz
 586d96d7bb052bdb7f5f19537732db2f 22784 x11 optional xdebconfigurator_1.14_all.deb

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

iD8DBQFBvJUm20zMSyow1ykRAl7xAJ0eTzbe1ohujg1XrBH6QB/rtzOJwgCfW0Cf
IxsCVECwwJEzKarRYmzSe8E=
=XyRB
-----END PGP SIGNATURE-----



Reply to: