Report forwarded to debian-bugs-dist@lists.debian.org, Stephen Early <sde1000@debian.org>:
Bug#6734; Package xbase.
debian-bugs-dist@lists.debian.orgStephen Early
Subject: Bug#6734: xbase 3.2-1.1 : two things: hostname changing, backspace handling
Reply-To: Greg Stark , 6734@bugs.debian.org
Resent-From: Greg Stark
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Stephen Early
Resent-Date: Tue, 21 Jan 1997 06:48:03 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Package: xbase
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.8538285209693
(code B ref -1); Tue, 21 Jan 1997 06:48:03 GMT
Message-Id:
Date: Tue, 21 Jan 1997 01:31:58 -0500 (EST)
From: Greg Stark
To: submit@bugs.debian.org
Subject: xbase 3.2-1.1 : two things: hostname changing, backspace handling
Package: xbase
Version: 3.2-1.1
If your hostname changes while X is running (like, for example, a PPP client
that tries to keep its hostname in agreement with DNS) then X will start
refusing all new connections. I believe what is happening is the clients can't
find the record in the .Xauthority file because it's keyed by hostname. I've
changed Xsetup_0 to add "local:" to the access control list which fixes the
problem A cleaner way to fix this is probably to configure X or xdm to set up
the access control list that way itself, but i don't know how to do that.
Furthermore I strongly recommend changing the handling of the BackSpace keysym.
The correct way to handle this is to make sure the key labled Backspace is
mapped to the BackSpace keysym, XFree86 3.2 does this properly. On XFree86
3.1.2 you may have to add a call to xmodmap in one of the xdm or xinit scripts.
Then configure xterm to map the BackSpace keysym to the ^? character and set
the stty setting erase to ^?.
This can be accomplished with the following lines in
/usr/lib/X11/app-defaults/XTerm:
*ttymodes: erase
*VT100.translations: #override \
~MetaBackSpace: string("\177") \n\
MetaBackSpace: string("\033\177") \n
And these lines from /etc/X11/Xresources are obsolete:
*XmText.translations: #override\n\
osfDelete: delete-previous-character()
*XmTextField.translations: #override\n\
osfDelete: delete-previous-character()
-- System Information
Debian Release: 1.1
Kernel Version: Linux localhost 2.0.25 #12 Tue Nov 12 23:48:55 EST 1996 i586
Versions of the packages xbase depends on:
libc5 Version: 5.4.17-1
ncurses3.0 Version: 1.9.9e-1
xlib6 Version: 3.2-1a
gcc Version: 2.7.2.1-1 (Provides Virtual Package cpp)
--- Begin /etc/X11/xdm/Xsetup_0 (modified conffile)
xhost local:
if grep -q ^run-xconsole /etc/X11/config
then
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed \
-exitOnFail -file /dev/xconsole
fi
--- End /etc/X11/xdm/Xsetup_0
Acknowledgement sent to Greg Stark <gsstark@mit.edu>:
New bug report received and forwarded. Copy sent to Stephen Early <sde1000@debian.org>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Greg Stark
Subject: Bug#6734: Acknowledgement (was: xbase 3.2-1.1 : two things: hostname changing, backspace handling)
Message-ID:
In-Reply-To:
References:
Thank you for the problem report you have sent regarding Debian Linux.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Stephen Early
If you wish to submit further information on your problem, please send
it to 6734@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at submit) by bugs.debian.org; 21 Jan 1997 06:35:20 +0000
Received: (qmail 9691 invoked from network); 21 Jan 1997 06:35:20 -0000
Received: from cti02.citenet.net (198.53.26.132)
by master.debian.org with SMTP; 21 Jan 1997 06:35:19 -0000
Received: from great-white (g62-89.citenet.net) by cti02.citenet.net (4.1/SMI-4.1)
id AA10353; Tue, 21 Jan 97 01:32:00 EST
Received: by great-white
id m0vmZkU-0008lUC
(Debian Smail-3.2 1996-Jul-4 #2); Tue, 21 Jan 1997 01:31:58 -0500 (EST)
Message-Id:
Date: Tue, 21 Jan 1997 01:31:58 -0500 (EST)
From: Greg Stark
To: submit@bugs.debian.org
Subject: xbase 3.2-1.1 : two things: hostname changing, backspace handling
Subject: xbase 3.2-1.1 : two things: hostname changing, backspace handling
Package: xbase
Version: 3.2-1.1
If your hostname changes while X is running (like, for example, a PPP client
that tries to keep its hostname in agreement with DNS) then X will start
refusing all new connections. I believe what is happening is the clients can't
find the record in the .Xauthority file because it's keyed by hostname. I've
changed Xsetup_0 to add "local:" to the access control list which fixes the
problem A cleaner way to fix this is probably to configure X or xdm to set up
the access control list that way itself, but i don't know how to do that.
Furthermore I strongly recommend changing the handling of the BackSpace keysym.
The correct way to handle this is to make sure the key labled Backspace is
mapped to the BackSpace keysym, XFree86 3.2 does this properly. On XFree86
3.1.2 you may have to add a call to xmodmap in one of the xdm or xinit scripts.
Then configure xterm to map the BackSpace keysym to the ^? character and set
the stty setting erase to ^?.
This can be accomplished with the following lines in
/usr/lib/X11/app-defaults/XTerm:
*ttymodes: erase
*VT100.translations: #override \
~MetaBackSpace: string("\177") \n\
MetaBackSpace: string("\033\177") \n
And these lines from /etc/X11/Xresources are obsolete:
*XmText.translations: #override\n\
osfDelete: delete-previous-character()
*XmTextField.translations: #override\n\
osfDelete: delete-previous-character()
-- System Information
Debian Release: 1.1
Kernel Version: Linux localhost 2.0.25 #12 Tue Nov 12 23:48:55 EST 1996 i586
Versions of the packages xbase depends on:
libc5 Version: 5.4.17-1
ncurses3.0 Version: 1.9.9e-1
xlib6 Version: 3.2-1a
gcc Version: 2.7.2.1-1 (Provides Virtual Package cpp)
--- Begin /etc/X11/xdm/Xsetup_0 (modified conffile)
xhost local:
if grep -q ^run-xconsole /etc/X11/config
then
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed \
-exitOnFail -file /dev/xconsole
fi
--- End /etc/X11/xdm/Xsetup_0
Information forwarded to eichin@kitten.gen.ma.us (Mark W. Eichin):
Bug#6734; Package xbase.
eichin@kitten.gen.ma.us (Mark W. Eichin)
Subject: Bug#6734: Old bugs need to be looked at
Reply-To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer), 6734-maintonly@bugs.debian.org
Resent-From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
Resent-To: eichin@kitten.gen.ma.us (Mark W. Eichin)
Resent-Date: Sun, 01 Feb 1998 11:36:55 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 6734
X-Debian-PR-Package: xbase
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 6734-maintonly@bugs.debian.org id=M6734.8863326483975
(code M ref 6734); Sun, 01 Feb 1998 11:36:55 GMT
Message-Id:
Date: Sun, 1 Feb 1998 12:29:39 +0100 (CET)
From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
To: 6734-maintonly@bugs.debian.org
This is an automated message sent to all bugs older than one year.
This bug is very old. Please take a look at it and see if you can fix it.
If it has already been fixed, please close it.
If you have problems fixing it or if you don't have the time to fix it,
please ask the people on debian-devel@lists.debian.org for help, so that
at least the oldest bugs can be solved before Debian 2.0 is released.
Remco Blaakmeer
Acknowledgement sent to remco@blaakmeer.student.utwente.nl (Remco Blaakmeer):
Extra info received and forwarded to maintainer. Copy sent to eichin@kitten.gen.ma.us (Mark W. Eichin).
-t
From: owner@bugs.debian.org (Ian Jackson)
To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
Subject: Bug#6734: Info received for maintainer only
(was Old bugs need to be looked at)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info 6734
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) (but
not to the mailing list) to accompany the original report.
Your message has been sent to the package maintainer(s):
eichin@kitten.gen.ma.us (Mark W. Eichin)
If you wish to continue to submit further information on your problem,
please send it to 6734-maintonly@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(administrator, Debian bugs database)
Received: (at 6734-maintonly) by bugs.debian.org; 1 Feb 1998 11:30:48 +0000
Received: (qmail 3972 invoked by uid 71); 1 Feb 1998 11:30:48 -0000
Received: from cal011205.student.utwente.nl (HELO blaakmeer.student.utwente.nl) (root@130.89.222.95)
by debian.novare.net with SMTP; 1 Feb 1998 11:30:48 -0000
Received: by blaakmeer.student.utwente.nl
id m0xyxal-0013uwC
(Debian Smail-3.2.0.100 1997-Dec-8 #2); Sun, 1 Feb 1998 12:29:39 +0100 (CET)
Message-Id:
Date: Sun, 1 Feb 1998 12:29:39 +0100 (CET)
From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
To: 6734-maintonly@bugs.debian.org
Subject: Old bugs need to be looked at
This is an automated message sent to all bugs older than one year.
This bug is very old. Please take a look at it and see if you can fix it.
If it has already been fixed, please close it.
If you have problems fixing it or if you don't have the time to fix it,
please ask the people on debian-devel@lists.debian.org for help, so that
at least the oldest bugs can be solved before Debian 2.0 is released.
Remco Blaakmeer
Information forwarded to debian-bugs-dist@lists.debian.org, Branden Robinson <branden@debian.org>:
Bug#6734; Package xbase.
debian-bugs-dist@lists.debian.orgBranden Robinson
Subject: Bug#6734: xbase: hostname changing and backspace handling
Reply-To: Branden Robinson , 6734@bugs.debian.org
Resent-From: Branden Robinson
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Branden Robinson
Resent-Date: Wed, 20 May 1998 19:33:56 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 6734
X-Debian-PR-Package: xbase
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 6734-bugs@bugs.debian.org id=B6734.8956924342689
(code B ref 6734); Wed, 20 May 1998 19:33:56 GMT
Message-ID: <19980520142703.F5504@purdue.edu>
Date: Wed, 20 May 1998 14:27:03 -0500
From: Branden Robinson
To: 6734@bugs.debian.org
Mime-Version: 1.0
Content-Type: multipart/signed; protocol="application/pgp-signature";
micalg=¸îÿ¿7ïÿ¿; boundary=+jhVVhN62yS6hEJ8
X-Mailer: Mutt 0.91.1i
--+jhVVhN62yS6hEJ8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
The backspace handling part of this bug report has been resolved as of
3.3.2-4.
--=20
G. Branden Robinson | The only way to get rid of a temptat=
ion
Purdue University | is to yield to it.
branden@purdue.edu | -- Oscar Wilde
http://www.ecn.purdue.edu/~branden/ |
--+jhVVhN62yS6hEJ8
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
iQCVAwUBNWMuhqiRn0nSNFD5AQHVkAQAx63uJwgDKeqMp6GuuBMYiPywzH8jSNzZ
0AEOYWfEDxeip7v3B2anDw596v6B5KUmhK1Fl6ye5o6ifLURIFz4TZjxcIG1nPcF
YMQ6SaWOPZgzyZ1z/1JUY+W2i6vNrR67hWf9UqC5StB5w5T2cbmSflKfXd+674g0
fNjEHVVvy0I=
=TjP+
-----END PGP SIGNATURE-----
--+jhVVhN62yS6hEJ8--
Acknowledgement sent to Branden Robinson <branden@purdue.edu>:
Extra info received and forwarded to list. Copy sent to Branden Robinson <branden@debian.org>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Branden Robinson
Subject: Bug#6734: Info received (was xbase: hostname changing and backspace handling)
Message-ID:
In-Reply-To: <19980520142703.F5504@purdue.edu>
References: <19980520142703.F5504@purdue.edu>
X-Debian-PR-Message: ack-info-maintonly 6734
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Branden Robinson
If you wish to continue to submit further information on your problem,
please send it to 6734@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(administrator, Debian bugs database)
Received: (at 6734) by bugs.debian.org; 20 May 1998 19:27:14 +0000
Received: (qmail 2686 invoked from network); 20 May 1998 19:27:11 -0000
Received: from cartoon.ecn.purdue.edu (HELO apocalypse.sequitur.org) (branden@128.46.103.13)
by debian.novare.net with SMTP; 20 May 1998 19:27:11 -0000
Received: (from branden@localhost)
by apocalypse.sequitur.org (8.8.8/8.8.8/Debian/GNU) id OAA05858;
Wed, 20 May 1998 14:27:03 -0500
Message-ID: <19980520142703.F5504@purdue.edu>
Date: Wed, 20 May 1998 14:27:03 -0500
From: Branden Robinson
To: 6734@bugs.debian.org
Subject: xbase: hostname changing and backspace handling
Mime-Version: 1.0
Content-Type: multipart/signed; protocol="application/pgp-signature";
micalg=¸îÿ¿7ïÿ¿; boundary=+jhVVhN62yS6hEJ8
X-Mailer: Mutt 0.91.1i
--+jhVVhN62yS6hEJ8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
The backspace handling part of this bug report has been resolved as of
3.3.2-4.
--=20
G. Branden Robinson | The only way to get rid of a temptat=
ion
Purdue University | is to yield to it.
branden@purdue.edu | -- Oscar Wilde
http://www.ecn.purdue.edu/~branden/ |
--+jhVVhN62yS6hEJ8
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
iQCVAwUBNWMuhqiRn0nSNFD5AQHVkAQAx63uJwgDKeqMp6GuuBMYiPywzH8jSNzZ
0AEOYWfEDxeip7v3B2anDw596v6B5KUmhK1Fl6ye5o6ifLURIFz4TZjxcIG1nPcF
YMQ6SaWOPZgzyZ1z/1JUY+W2i6vNrR67hWf9UqC5StB5w5T2cbmSflKfXd+674g0
fNjEHVVvy0I=
=TjP+
-----END PGP SIGNATURE-----
--+jhVVhN62yS6hEJ8--
Bug reassigned from package `xbase' to `xserver-common'.
Request was from Branden Robinson <branden@ecn.purdue.edu>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 20 Oct 1998 01:39:08 +0000
Received: (qmail 10730 invoked from network); 20 Oct 1998 01:39:06 -0000
Received: from unknown (HELO apocalypse.sequitur.org) (root@166.72.235.64)
by master.debian.org with SMTP; 20 Oct 1998 01:39:06 -0000
Received: (from branden@localhost)
by apocalypse.sequitur.org (8.9.1a/8.9.1/Debian/GNU) id VAA00808
for control@bugs.debian.org; Mon, 19 Oct 1998 21:39:02 -0400
Date: Mon, 19 Oct 1998 21:39:02 -0400
From: Branden Robinson
To: control@bugs.debian.org
Subject: the Great Reassignment
Message-ID: <19981019213901.A800@ecn.purdue.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.94.12i
reassign 740 xbase-clients
reassign 773 xmh
reassign 1690 xdm
reassign 1691 xserver-common
reassign 1819 xserver-common
reassign 1985 xdm
reassign 2297 xterm
reassign 4546 xdm
reassign 4757 xdm
reassign 5212 xdm
reassign 5383 xserver-common
reassign 5475 xdm
reassign 5635 xdm
reassign 5734 xserver-common
reassign 5820 xserver-common
reassign 6400 xfs
reassign 6405 xserver-common
reassign 6468 xdm
reassign 6734 xserver-common
reassign 7058 xf86setup
reassign 7112 xterm
reassign 7553 xdm
reassign 7886 xserver-common
reassign 8083 xf86setup
reassign 8656 xterm
reassign 8931 xbase-clients
reassign 9880 xbase-clients
reassign 9982 xserver-common
reassign 10002 xbase-clients
reassign 10058 xf86setup
reassign 10181 xterm
reassign 10252 xf86setup
reassign 10445 xterm
reassign 10469 xf86setup
reassign 10470 xserver-common
reassign 10471 xserver-common
reassign 10487 xbase-clients
reassign 10507 xf86setup
reassign 10548 xserver-common
reassign 10550 xfonts-base
reassign 10752 xserver-common
reassign 10923 xlib6g
reassign 10928 xterm
reassign 10964 xfs
reassign 11147 xbase-clients
reassign 11155 xterm
reassign 11322 xf86setup
reassign 11429 xbase-clients
reassign 11920 xdm
reassign 12261 xterm
reassign 12454 xserver-common
reassign 12496 xdm
reassign 12997 xdm
reassign 13356 xfonts-cyrillic
reassign 13599 xserver-common
reassign 13652 xdm
reassign 13884 xdm
reassign 14053 xserver-common
reassign 14105 xterm
reassign 14191 xbase-clients
reassign 14856 xterm
reassign 14692 twm
reassign 14761 xf86setup
reassign 14878 xserver-common
reassign 14983 xdm
reassign 15018 xserver-common
reassign 15075 xf86setup
reassign 15216 xserver-common
reassign 15226 xlib6g
reassign 15730 xserver-common
reassign 15934 xfs
reassign 15972 xserver-common
reassign 16089 xbase-clients
reassign 16097 xdm
reassign 16346 xdm
reassign 16350 xserver-common
reassign 16521 xdm
reassign 16997 xf86setup
reassign 17512 xlib6g-dev
reassign 17807 xfonts-base
reassign 18023 xlib6g
reassign 18751 xterm
reassign 19537 xterm
reassign 19538 xterm
reassign 19850 xterm
reassign 20430 xterm
reassign 20685 xterm
reassign 20921 xserver-common
reassign 21625 xdm
reassign 21763 xserver-common
reassign 21788 xbase-clients
reassign 21996 xdm
reassign 22042 xdm
reassign 22714 xmh
reassign 23208 xfonts-cjk
reassign 24192 xdm
reassign 24239 xsm
reassign 24302 xserver-common
reassign 24406 xdm
reassign 24706 xdm
reassign 24876 xterm
reassign 24880 xbase-clients
reassign 24913 xlib6g
reassign 24927 xserver-common
reassign 25285 xbase-clients
reassign 25318 xserver-common
reassign 25517 xlib6g
reassign 25688 xterm
reassign 25689 xterm
reassign 25756 xserver-common
reassign 25817 xserver-common
reassign 26040 xfonts-base
reassign 26525 xserver-common
reassign 26808 xmh
reassign 26880 xserver-common
reassign 26975 xbase-clients
reassign 26976 xbase-clients
reassign 26977 xserver-common
reassign 27024 xlib6g
reassign 27037 xserver-common
reassign 27092 xdm
reassign 27183 xterm
reassign 27243 xdm
reassign 27413 xdm
reassign 27771 xdm
reassign 27772 xdm
reassign 27967 xdm
reassign 28006 xlib6g
merge 1690 5635
merge 773 26808
severity 16151 wishlist
severity 25817 wishlist
thanks
--
G. Branden Robinson |
Debian GNU/Linux | Music is the brandy of the damned.
branden@ecn.purdue.edu | -- George Bernard Shaw
cartoon.ecn.purdue.edu/~branden/ |
Changed bug title.
Request was from Branden Robinson <branden@ecn.purdue.edu>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 8 Jun 1999 23:00:56 +0000
Received: (qmail 771 invoked from network); 8 Jun 1999 23:00:53 -0000
Received: from slip-32-101-71-166.ky.us.ibm.net (HELO apocalypse.sequitur.org) (branden@32.101.71.166)
by master.debian.org with SMTP; 8 Jun 1999 23:00:53 -0000
Received: (from branden@localhost)
by apocalypse.sequitur.org (8.9.3/8.9.3/Debian/GNU) id TAA20414
for control@bugs.debian.org; Tue, 8 Jun 1999 19:00:49 -0400
From: Branden Robinson
Date: Tue, 8 Jun 1999 19:00:49 -0400
To: control@bugs.debian.org
Subject: more ancient X bugs
Message-ID: <19990608190048.A20273@ecn.purdue.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.6i
retitle 1292 xserver-svga: X server loses track of the keyboard [UPSTREAM]
unmerge 1690
retitle 1690 xdm: dies with protection fault if X server exits with nonzero status [UPSTREAM]
severity 1690 fixed
retitle 1691 xserver-common: X server configuration tools allow an invalid numeric range [UPSTREAM]
severity 1691 fixed
retitle 1819 xserver-common: X server should lock the mouse device [UPSTREAM]
severity 1819 fixed
retitle 1985 xdm: forwards indirect requests from localhost with client IP of 127.0.0.1, which obviously won't come back [UPSTREAM]
retitle 2039 xserver-mach64: font erosion [UPSTREAM]
severity 2039 fixed
retitle 2297 xterm: xterm sometimes gets mouse-paste and RETURN keypress in wrong order [UPSTREAM]
retitle 3750 xserver-s3: X server waits too long to accept client connections [UPSTREAM]
retitle 4056 xserver-s3: mouse cursor appears offset from where it "actually" is [UPSTREAM]
severity 4056
retitle 4066 xserver-s3: display is wrapped around [UPSTREAM]
retitle 4494 xserver-svga: Xlib's XForceScreenSaver() causes display to flash [UPSTREAM]
retitle 4546 xdm: X -query fails when no network is present
severity 4546 fixed
retitle 4547 xdm: XDMCP problem with multihomes X servers (design error?) [UPSTREAM]
retitle 5212 xdm: allows login without valid shell [UPSTREAM]
retitle 5475 xdm: postinst starts xdm without asking
severity 5475 fixed
unmerge 5635
retitle 5635 xdm: cycles X server endlessly [UPSTREAM]
severity 5635 fixed
retitle 5734 xserver-common: default keymap was very wrong (GB)
severity 5734 fixed
retitle 5820 xbase-clients: xinit won't let me pass arguments to the server [UPSTREAM]
reassign 5820 xbase-clients
severity 5820 fixed
retitle 5897 xserver-mono: X server does not display text properly on Juko G8 (Hercules clone) card [UPSTREAM]
retitle 6400 xfs: coredumps when shut down due to xbase upgrade [UPSTREAM]
severity 6400 fixed
retitle 6405 xserver-common: default keymap was very wrong (DE)
severity 6405 fixed
merge 5734 6405
retitle 6468 xserver-common: X server goes crazy when switching back to its VC [UPSTREAM]
reassign 6468 xserver-common
retitle 6682 xbase-clients: sessreg should use glibc 2.1 utmp functions [UPSTREAM]
retitle 6734 xserver-common: hostname change causes X to refuse incoming connections [UPSTREAM]
retitle 6769 xserver-svga: X server goes bezerk at unpredictable times [UPSTREAM]
retitle 7058 xf86setup: XF86Setup can create unusable XF86Config [UPSTREAM]
retitle 7112 xterm: xterm is setuid root
retitle 7354 xlib6g-dev: xmkmf can generate bad Makefiles WRT variable substitution [UPSTREAM]
severity 7354 fixed
retitle 7370 xserver-s3v: X server hangs when using Netscape [UPSTREAM]
retitle 7553 xdm: init.d script doesn't always run
severity 7553 fixed
retitle 7554 xserver-w32: X server comes up with blank screen [UPSTREAM]
retitle 7886 emacs: Emacs doesn't know what to do with ISO_Left_Tab
reassign 7886 emacs
retitle 8931 xbase-clients: xrdb should magically know when whitespace is syntactically insignificant and strip it [UPSTREAM]
severity 8931 wishlist
retitle 9982 xserver-common: X server does not start if any host in font path is unreachable [UPSTREAM]
thanks
Notes to self:
#1690: can be closed, can't repro and I haven't heard of anyone ELSE
getting a PF from xdm the whole time I've maintained it
#1691: this is actually a pretty vague complaint. At any rate, Debian now
has parse-xf86config, which is designed to catch exactly these kinds of
errors. xserver-configure (and the xdm init script) works with it to try
to ensure that the XF86Config file is kosher before trying to use it.
#1819: I do not think it is necessary to put a lock on a read-only device
like a mouse. If you run something else that grabs the device and locks
it, the problem is with the something else, not with X. As it stands,
under at least some configurations gpm and X can share the mouse device
(though VC switching may cause gpm issue protocol errors to the system
log).
#2039: I believe this was addressed last year:
XFree86 3.3.2j (4 November 1998)
[...]
1191. Mach64 updates: fix a font bug for non-terminal image text fonts,
update docs and Cards database (#2164, Kevin Martin).
#4056, 4066: these bugs are addressed by questions Q.C1 and Q.D1 in
/usr/doc/xfree86-common/XFree86-FAQ.*
#4546: I cannot reproduce this under the conditions described in the bug
report.
#5475: This problem was fixed by the Great X Reorganization.
*) If you don't want xdm to run, don't install it.
*) Alternatively, see /usr/doc/xfree86-common/FAQ for help with various
xdm scenarios people desire that aren't the default configuration
#5635: fixed in xfree86 3.3.2.3a-9 with Marcelo Magallon's patch
#5734, 6405: Folks have got to learn how to use XKB. Alternatively, they
can just use "XkbDisable", and the X server will inherit the keymap used by
the virtual console.
#5820: this was fixed a long time ago. xinit -- :1 [other server args]
works just fine.
#6400: I can't reproduce this. I do not get a coredump when starting an
xfs when another one is already running. Font services continue to work
fine.
#7354: I tried to reproduce this and couldn't.
#7553: This was fixed in the Great X Reorganization.
#7886: if emacs doesn't know what to do with a key event, that's emacs's
problem
--
G. Branden Robinson | "There is no gravity in space."
Debian GNU/Linux | "Then how could astronauts walk around
branden@ecn.purdue.edu | on the Moon?"
cartoon.ecn.purdue.edu/~branden/ | "Because they were wearing heavy boots."
Changed Bug title.
Request was from branden@indy.progenylinux.com (Branden Robinson)
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 7 Nov 2000 23:54:52 +0000
From branden@indy.progenylinux.com Tue Nov 07 17:54:52 2000
Return-path:
Received: from pm3naxs12-218.naxs.com (london.progenylinux.com) [::ffff:216.98.81.218]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13tIZo-0001DM-00; Tue, 07 Nov 2000 17:54:52 -0600
Received: from andromeda.indy.progenylinux.com (andromeda [64.64.82.228])
by london.progenylinux.com (Postfix) with ESMTP id 87EA123D40
for ; Tue, 7 Nov 2000 18:54:51 -0500 (EST)
Received: by andromeda.indy.progenylinux.com (Postfix, from userid 10001)
id B16381BE27; Tue, 7 Nov 2000 18:54:50 -0500 (EST)
Date: Tue, 7 Nov 2000 18:54:49 -0500
To: control@bugs.debian.org
Subject: more XFree86 triage
Message-ID: <20001107185449.A6765@indy.progenylinux.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: branden@indy.progenylinux.com (Branden Robinson)
Delivered-To: control@bugs.debian.org
retitle 68997 xserver-xfree86: crashes when hundreds of windows are opened [UPSTREAM]
reassign 68997 xserver-xfree86
retitle 76280 xlibs: font transcoding not handled nicely during 3.3.6 -> 4.0 upgrade [NEED UPSTREAM DIAGNOSIS]
reassign 76280 xlibs
retitle 740 xserver-xfree86: xclock leaves "droppings" in its window [UPSTREAM]
reassign 740 xserver-xfree86
retitle 6734 xserver-xfree86: access control mechanisms cannot cope with a host changing its hostname [UPSTREAM]
reassign 6734 xserver-xfree86
severity 6734 wishlist
retitle 9982 xserver-xfree86: does not start if any host in font path is unreachable [UPSTREAM]
reassign 9982 xserver-xfree86
retitle 10752 xserver-xfree86: should put lock file in /var/lock, not /tmp [UPSTREAM]
reassign 10752 xserver-xfree86
retitle 14878 xserver-xfree86: should put socket files in /var/run, not /tmp [UPSTREAM]
reassign 14878 xserver-xfree86
retitle 15018 xbase-clients: xinit cannot see display argument beyond first position in arg list [UPSTREAM]
reassign 15018 xbase-clients
retitle 21763 xserver-xfree86: font rasterizer cannot cope with gigantic sizes [UPSTREAM]
reassign 21763 xserver-xfree86
retitle 24302 xbase-clients: xinit requires absolute path to client program (unclear manpage info) [UPSTREAM]
reassign 24302 xbase-clients
retitle 24741 xserver-xfree86: server does not free used resource memory [UPSTREAM]
reassign 24741 xserver-xfree86
retitle 28323 netscape: does not understand 24bpp pixmap format
reassign 28323 netscape
retitle 34964 xserver-xfree86: crashes when XInput devices not found [UPSTREAM]
reassign 34964 xserver-xfree86
retitle 40667 xserver-xfree86: would like X server LinkKit package
reassign 40667 xserver-xfree86
severity 40667 wishlist
retitle 42533 xserver-xfree86: (documentation) server uses last, not first, matching mode in Monitor section [UPSTREAM]
reassign 42533 xserver-xfree86
retitle 47777 xserver-xfree86: (documentation) XF86Config manpage does not mention "rgb" vs "rgb.txt" issue [UPSTREAM]
reassign 47777 xserver-xfree86
retitle 52427 xserver-common: configuration generated by xf86config for ISO9995-1 keyboard layout does not work [UPSTREAM]
retitle 56286 xserver-xfree86: server's builtin keymap disables shift keys (XKB okay) [UPSTREAM]
reassign 56286 xserver-xfree86
retitle 57955 xserver-xfree86: [busy waiting problem] when dying programs (Netscape) lose their connection [UPSTREAM]
reassign 57955 xserver-xfree86
retitle 61379 xserver-xfree86: [busy waiting problem] xdm idling at login widget [UPSTREAM]
reassign 61379 xserver-xfree86
merge 57955 61379
retitle 67655 xserver-common: Cards file has typo several times: "fifo_aggresive" [UPSTREAM]
retitle 76299 xserver-xfree86: sometimes blocks looking for nonexistent local font server [UPSTREAM]
reassign 76299 xserver-xfree86
retitle 76409 xserver-xfree86: X server does not start; "no screens found" [UPSTREAM]
reassign 76409 xserver-xfree86
reassign 22506 xbase-clients
retitle 37704 xserver-xfree86: would be nice if X server could detach from the tty that started it [UPSTREAM]
reassign 37704 xserver-xfree86
retitle 61128 xserver-xfree86: if multiple modelines with same name, should use higher pixel clocks first [UPSTREAM]
reassign 61128 xserver-xfree86
thanks
--
Branden Robinson | GPG signed/encrypted mail welcome
branden@progeny.com | 1024D/32222732
Senior Software Developer | E31E 8D74 4BFA 77C9 6560
Progeny Linux Systems | 0560 137B F214 3222 2732
Bug reassigned from package `xserver-common' to `xserver-xfree86'.
Request was from branden@indy.progenylinux.com (Branden Robinson)
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 7 Nov 2000 23:54:52 +0000
From branden@indy.progenylinux.com Tue Nov 07 17:54:52 2000
Return-path:
Received: from pm3naxs12-218.naxs.com (london.progenylinux.com) [::ffff:216.98.81.218]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13tIZo-0001DM-00; Tue, 07 Nov 2000 17:54:52 -0600
Received: from andromeda.indy.progenylinux.com (andromeda [64.64.82.228])
by london.progenylinux.com (Postfix) with ESMTP id 87EA123D40
for ; Tue, 7 Nov 2000 18:54:51 -0500 (EST)
Received: by andromeda.indy.progenylinux.com (Postfix, from userid 10001)
id B16381BE27; Tue, 7 Nov 2000 18:54:50 -0500 (EST)
Date: Tue, 7 Nov 2000 18:54:49 -0500
To: control@bugs.debian.org
Subject: more XFree86 triage
Message-ID: <20001107185449.A6765@indy.progenylinux.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: branden@indy.progenylinux.com (Branden Robinson)
Delivered-To: control@bugs.debian.org
retitle 68997 xserver-xfree86: crashes when hundreds of windows are opened [UPSTREAM]
reassign 68997 xserver-xfree86
retitle 76280 xlibs: font transcoding not handled nicely during 3.3.6 -> 4.0 upgrade [NEED UPSTREAM DIAGNOSIS]
reassign 76280 xlibs
retitle 740 xserver-xfree86: xclock leaves "droppings" in its window [UPSTREAM]
reassign 740 xserver-xfree86
retitle 6734 xserver-xfree86: access control mechanisms cannot cope with a host changing its hostname [UPSTREAM]
reassign 6734 xserver-xfree86
severity 6734 wishlist
retitle 9982 xserver-xfree86: does not start if any host in font path is unreachable [UPSTREAM]
reassign 9982 xserver-xfree86
retitle 10752 xserver-xfree86: should put lock file in /var/lock, not /tmp [UPSTREAM]
reassign 10752 xserver-xfree86
retitle 14878 xserver-xfree86: should put socket files in /var/run, not /tmp [UPSTREAM]
reassign 14878 xserver-xfree86
retitle 15018 xbase-clients: xinit cannot see display argument beyond first position in arg list [UPSTREAM]
reassign 15018 xbase-clients
retitle 21763 xserver-xfree86: font rasterizer cannot cope with gigantic sizes [UPSTREAM]
reassign 21763 xserver-xfree86
retitle 24302 xbase-clients: xinit requires absolute path to client program (unclear manpage info) [UPSTREAM]
reassign 24302 xbase-clients
retitle 24741 xserver-xfree86: server does not free used resource memory [UPSTREAM]
reassign 24741 xserver-xfree86
retitle 28323 netscape: does not understand 24bpp pixmap format
reassign 28323 netscape
retitle 34964 xserver-xfree86: crashes when XInput devices not found [UPSTREAM]
reassign 34964 xserver-xfree86
retitle 40667 xserver-xfree86: would like X server LinkKit package
reassign 40667 xserver-xfree86
severity 40667 wishlist
retitle 42533 xserver-xfree86: (documentation) server uses last, not first, matching mode in Monitor section [UPSTREAM]
reassign 42533 xserver-xfree86
retitle 47777 xserver-xfree86: (documentation) XF86Config manpage does not mention "rgb" vs "rgb.txt" issue [UPSTREAM]
reassign 47777 xserver-xfree86
retitle 52427 xserver-common: configuration generated by xf86config for ISO9995-1 keyboard layout does not work [UPSTREAM]
retitle 56286 xserver-xfree86: server's builtin keymap disables shift keys (XKB okay) [UPSTREAM]
reassign 56286 xserver-xfree86
retitle 57955 xserver-xfree86: [busy waiting problem] when dying programs (Netscape) lose their connection [UPSTREAM]
reassign 57955 xserver-xfree86
retitle 61379 xserver-xfree86: [busy waiting problem] xdm idling at login widget [UPSTREAM]
reassign 61379 xserver-xfree86
merge 57955 61379
retitle 67655 xserver-common: Cards file has typo several times: "fifo_aggresive" [UPSTREAM]
retitle 76299 xserver-xfree86: sometimes blocks looking for nonexistent local font server [UPSTREAM]
reassign 76299 xserver-xfree86
retitle 76409 xserver-xfree86: X server does not start; "no screens found" [UPSTREAM]
reassign 76409 xserver-xfree86
reassign 22506 xbase-clients
retitle 37704 xserver-xfree86: would be nice if X server could detach from the tty that started it [UPSTREAM]
reassign 37704 xserver-xfree86
retitle 61128 xserver-xfree86: if multiple modelines with same name, should use higher pixel clocks first [UPSTREAM]
reassign 61128 xserver-xfree86
thanks
--
Branden Robinson | GPG signed/encrypted mail welcome
branden@progeny.com | 1024D/32222732
Senior Software Developer | E31E 8D74 4BFA 77C9 6560
Progeny Linux Systems | 0560 137B F214 3222 2732
Severity set to `wishlist'.
Request was from branden@indy.progenylinux.com (Branden Robinson)
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 7 Nov 2000 23:54:52 +0000
From branden@indy.progenylinux.com Tue Nov 07 17:54:52 2000
Return-path:
Received: from pm3naxs12-218.naxs.com (london.progenylinux.com) [::ffff:216.98.81.218]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13tIZo-0001DM-00; Tue, 07 Nov 2000 17:54:52 -0600
Received: from andromeda.indy.progenylinux.com (andromeda [64.64.82.228])
by london.progenylinux.com (Postfix) with ESMTP id 87EA123D40
for ; Tue, 7 Nov 2000 18:54:51 -0500 (EST)
Received: by andromeda.indy.progenylinux.com (Postfix, from userid 10001)
id B16381BE27; Tue, 7 Nov 2000 18:54:50 -0500 (EST)
Date: Tue, 7 Nov 2000 18:54:49 -0500
To: control@bugs.debian.org
Subject: more XFree86 triage
Message-ID: <20001107185449.A6765@indy.progenylinux.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: branden@indy.progenylinux.com (Branden Robinson)
Delivered-To: control@bugs.debian.org
retitle 68997 xserver-xfree86: crashes when hundreds of windows are opened [UPSTREAM]
reassign 68997 xserver-xfree86
retitle 76280 xlibs: font transcoding not handled nicely during 3.3.6 -> 4.0 upgrade [NEED UPSTREAM DIAGNOSIS]
reassign 76280 xlibs
retitle 740 xserver-xfree86: xclock leaves "droppings" in its window [UPSTREAM]
reassign 740 xserver-xfree86
retitle 6734 xserver-xfree86: access control mechanisms cannot cope with a host changing its hostname [UPSTREAM]
reassign 6734 xserver-xfree86
severity 6734 wishlist
retitle 9982 xserver-xfree86: does not start if any host in font path is unreachable [UPSTREAM]
reassign 9982 xserver-xfree86
retitle 10752 xserver-xfree86: should put lock file in /var/lock, not /tmp [UPSTREAM]
reassign 10752 xserver-xfree86
retitle 14878 xserver-xfree86: should put socket files in /var/run, not /tmp [UPSTREAM]
reassign 14878 xserver-xfree86
retitle 15018 xbase-clients: xinit cannot see display argument beyond first position in arg list [UPSTREAM]
reassign 15018 xbase-clients
retitle 21763 xserver-xfree86: font rasterizer cannot cope with gigantic sizes [UPSTREAM]
reassign 21763 xserver-xfree86
retitle 24302 xbase-clients: xinit requires absolute path to client program (unclear manpage info) [UPSTREAM]
reassign 24302 xbase-clients
retitle 24741 xserver-xfree86: server does not free used resource memory [UPSTREAM]
reassign 24741 xserver-xfree86
retitle 28323 netscape: does not understand 24bpp pixmap format
reassign 28323 netscape
retitle 34964 xserver-xfree86: crashes when XInput devices not found [UPSTREAM]
reassign 34964 xserver-xfree86
retitle 40667 xserver-xfree86: would like X server LinkKit package
reassign 40667 xserver-xfree86
severity 40667 wishlist
retitle 42533 xserver-xfree86: (documentation) server uses last, not first, matching mode in Monitor section [UPSTREAM]
reassign 42533 xserver-xfree86
retitle 47777 xserver-xfree86: (documentation) XF86Config manpage does not mention "rgb" vs "rgb.txt" issue [UPSTREAM]
reassign 47777 xserver-xfree86
retitle 52427 xserver-common: configuration generated by xf86config for ISO9995-1 keyboard layout does not work [UPSTREAM]
retitle 56286 xserver-xfree86: server's builtin keymap disables shift keys (XKB okay) [UPSTREAM]
reassign 56286 xserver-xfree86
retitle 57955 xserver-xfree86: [busy waiting problem] when dying programs (Netscape) lose their connection [UPSTREAM]
reassign 57955 xserver-xfree86
retitle 61379 xserver-xfree86: [busy waiting problem] xdm idling at login widget [UPSTREAM]
reassign 61379 xserver-xfree86
merge 57955 61379
retitle 67655 xserver-common: Cards file has typo several times: "fifo_aggresive" [UPSTREAM]
retitle 76299 xserver-xfree86: sometimes blocks looking for nonexistent local font server [UPSTREAM]
reassign 76299 xserver-xfree86
retitle 76409 xserver-xfree86: X server does not start; "no screens found" [UPSTREAM]
reassign 76409 xserver-xfree86
reassign 22506 xbase-clients
retitle 37704 xserver-xfree86: would be nice if X server could detach from the tty that started it [UPSTREAM]
reassign 37704 xserver-xfree86
retitle 61128 xserver-xfree86: if multiple modelines with same name, should use higher pixel clocks first [UPSTREAM]
reassign 61128 xserver-xfree86
thanks
--
Branden Robinson | GPG signed/encrypted mail welcome
branden@progeny.com | 1024D/32222732
Senior Software Developer | E31E 8D74 4BFA 77C9 6560
Progeny Linux Systems | 0560 137B F214 3222 2732
Changed Bug title.
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 23 Dec 2001 17:24:41 +0000
From branden@deadbeast.net Sun Dec 23 11:24:41 2001
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ICMb-0005a6-00; Sun, 23 Dec 2001 11:24:41 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id 3929541E3; Sun, 23 Dec 2001 12:24:39 -0500 (EST)
From: Branden Robinson
To: control@bugs.debian.org
Subject: retitle 6734 to xserver-xfree86: [core server] access control mechanisms cannot cope with a host changing its hostname ...
Date: Sun, 23 Dec 2001 12:24:39 -0500
Message-Id: <20011223172439.3929541E3@apocalypse.deadbeast.net>
Delivered-To: control@bugs.debian.org
retitle 6734 xserver-xfree86: [core server] access control mechanisms cannot cope with a host changing its hostname
tag 6734 + upstream
Tags added: upstream
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 23 Dec 2001 17:24:41 +0000
From branden@deadbeast.net Sun Dec 23 11:24:41 2001
Return-path:
Received: from cc551902-b.indnpls1.in.home.com (apocalypse.deadbeast.net) [24.183.211.35]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ICMb-0005a6-00; Sun, 23 Dec 2001 11:24:41 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id 3929541E3; Sun, 23 Dec 2001 12:24:39 -0500 (EST)
From: Branden Robinson
To: control@bugs.debian.org
Subject: retitle 6734 to xserver-xfree86: [core server] access control mechanisms cannot cope with a host changing its hostname ...
Date: Sun, 23 Dec 2001 12:24:39 -0500
Message-Id: <20011223172439.3929541E3@apocalypse.deadbeast.net>
Delivered-To: control@bugs.debian.org
retitle 6734 xserver-xfree86: [core server] access control mechanisms cannot cope with a host changing its hostname
tag 6734 + upstream
Changed Bug title.
Request was from Branden Robinson <branden@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 31 Oct 2002 08:26:08 +0000
From branden@deadbeast.net Thu Oct 31 02:26:06 2002
Return-path:
Received: from pcp942041pcs.cstltn01.in.comcast.net (apocalypse.deadbeast.net) [68.57.244.226]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 187AeU-0002OJ-00; Thu, 31 Oct 2002 02:26:06 -0600
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
id 6717A43C8; Thu, 31 Oct 2002 03:26:05 -0500 (EST)
Date: Thu, 31 Oct 2002 03:26:05 -0500
From: Branden Robinson
To: control@bugs.debian.org
Subject: xserver-xfree86 wishlist triage
Message-ID: <20021031082605.GE17459@deadbeast.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="IIdFmnBmmFp+Aeao"
Content-Disposition: inline
User-Agent: Mutt/1.4i
Delivered-To: control@bugs.debian.org
X-Spam-Status: No, hits=-6.4 required=5.0
tests=PGP_SIGNATURE_2,SPAM_PHRASE_00_01,USER_AGENT,
USER_AGENT_MUTT
version=2.41
X-Spam-Level:
--IIdFmnBmmFp+Aeao
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
retitle 6734 xserver-xfree86: [core server] access control mechanisms canno=
t cope with a host changing its hostname
retitle 76291 xserver-xfree86: [ati/atimisc] support for color depths great=
er than 8 bits desired on Mach64 GX rev 3
retitle 80140 xserver-xfree86: [wacom] graphire device settings lost after =
APM resume
retitle 85365 xserver-xfree86: [core server] my system clock jumps around l=
ike crazy, and for some reason X has a problem with this
retitle 86457 xserver-xfree86: [ati/atimisc] better support wanted for Mach=
64 GX rev 3
retitle 88344 xserver-xfree86: [ati/atimisc] better support wanted for Mach=
64 GX rev 1
retitle 91314 xserver-xfree86: [core server] want X server command-line opt=
ion to disable VT switch on server startup and exit
retitle 100485 xserver-xfree86: [core server] want support for Type6 USB ke=
yboard scan codes in XF86Events.c
retitle 108451 xserver-xfree86: [core server] want automatic backtrace on c=
rash
retitle 108917 xserver-xfree86: [core server] key sequence to change VT's s=
hould be configurable
retitle 118773 xserver-xfree86: want log rotation for /var/log/XFree86.*.log
retitle 130098 xserver-xfree86: [XF86Config(5x)] should refer to local file=
s instead of URLs
retitle 130191 xserver-xfree86: debconf BusID question could have better de=
fault and explanation
retitle 130274 xserver-xfree86: debconf does not support the 1152x768 mode =
used by Apple PowerBook G4s
retitle 133277 xserver-xfree86: want custom modeline support in debconf tem=
plates
retitle 133344 xserver-xfree86: mention gb is code for uk in debconf xkb sy=
mbols template description
retitle 133910 xserver-xfree86: want debconf question to enable TCP connect=
ions by default
retitle 134484 xserver-xfree86: [core server] overwrites its own log files
retitle 135768 xserver-xfree86: include v4l in the debconf prompts for serv=
er modules
retitle 137083 xserver-xfree86: support kudzu in config script
retitle 141390 xserver-xfree86: want debconf configuration to support mice =
with more than 5 buttons
retitle 143498 xserver-xfree86: [core server] number of client connections =
limited to 128; want more
retitle 144045 xserver-xfree86: X doesn't recognize ATI Rage 128 TF chipset
retitle 144871 xserver-xfree86: [core server] server needs more built-in mo=
des around 60kHz hsync to support iMacs
retitle 145797 xserver-xfree86: [keyboard] want driver to not change keyboa=
rd autorepeat by default
retitle 149586 xserver-xfree86: config script should trap errors from disco=
ver [John Daily bogons]
retitle 149587 xserver-xfree86: start preparing for discover 2
retitle 149807 xserver-xfree86: want debconf support for xfs port number an=
d various more options for drivers
retitle 155531 xserver-xfree86: [suncg6] driver does not support DPMS
retitle 155808 xserver-xfree86: [mouse] absolute positioning patch backport=
ed from CVS HEAD
retitle 158081 xserver-xfree86: debconf default for mouse on PowerPC is not=
/dev/input/mice
retitle 164034 xserver-xfree86: debconf does not support the 1280x600 mode =
used by Sony PictureBooks
thanks
--=20
G. Branden Robinson | I'm sorry if the following sounds
Debian GNU/Linux | combative and excessively personal,
branden@debian.org | but that's my general style.
http://people.debian.org/~branden/ | -- Ian Jackson
--IIdFmnBmmFp+Aeao
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iEYEARECAAYFAj3A6R0ACgkQ6kxmHytGonx2IQCeKyKi/8VYoFK5VECTx/e9gKHs
KggAn1SNBoAq5P6tesGI+NU1bevx1u+y
=KrN7
-----END PGP SIGNATURE-----
--IIdFmnBmmFp+Aeao--
Bug reassigned from package `xserver-xfree86' to `xserver-xorg-core'.
Request was from Julien Cristau <jcristau@debian.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 22 Jul 2007 00:04:23 +0000
From julien.cristau@liafa.jussieu.fr Sun Jul 22 00:04:23 2007
Return-path:
Received: from master.debian.org ([70.103.162.29])
by rietz.debian.org with esmtp (Exim 4.50)
id 1ICOvq-0003u8-72
for control@bugs.debian.org; Sun, 22 Jul 2007 00:04:18 +0000
Received: from localhost ([127.0.0.1] helo=patate.is-a-geek.org)
by master.debian.org with esmtp (Exim 4.50)
id 1ICOvp-0005sb-HE
for control@bugs.debian.org; Sun, 22 Jul 2007 00:04:17 +0000
Received: by patate.is-a-geek.org (Postfix, from userid 1000)
id CE9E380F0; Sun, 22 Jul 2007 02:04:16 +0200 (CEST)
From: Julien Cristau
To: control@bugs.debian.org
Subject: reassign 6734 to xserver-xorg-core
Date: Sun, 22 Jul 2007 02:04:16 +0200
X-BTS-Version: 2.10.6
Message-ID: <1185062656-1428-bts-jcristau@debian.org>
Delivered-To: control@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on rietz.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,FROMDEVELOPER,
VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2005_01_02
# Automatically generated email from bts, devscripts version 2.10.6
reassign 6734 xserver-xorg-core
Information forwarded to debian-bugs-dist@lists.debian.org, Debian X Strike Force <debian-x@lists.debian.org>:
Bug#6734; Package xserver-xorg-core.
debian-bugs-dist@lists.debian.orgDebian X Strike Force
X-Loop: owner@bugs.debian.org
Subject: Bug#6734: Stripping for pleasure
Reply-To: "Riz Valencia" , 6734@bugs.debian.org
Resent-From: "Riz Valencia"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Debian X Strike Force
Resent-Date: Tue, 25 Mar 2008 22:52:07 +0000
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 6734
X-Debian-PR-Package: xserver-xorg-core
X-Debian-PR-Keywords: upstream
X-Debian-PR-Source: xorg-server
Received: via spool by 6734-submit@bugs.debian.org id=B6734.120648486811281
(code B ref 6734); Tue, 25 Mar 2008 22:52:07 +0000
Received: (at 6734) by bugs.debian.org; 25 Mar 2008 22:41:08 +0000
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level: **
X-Spam-Status: No, score=2.0 required=4.0 tests=BAYES_60 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Received: from [189.63.33.162] (helo=bd3f21a2.virtua.com.br)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JeHpL-0002Z5-Qy
for 6734@bugs.debian.org; Tue, 25 Mar 2008 22:41:08 +0000
User-Agent: Microsoft-Entourage/12.1.0.080305
Date: Tue, 25 Mar 2008 19:43:52 -0300
From: "Riz Valencia"
To: 6734@bugs.debian.org
Message-ID:
Thread-Topic: Stripping for pleasure
Thread-Index: AciOsI2nyn4JwmrXR4WTUiu9ctOcIA==
Mime-version: 1.0
Content-type: text/plain;
charset="US-ASCII"
Content-transfer-encoding: 7bit
Raise temperatures in the bedroom with your massive hot rod.
http://www.Stopplens.com/
The truth about orgasms
Acknowledgement sent to "Riz Valencia" <Riz-poltavka@IMSC.org>:
Extra info received and forwarded to list. Copy sent to Debian X Strike Force <debian-x@lists.debian.org>.
-t
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
Content-Type: text/plain; charset=utf-8
X-Loop: owner@bugs.debian.org
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: "Riz Valencia"
Subject: Bug#6734: Info received (Stripping for pleasure)
Message-ID:
References:
X-Debian-PR-Message: ack-info 6734
X-Debian-PR-Package: xserver-xorg-core
X-Debian-PR-Keywords: upstream
X-Debian-PR-Source: xorg-server
Reply-To: 6734@bugs.debian.org
Thank you for the additional information you have supplied regarding
this Bug report.
This is an automatically generated reply to let you know your message
has been received.
Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Debian X Strike Force
If you wish to submit further information on this problem, please
send it to 6734@bugs.debian.org, as before.
Please do not send mail to owner@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.
--=20
6734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D6734
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at 6734) by bugs.debian.org; 25 Mar 2008 22:41:08 +0000
From Riz-poltavka@IMSC.org Tue Mar 25 22:41:08 2008
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02
(2006-07-26) on rietz.debian.org
X-Spam-Level: **
X-Spam-Status: No, score=2.0 required=4.0 tests=BAYES_60 autolearn=no
version=3.1.4-bugs.debian.org_2005_01_02
Return-path:
Received: from [189.63.33.162] (helo=bd3f21a2.virtua.com.br)
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1JeHpL-0002Z5-Qy
for 6734@bugs.debian.org; Tue, 25 Mar 2008 22:41:08 +0000
User-Agent: Microsoft-Entourage/12.1.0.080305
Date: Tue, 25 Mar 2008 19:43:52 -0300
Subject: Stripping for pleasure
From: "Riz Valencia"
To: 6734@bugs.debian.org
Message-ID:
Thread-Topic: Stripping for pleasure
Thread-Index: AciOsI2nyn4JwmrXR4WTUiu9ctOcIA==
Mime-version: 1.0
Content-type: text/plain;
charset="US-ASCII"
Content-transfer-encoding: 7bit
Raise temperatures in the bedroom with your massive hot rod.
http://www.Stopplens.com/
The truth about orgasms