XDMCP fatal error: Session declined Maximum number of open sessions from your host

May 31, 2011 by admin · Leave a Comment 

This is usually caused by a router using NAT. The problem is the host thinks the router is a Xserver trying to connect and because several users might be connecting to the host through the router, the host stops allowing the router to open new sessions. The fix for this is to increase the Displays per host on your Linux or UNIX host.

Under Linux, this setting is in the /etc/gdm/gdm.schemas file and the /etc/kde/kdm/kdmrc file. Here’s the part of the file(s) you need to look at:

  • <schema>  
  •   <key>xdmcp/DisplaysPerHost</key>  
  •   <signature>i</signature>  
  •   <default>1</default>  
  • </schema>  
  • <schema>
          <key>xdmcp/DisplaysPerHost</key>
          <signature>i</signature>
          <default>1</default>
        </schema>

    Increasing DisplaysPerHost will allow more users to connect before this error happens.

    /etc/gdm/gdm.schemas configures more host connections for Gnome.
    /etc/kde/kdm/kdmrc file configures more host connections for KDE.

    If there are too many sessions, rebooting the host will fix this problem as well. However, the problem will return once the Displays per host is exceeded again.

    Speak Your Mind

    Tell us what you're thinking...
    and oh, if you want a pic to show with your comment, go get a gravatar!
    Click here to cancel reply.