<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7238&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Error in an effort to run an X client in a remote X Display.]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7238</link>
		<description><![CDATA[The most recent posts in Error in an effort to run an X client in a remote X Display..]]></description>
		<lastBuildDate>Tue, 10 Jun 2025 09:51:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56061#p56061</link>
			<description><![CDATA[<div class="quotebox"><cite>chomwitt wrote:</cite><blockquote><div><p>How will i restart the X server in xdm or another display manager?</p></div></blockquote></div><p>Restarting the display manager restarts the X server. With SysV, <span class="bbc">service YOUR_DM restart</span>. As I said, just logging out and in does not read the new configuration values. So, the procedure shoud be: log out, restart DM, log in again.</p><div class="quotebox"><cite>chomwitt wrote:</cite><blockquote><div><p>For the moment i try using network transparency without using ssh.</p></div></blockquote></div><p>Understood. It will be very educational. I hope the best to you <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" />. By the way, I felt in love with the old X system when I succeded doing what you are trying now. Back then (circa 1998) I didn&#039;t know the very existence of ssh.</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Tue, 10 Jun 2025 09:51:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56061#p56061</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56057#p56057</link>
			<description><![CDATA[<p>Bring up a terminal and use the command </p><div class="codebox"><pre><code>pkill Xorg</code></pre></div><p> (as the user that owns the Xorg process)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 09 Jun 2025 23:27:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56057#p56057</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56050#p56050</link>
			<description><![CDATA[<p>@PedroReina How will i restart the X server in xdm or another display manager?<br />For the moment i try using network transparency without using ssh.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 09 Jun 2025 18:10:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56050#p56050</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56044#p56044</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Logging out from XDM and llogginh again in didnt work.</p></div></blockquote></div><p>It makes sense: the X server is not restarted.</p><div class="quotebox"><blockquote><div><p>Changing -nolisten to -listen it&#039;ll be effective after restarting the whole system.</p></div></blockquote></div><p>No need to: just restart the X server.</p><p>Did you try to <span class="bbc">ssh -X</span> into your remote box?</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Mon, 09 Jun 2025 15:00:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56044#p56044</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56038#p56038</link>
			<description><![CDATA[<p>@ralph.ronnquist&#160; I was off for a while so unfortunately i couldnt sync to your proposed X conf race :-)&#160; <br />but thanks for the solution.</p><p>It worked but only to one of my host where i start X from a tty shell with startx.<br />In the other xfce host with xdm as display manager it didnt work.</p><p>I will try to read to xdm conf.<br />I think it&#039;s : </p><div class="codebox"><pre><code>/etc/X11/xdm/Xservers
:0 local /usr/bin/X :0 vt7 -nolisten tcp</code></pre></div><p>Changing -nolisten to -listen it&#039;ll be effective after restarting the whole system.Logging out from XDM and<br />llogginh again in didnt work.</p><p>Also it seem&#039;s appropriate since i started that thread to quote the security note from /etc/X11/xdm/Xservers<br />and remind to fellow devuan readers that what drives me is the curiosity to learn some basic of how network<br />trasnaperncy works with X. </p><div class="quotebox"><blockquote><div><p># - SECURITY NOTE: Always pass the &quot;-nolisten tcp&quot; option to the X<br />#&#160; &#160;server, as shown in the examples below, unless you know you<br />#&#160; &#160;need the X server listening on a TCP port.&#160; Omitting this<br />#&#160; &#160;option can expose your X server to attacks from remote hosts.<br />#&#160; &#160;Note also that SSH&#039;s X11 port-forwarding option works even with<br />#&#160; &#160;X servers that do not listen on a TCP port, so you do not need<br />#&#160; &#160;to remove the &quot;-nolisten tcp&quot; option for SSH&#039;s benefit.</p></div></blockquote></div><p>Speaking of &#039;security&#039; in the context of X can have more finegrained control than xost + that i tried for experimentation&#039;s sake.<br />So i think that ssh forwarding could &#039;overdone it&#039; for a home lan. I guess having access restricted inside the lan hosts could be a far more better and less computational intesive approach. Last, i prefer the term &#039;workflow isolation&#039; than security. Security make me think of badass criminals and police. But when i work on my table for me &#039;security&#039; is not allowing other family members messing with my workspace. On the other hand i may have set a space to allow someone to laydown a snack or water.. (i wonder if that is a part of the desktop metaphor that was missed in the 80s..)</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 09 Jun 2025 11:51:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56038#p56038</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56036#p56036</link>
			<description><![CDATA[<p>The <span class="bbc">-nolisten tcp</span> gets added to the Xorg command line by the <span class="bbc">/etc/X11/xinit/xserverrc</span> start up script when invoked by <span class="bbc">startx</span>. Aaccording to <span class="bbc">man startx</span> the start up script may be overridden by the user (<span class="bbc">root</span>?) who starts <span class="bbc">Xorg</span>.</p><p>For experimentation you could edit that file, changing it to <span class="bbc">-listen tcp</span> before restarting <span class="bbc">Xorg</span> to see that it works. (It should)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 09 Jun 2025 10:21:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56036#p56036</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56035#p56035</link>
			<description><![CDATA[<p>If you check with <span class="bbc">pgrep -a Xorg</span> (on the host where it is running) you will se that it is started with the parameter <span class="bbc">-nolisten tcp</span> which means precisely that, that the server doesn&#039;t listen for connections on its standard tcp port (well not on any port).</p><p>To run remotely the way you attempt to do it requires you to start Xorg without that parameter.</p><p>When you&#039;ve figured out how to do that, you have passed &quot;Xorg usage 101&quot; <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> I&#039;ll have a browse myself meanwhile, and we can have it as a race....</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 09 Jun 2025 09:43:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56035#p56035</guid>
		</item>
		<item>
			<title><![CDATA[Error in an effort to run an X client in a remote X Display.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=56034#p56034</link>
			<description><![CDATA[<p>Home Lan:&#160; hostname: enous (192.168.2.75)&#160; / user : chomwitt <br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; hostname : familypc&#160; (192.168.2.11) / user : alex<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; Both run devuan/daedalus.</p><p>We&#039;ll need deb package : x11-apps for xeyes (<a href="https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml" rel="nofollow">@</a>)</p><p>(chomwitt/enous) $ xhost +<br />access control disabled, clients can connect from any host<br />(alex/familypc) $ xeyes -display 192.168.2.75:0.0<br />Error: Can&#039;t open display: 192.168.2.75:0.0</p><p>The same happens trying to start xeyes in enous and use as X Display familypc.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 09 Jun 2025 09:27:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=56034#p56034</guid>
		</item>
	</channel>
</rss>
