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 316316 - Spurious error messages when port scanning XDMCP
Spurious error messages when port scanning XDMCP
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-14 15:08 UTC by Bastien Nocera
Modified: 2005-09-15 01:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdm-no-xdmcp-fill-warnings.patch (1.19 KB, patch)
2005-09-14 15:11 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2005-09-14 15:08:20 UTC
To check whether gdm allows more clients to connect, we run nmap on the port
opened for xdmcp[1]:
nc -v -n -z -v <server ip> 177

Which creates a lot of warnings like:
gdm [PID]:  gdm_xdmcp_decode:  Could not create XDMCP buffer!

In good ol' XDM, this message is a debug statement, not a warning one.

The patch below downgrades this message to debug level.

[1]:  if you can think of a better way, feel free to tell me
Comment 1 Bastien Nocera 2005-09-14 15:11:10 UTC
Created attachment 52233 [details] [review]
gdm-no-xdmcp-fill-warnings.patch
Comment 2 Brian Cameron 2005-09-15 01:55:29 UTC
Fixed in CVS head and 2.12 branch.  Thanks.