Bug 33876 - Maximum number of clients reached: cannot connect to X server
Summary: Maximum number of clients reached: cannot connect to X server
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 10:42 UTC by darkbasic
Modified: 2018-06-12 18:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description darkbasic 2011-02-03 10:42:52 UTC
niko2@laptop ~ $ okular 
Maximum number of clients reachedokular: cannot connect to X server :0

Xorg server 1.9.4-rc2
mesa git, libdrm git, xf86-video-intel git
kernel 2.6.38+drm-intel-fixes
gentoo amd64
gma45

I have this problem since a long time. After some hours of use I get this message when I try to start an application.
Comment 1 Chris Wilson 2011-02-03 10:48:38 UTC
One has to ask: just how many clients are connected and have ever been connected to the Xserver?
Comment 2 darkbasic 2011-02-03 10:53:01 UTC
Not sure what do you mean with clients, but I have just few apps opened and no one is using X through ssh.
Comment 3 darkbasic 2011-02-03 12:11:38 UTC
Uhm.. I don't think it does fit "Server/general" because I have another gentoo box with an almost identical setup and I never had a problem (radeon powered).
Comment 4 James Cloos 2011-02-04 14:44:26 UTC
> Not sure what do you mean with clients, but I have just few apps opened

In X Windows terminology, clients refers to any application which
connects to the X Server.

So, each app is a client; some multi-threaded apps open one connection
per thread and would then be one client for each such thread.

There are also clients which do not create windows, such as xset(1),
xdpyinfo(1), glxinfo(1) and the like.

You might have something running in the background—or trying to—which
repeats its connection attempt so often that is breaks the server.

Does top(1) show anything odd running in the background?

Is there anyting in your Xorg.0.log (probably in /var/log/) about
repeated connections?
Comment 5 darkbasic 2011-02-11 09:27:08 UTC
> Does top(1) show anything odd running in the background?

No


> Is there anyting in your Xorg.0.log (probably in /var/log/) about
repeated connections?

No
Comment 6 darkbasic 2011-03-08 04:39:16 UTC
I still have that problem with xorg-server-1.10 and latest graphic stack from git.
Comment 7 Adam Jackson 2018-06-12 18:44:13 UTC
Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please file a new report if you continue to experience issues with a current server.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.