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

Bug#380264: marked as done (xdebconfigurator: get-edid loop)



Your message dated Fri, 15 Sep 2006 15:17:11 -0700
with message-id <E1GOLzj-0001VO-H2@spohr.debian.org>
and subject line Bug#380264: fixed in xdebconfigurator 1.25
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: xdebconfigurator
Version: 1.24
Severity: important


/usr/sbin/xdebconfigurator line 590 reads:

 open (ED,"get-edid |parse-edid |");


When get-edid fails, the script goes into a loop
because get-edid sends errors to stderr and the following
line 601 does not catch the error:

 last LINE if($line =~ /Something special has happened/i);


To fix the problem change line 590 to:

 open (ED,"get-edid 2>&1 |parse-edid |");


Thanks.
   

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (700, 'stable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6-vs2.0.2-rc13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xdebconfigurator depends on:
ii  debconf [debconf-2.0]         1.5.2      Debian configuration management sy
ii  discover                      2.0.7-2.1  hardware identification system
ii  hwinfo                        12.9-2     Hardware identification system
ii  perl-modules                  5.8.8-4    Core Perl modules

Versions of packages xdebconfigurator recommends:
pn  kudzu                         <none>     (no description available)
ii  read-edid                     1.4.1-2.1  hardware information-gathering too

-- debconf-show failed


--- End Message ---
--- Begin Message ---
Source: xdebconfigurator
Source-Version: 1.25

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

Debian distribution maintenance software
pp.
Morten Werner Olsen <werner@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: Fri, 15 Sep 2006 23:49:12 +0200
Source: xdebconfigurator
Binary: xdebconfigurator
Architecture: source all
Version: 1.25
Distribution: unstable
Urgency: medium
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Changed-By: Morten Werner Olsen <werner@debian.org>
Description: 
 xdebconfigurator - A script used with debconf to autoconfigure xserver-xfree86
Closes: 380264 387602
Changes: 
 xdebconfigurator (1.25) unstable; urgency=medium
 .
   * Urgency set to medium as this upload fixed an important bug.
   * Do not use result from read-edid if EDID checksum fails as this
     results in strange modes on my laptop.
   * Fixing loop problem when get-edid sends its errors to stderr. Thanks
     to Dean Montgomery for bugreport and patch. (Closes: #380264)
   * Prefer discover2 over discover 1 as suggested in #387602.
   * Call discover2 and discover1 in different ways. Thanks to
     Petter Reinholdtsen for great bugreport. (Closes: #387602)
   * Removing some xserver-stuff from discover section.
   * Writing authors name in manpage with ASCII characters. Thanks to lintian.
Files: 
 4e3bdde7e385b5f2d455a2332bdffa1d 658 x11 optional xdebconfigurator_1.25.dsc
 72536d2f2b2a3b5f42d69fbeadb85fa3 30393 x11 optional xdebconfigurator_1.25.tar.gz
 cba90ce6a76b86b67869eabef20b3116 27216 x11 optional xdebconfigurator_1.25_all.deb

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

iD8DBQFFCyDgw951rgNrq40RAtM6AJwMUPU/c38dVNwiAU8QnCKOeW3WBQCguiJM
PeLrpw4bejyQKFOZoVK0NQQ=
=L/ul
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: