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

Bug#130191: marked as done (xserver-xfree86: [debconf] BusID question could have better default and explanation)



Your message dated Tue, 31 Aug 2004 14:38:54 -0500
with message-id <20040831193854.GC16490@redwald.deadbeast.net>
and subject line Processed: Re: Bug#130191: xserver-xfree86: debconf BusID question could have better default and explanation
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 maintonly) by bugs.debian.org; 21 Jan 2002 00:42:48 +0000
>From tillman@azstarnet.com Sun Jan 20 18:42:48 2002
Return-path: <tillman@azstarnet.com>
Received: from cepheus.azstarnet.com [169.197.56.195] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16SSXw-0002KI-00; Sun, 20 Jan 2002 18:42:48 -0600
Received: from Obsession.azstarnet.com (toff@dhcp542.mc01.dsl.fastucson.net [169.197.10.30])
	by cepheus.azstarnet.com (8.9.3/8.9.3) with SMTP id RAA25813;
	Sun, 20 Jan 2002 17:42:45 -0700 (MST)
Message-Id: <200201210042.RAA25813@cepheus.azstarnet.com>
X-Sent-via: StarNet http://www.azstarnet.com/
Received: by Obsession.azstarnet.com (sSMTP sendmail emulation); Sun, 20 Jan 2002 17:43:22 -0700
From: Chris Tillman <tillman@azstarnet.com>
To: Debian Bug Tracking System <maintonly@bugs.debian.org>
Subject: xserver-xfree86: [debconf] please try harder to display default (none displayed)
X-Reportbug-Version: 1.41.1421
X-Mailer: reportbug 1.41.1421
Date: Sun, 20 Jan 2002 17:43:22 -0700
Reply-To: Chris Tillman <tillman@azstarnet.com>
Delivered-To: maintonly@bugs.debian.org

Package: xserver-xfree86
Version: 4.1.0-9
Severity: wishlist

I think the new dialog explaining how to enter a Bus ID is very good. 

The only thing I think won't work is expecting users to be able to
convert hex to decimal. So if a default isn't being displayed, that's
a real issue. 

Or, put another entry box for people to enter the ID in lspci (hex)
format, and then you can validate that and convert it to decimal for
the Config.

Also, please change the reference to lspci in the dialog to
/sbin/lspci so people that run it as non-root will succeed.

Here is a small perl script that works on my system to get the display
bus id in decimal from lspci:


#!/usr/bin/perl
`/sbin/lspci | grep Display | sed 's/ Display.*//'`;
# lspci gives something like 00:10.0
($bus,$slot,$func) =  /^(\d*)\:(\d*)\.(\d*).*/ ;
$bus=hex $bus; $slot=hex $slot; $func=hex $func;
printf "PCI:%02d:%02d:%02d\n", $bus, $slot, $func;


Even if this fails to find a Display device, it gives
PCI:00:00:00, which at least tells the user what pattern needs to
appear. It doesn't find multiple display cards, only the first one.

-- System Information
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux Obsession 2.2.19 #1 Sat Apr 14 23:20:24 CDT 2001 ppc
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.0.22     Debian configuration management sy
ii  libc6                         2.2.4-7    GNU C Library: Shared libraries an
ii  xserver-common                4.1.0-9    files and utilities common to all 
ii  zlib1g                        1:1.1.3-18 compression library - runtime


---------------------------------------
Received: (at 130191-done) by bugs.debian.org; 31 Aug 2004 19:38:55 +0000
>From branden@redwald.deadbeast.net Tue Aug 31 12:38:55 2004
Return-path: <branden@redwald.deadbeast.net>
Received: from dhcp065-026-182-085.indy.rr.com (sisyphus.deadbeast.net) [65.26.182.85] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1C2ET1-0004Qs-00; Tue, 31 Aug 2004 12:38:55 -0700
Received: by sisyphus.deadbeast.net (Postfix, from userid 1000)
	id 518BC68C002; Tue, 31 Aug 2004 14:38:54 -0500 (EST)
Date: Tue, 31 Aug 2004 14:38:54 -0500
From: Branden Robinson <branden@debian.org>
To: 130191-done@bugs.debian.org
Subject: Re: Processed: Re: Bug#130191: xserver-xfree86: debconf BusID question could have better default and explanation
Message-ID: <20040831193854.GC16490@redwald.deadbeast.net>
References: <20040420211105.GG21188@deadbeast.net> <handler.s.C.108249546725925.transcript@bugs.debian.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="CblX+4bnyfN0pR09"
Content-Disposition: inline
In-Reply-To: <handler.s.C.108249546725925.transcript@bugs.debian.org>
Mail-Copies-To: nobody
X-No-CC: I subscribe to this list; do not CC me on replies.
User-Agent: Mutt/1.5.6+20040818i
Delivered-To: 130191-done@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: 


--CblX+4bnyfN0pR09
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Apr 20, 2004 at 02:18:13PM -0700, Debian Bug Tracking System wrote:
> Processing commands for control@bugs.debian.org:
>=20
> > tag 130191 + moreinfo
> Bug#130191: xserver-xfree86: debconf BusID question could have better def=
ault and explanation
> There were no tags set.
> Tags added: moreinfo
>=20
> > thanks
> Stopping processing here.

Requested more information from submitter over four months ago.

Received no reply.

Closing bug from unresponsive submitter.

--=20
G. Branden Robinson                |       The Bible is probably the most
Debian GNU/Linux                   |       genocidal book ever written.
branden@debian.org                 |       -- Noam Chomsky
http://people.debian.org/~branden/ |

--CblX+4bnyfN0pR09
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkE0084ACgkQ6kxmHytGonwZ2QCfYvHJPM41vmk1FgZrZp3H8fwg
BmwAnj0Kmy4CRT8beAVhkj1xHTjaZPXP
=Beqg
-----END PGP SIGNATURE-----

--CblX+4bnyfN0pR09--



Reply to: