After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103266 - xdmcp session counting gone wrong?
xdmcp session counting gone wrong?
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: GDM maintainers
Trevor Curtis
Depends on:
Blocks:
 
 
Reported: 2003-01-13 02:15 UTC by Havoc Pennington
Modified: 2003-05-13 23:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2003-01-13 02:13:37 UTC
Bugzilla-Product: gdm
Description:

  Please see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=79421
  for the original bug report.




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-12 21:13 -------

Reassigning to the default owner of the component, jirka@5z.com.

Comment 1 Shahms E. King 2003-01-30 20:36:14 UTC
This bug is pretty crippling on K12LTSP servers, essentially meaning
it can't be used.

Essentially, terminals get to login once and never again.  I'm pretty
sure that the display isn't being _unmanaged() properly, or at least
not removed from "displays" correctly as it works the first time, but
if terminals attempt to reconnect they cannot.  Even after waiting
GdmPingInterval seconds before trying again.  In theory, this should
be a trivial fix, but I couldn't see it in my cursory glance over the
code.
Comment 2 George Lebl 2003-05-13 23:57:00 UTC
I must be on drugs ... the ping behaviour was copied from xdm where
it was specified in minutes.  The default 5 will actually mean 5
minutes.  I'm just changing this in CVS to be in seconds.  Eeek.  For
a temporary relief set it to 1 and so you have 1 minute timeout.  I'm also
setting CVS to default to 15 rather then 5 seconds then.  Anything
which hangs for over 15 seconds is really really dead.  Another temp
fix is
to increase maximal connections per host to 2.  I'm marking as fixed.