<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic remote log in in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767082#M90384</link>
    <description>hi all!&lt;BR /&gt;&lt;BR /&gt;After getting the telnet sorted im now looking at logging on to the linux machine using remote x loggin, i want to enter the system (can be done) but i want to run startx and run in gooey mode but get the message: fatal server error, server is already active for display 0.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any ideas? &lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;stuart</description>
    <pubDate>Thu, 18 Jul 2002 11:16:20 GMT</pubDate>
    <dc:creator>Stuart Mckiggan</dc:creator>
    <dc:date>2002-07-18T11:16:20Z</dc:date>
    <item>
      <title>remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767082#M90384</link>
      <description>hi all!&lt;BR /&gt;&lt;BR /&gt;After getting the telnet sorted im now looking at logging on to the linux machine using remote x loggin, i want to enter the system (can be done) but i want to run startx and run in gooey mode but get the message: fatal server error, server is already active for display 0.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any ideas? &lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;&lt;BR /&gt;stuart</description>
      <pubDate>Thu, 18 Jul 2002 11:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767082#M90384</guid>
      <dc:creator>Stuart Mckiggan</dc:creator>
      <dc:date>2002-07-18T11:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767083#M90385</link>
      <description>Hello stuart,&lt;BR /&gt;&lt;BR /&gt;From your remote client machine running X server, you do not need to type startX. You can simply export your DISPLAY and then the server's graphic applications will display on your client's screen.&lt;BR /&gt;&lt;BR /&gt;On client graphical system : &lt;BR /&gt;&lt;BR /&gt;xhost +&lt;SERVER&gt;&lt;BR /&gt;telnet &lt;SERVER&gt;&lt;BR /&gt;&lt;BR /&gt;Then on server :&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=&lt;CLIENT&gt;:0&lt;BR /&gt;&lt;BR /&gt;To check proper operation, just try "xclock".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another thing you may want to do is to obtain graphical display from the server to your local client.&lt;BR /&gt;&lt;BR /&gt;This method is completely different from the one described above. It is based on the XDMCP protocol. If you want to learn more about how to configure this, please reply to this message including some additional details :&lt;BR /&gt;&lt;BR /&gt;   * from what kind of client machine are you connecting to the linux server ?&lt;BR /&gt;&lt;BR /&gt;   * what distribution is running your linux server ?&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/CLIENT&gt;&lt;/SERVER&gt;&lt;/SERVER&gt;</description>
      <pubDate>Thu, 18 Jul 2002 11:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767083#M90385</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-07-18T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767084#M90386</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;im trying to log onto the linux server(running redhat 7.2) with my linux terminal, and run the server gooey from the terminal.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;stuart</description>
      <pubDate>Thu, 18 Jul 2002 12:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767084#M90386</guid>
      <dc:creator>Stuart Mckiggan</dc:creator>
      <dc:date>2002-07-18T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767085#M90387</link>
      <description>To be able to log on the remote machine's graphical desktop, you have to configure the server side like this :&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Edit /etc/X11/xdm/xdm-config, change :&lt;BR /&gt;&lt;BR /&gt;DisplayManager.requestPort:     0&lt;BR /&gt;&lt;BR /&gt;into &lt;BR /&gt;&lt;BR /&gt;DisplayManager.requestPort:     177&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Edit /etc/X11/xdm/Xaccess and make sure the following line is not commented out :&lt;BR /&gt;&lt;BR /&gt;# *                                     #any host can get a login window&lt;BR /&gt;&lt;BR /&gt;Restart the xdm server on the remote machine (warning : it may reset the X environment on the remote machine).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then on the client side, you can connect two ways :&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; From text console, just type :&lt;BR /&gt;&lt;BR /&gt;X :1 vt08 -query &lt;REMOTE_MACHINE&gt; &amp;amp;&lt;BR /&gt;&lt;BR /&gt;To go back to text consoles, type CTRL-ALT-F1...F6.&lt;BR /&gt;To go to your original X environment : CTRL-ALT-F7.&lt;BR /&gt;To come back to the X connection to the remote machine : CTRL-ALT-F8.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; From your client's graphical environment, type the same as above, just replacing "X" by "Xnest", which is a X11 encapsulated into X11. This package must be installed on your client system :&lt;BR /&gt;&lt;BR /&gt;Xest :1 vt08 -query &lt;REMOTE_MACHINE&gt; &amp;amp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/REMOTE_MACHINE&gt;&lt;/REMOTE_MACHINE&gt;</description>
      <pubDate>Thu, 18 Jul 2002 13:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767085#M90387</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-07-18T13:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767086#M90388</link>
      <description>and make sure that your firewall isn't blocking requests to the XDMCP port (177). &lt;BR /&gt;&lt;BR /&gt;/var/log/messages should have the info on what's getting blocked by your firewall rules. &lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 19 Jul 2002 01:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767086#M90388</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-07-19T01:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767087#M90389</link>
      <description>Hi,  thats still not working, the terminal doesnt understand the command X:1 vt08 -query Linux &amp;amp;&lt;BR /&gt;&lt;BR /&gt;or Xest,&lt;BR /&gt;&lt;BR /&gt;the terminal has Xserver installed, Help!&lt;BR /&gt;&lt;BR /&gt;thanks Stuart</description>
      <pubDate>Fri, 19 Jul 2002 07:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767087#M90389</guid>
      <dc:creator>Stuart Mckiggan</dc:creator>
      <dc:date>2002-07-19T07:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767088#M90390</link>
      <description>Hello Stuart,&lt;BR /&gt;&lt;BR /&gt;This may be a syntax error.&lt;BR /&gt;&lt;BR /&gt;   X   :1 ...&lt;BR /&gt;&lt;BR /&gt;instead of &lt;BR /&gt;&lt;BR /&gt;   X:   1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other thing : I made a mistake in my previous e-mail. Instead of Xest, read Xnest.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jul 2002 10:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767088#M90390</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-07-20T10:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767089#M90391</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;the linux client still doesnt understand the X or Xnest commands, i have set xhost &lt;IPADDRESS&gt; on both server and client, but when i log on to server ant type xclock  i get the error : _X11 TransSocket INETConnect: Cant get address for xterm   &lt;BR /&gt;Any help would be much appreciated, stuart&lt;/IPADDRESS&gt;</description>
      <pubDate>Mon, 22 Jul 2002 09:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767089#M90391</guid>
      <dc:creator>Stuart Mckiggan</dc:creator>
      <dc:date>2002-07-22T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: remote log in</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767090#M90392</link>
      <description>Kodio's given good pointers. &lt;BR /&gt;&lt;BR /&gt;To check that your terminal has Xnest installed:&lt;BR /&gt;&lt;BR /&gt;$ whereis Xnest&lt;BR /&gt;Xnest: /usr/X11R6/bin/Xnest /usr/bin/X11/Xnest&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;From man Xnest, it is necessary to incriment the display number for each instance of Xnest that runs. &lt;BR /&gt;&lt;BR /&gt;To then run applications in the Xnested servers, provide the -display :&lt;DISP number=""&gt; to the command. &lt;BR /&gt;&lt;BR /&gt;hsh&lt;BR /&gt;Mark&lt;/DISP&gt;</description>
      <pubDate>Wed, 24 Jul 2002 01:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-log-in/m-p/2767090#M90392</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-07-24T01:06:42Z</dc:date>
    </item>
  </channel>
</rss>

