<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7095&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Cannot establish any listening sockets]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7095</link>
		<description><![CDATA[The most recent posts in Cannot establish any listening sockets.]]></description>
		<lastBuildDate>Mon, 24 Mar 2025 10:39:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Cannot establish any listening sockets]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55029#p55029</link>
			<description><![CDATA[<p>Something funny is going on if the millisecond timestamp stays the same for the Xorg logs... are you sure that that is the current log file?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 24 Mar 2025 10:39:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55029#p55029</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot establish any listening sockets]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55028#p55028</link>
			<description><![CDATA[<p>thank you, both!</p><p>here is today&#039;s output,</p><div class="codebox"><pre><code>$ ps aux | grep Xorg
root      2462  2.4  2.7 774996 107776 tty7    Ssl+ Mar22  65:03 /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/slim.auth vt07
vb        7833  0.0  0.0   6336  2244 pts/3    S+   11:28   0:00 grep --color=auto Xorg</code></pre></div><div class="codebox"><pre><code>$ cat /home/vb/.local/share/xorg/Xorg.0.log
[1144248.663] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[1144248.668] _XSERVTransMakeAllCOTSServerListeners: server already running
[1144248.672] (EE) 
Fatal server error:
[1144248.681] (EE) Cannot establish any listening sockets - Make sure an X server isn&#039;t already running(EE) 
[1144248.685] (EE) 
Please consult the The X.Org Foundation support  at http://wiki.x.org for help. 
[1144248.703] (EE) Please also check the log file at &quot;/home/vb/.local/share/xorg/Xorg.0.log&quot; for additional information.
[1144248.708] (EE) 
[1144248.713] (EE) Server terminated with error (1). Closing log file.</code></pre></div><div class="codebox"><pre><code># ain xserver-xorg
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
xserver-xorg is already the newest version (1:7.7+23).
xserver-xorg set to manually installed.</code></pre></div><div class="codebox"><pre><code># apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.</code></pre></div><p>if all that is ok then I will try the new user option as you suggested.</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Mon, 24 Mar 2025 09:43:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55028#p55028</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot establish any listening sockets]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55021#p55021</link>
			<description><![CDATA[<p>Just some ideas to check <br />1 see if other Xorg instances are running - </p><div class="codebox"><pre><code>ps aux | grep Xorg</code></pre></div><p>2 maybe a conflict - XRDP - VNC ?<br />3 Try running sylpheed with a different user and see if that happens again </p><p>Hope this will help trimming down</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Sun, 23 Mar 2025 06:16:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55021#p55021</guid>
		</item>
		<item>
			<title><![CDATA[Re: Cannot establish any listening sockets]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55011#p55011</link>
			<description><![CDATA[<p>X server might be having some issues, which is causing those crashes with xournal and sylpheed. From the log you shared, it seems like there might already be an X server running, which is blocking things from working properly.</p><p>First off, try checking if any X server processes are still running, and if so, stop them before trying to restart X. You can also check the Xorg log at /home/vb/.local/share/xorg/Xorg.0.log to see if it’s throwing any more specific errors.</p><p>If that doesn’t work, you could try reconfiguring X by reinstalling the xserver-xorg package—sometimes that resets things and clears up the issue. Also, it might be worth running apt-get install -f to fix any missing dependencies that could be causing problems.</p><p>Lastly, just to rule out anything with your user settings, create a new user and see if the issue still happens there. If it doesn’t, it’s probably something in your current user config causing the crashes.</p><p>Let me know how it goes!</p>]]></description>
			<author><![CDATA[dummy@example.com (lynch9)]]></author>
			<pubDate>Sat, 22 Mar 2025 18:49:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55011#p55011</guid>
		</item>
		<item>
			<title><![CDATA[Cannot establish any listening sockets]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=54708#p54708</link>
			<description><![CDATA[<p>Hello everybody!</p><p>X crashes everytime when I use &#039;xournal&#039; or try to make changes to &#039;sylpheed&#039; settings. Using &#039;sylpheed&#039; to receive and send e-mail works fine. But clicking on the settings menu leads to a crash. With &#039;xournal&#039; crashes come whenever they feel like it (in reading mode) and always when I try to save the file after some changes.</p><p>I am with daedalus, xfce.</p><p>Here is the log</p><div class="codebox"><pre><code>[1144248.663] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[1144248.668] _XSERVTransMakeAllCOTSServerListeners: server already running
[1144248.672] (EE) 
Fatal server error:
[1144248.681] (EE) Cannot establish any listening sockets - Make sure an X server isn&#039;t already running(EE) 
[1144248.685] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[1144248.703] (EE) Please also check the log file at &quot;/home/vb/.local/share/xorg/Xorg.0.log&quot; for additional information.
[1144248.708] (EE) 
[1144248.713] (EE) Server terminated with error (1). Closing log file.</code></pre></div><p>What might be the cause?<br />Any ideas are appreciated!<br />Thank you in advance!</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Sun, 02 Mar 2025 04:50:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=54708#p54708</guid>
		</item>
	</channel>
</rss>
