<?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 Re: XServer Error Message in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471625#M86911</link>
    <description>I've forgetten,&lt;BR /&gt;&lt;BR /&gt;restart X server or reboot on Fedora&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
    <pubDate>Fri, 11 Mar 2005 10:19:40 GMT</pubDate>
    <dc:creator>Jan Sladky</dc:creator>
    <dc:date>2005-03-11T10:19:40Z</dc:date>
    <item>
      <title>XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471615#M86901</link>
      <description>We have a Fedora Core 3 system that connects to a remote Red Hat 8.0 system in the following manner: The user runs the xhost + command on the Fedora system and then telnets to the remote 8.0 server via an xterm connection. Once there, the user in the past was able to run emacs and have the emacs application gui appear on the Fedora system's desktop. Recently this has not been the case. The following error message appears instead: cannnot connect to xserver &lt;IPADDRESS&gt;0.0 Try -d or DISPLAY. Has anyone seen this and know how to troubleshoot it? Thanks.&lt;/IPADDRESS&gt;</description>
      <pubDate>Wed, 26 Jan 2005 11:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471615#M86901</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-01-26T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471616#M86902</link>
      <description>You are probably running Xserver with the --no-listen tcp&lt;BR /&gt;&lt;BR /&gt;You can check the options that X is running with this command:&lt;BR /&gt;&lt;BR /&gt;ps -jxww&lt;BR /&gt;or &lt;BR /&gt;ps -auxww&lt;BR /&gt;&lt;BR /&gt;If you see x running with the no-listen tcp it's probably set during startup.  Check the X startup scripts, I'm not 100% sure but I think they are in /etc/X11/.  Recursive grep will find it&lt;BR /&gt;&lt;BR /&gt;grep -ri no-listen /etc/X11/&lt;BR /&gt;&lt;BR /&gt;There is a security concern with opening X to tcp connections.  You may want to just ssh instead of telnet and turn on the X forwarding options like so:&lt;BR /&gt;&lt;BR /&gt;ssh -X user@rh8.0machine&lt;BR /&gt;then export your DISPLAY env var.&lt;BR /&gt;&lt;BR /&gt;--Dave&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 12:17:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471616#M86902</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-01-26T12:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471617#M86903</link>
      <description>Ht,&lt;BR /&gt;try "echo $DISPLAY" at a command line. If it doesn't come back with anything then it isn't set. have a look in the .profile or .bash_profile for the user and see if someone has commented it out.&lt;BR /&gt;&lt;BR /&gt;Should be like &lt;BR /&gt;DISPLAY=$( who -mu | cut -d"(" -f1 | tr ")" ":" )0.0 ; export DISPLAY&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Ian</description>
      <pubDate>Wed, 26 Jan 2005 12:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471617#M86903</guid>
      <dc:creator>Ian Vaughan</dc:creator>
      <dc:date>2005-01-26T12:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471618#M86904</link>
      <description>Hi guys -- I tried the various reconfigurations that were suggested, and unfortunately none worked. Anyone have any other ideas? Thanks.</description>
      <pubDate>Wed, 26 Jan 2005 14:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471618#M86904</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-01-26T14:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471619#M86905</link>
      <description>Andrew,&lt;BR /&gt;Looks like the display is missing, try the following&lt;BR /&gt;&lt;BR /&gt;$ set DISPLAY &lt;USERNAME&gt;:0.0&lt;BR /&gt;$ export DISPLAY&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 27 Jan 2005 04:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471619#M86905</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-01-27T04:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471620#M86906</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;There is no export command on the remote RH 8 server. Is it an rpm that can be downloaded?</description>
      <pubDate>Thu, 27 Jan 2005 12:43:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471620#M86906</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2005-01-27T12:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471621#M86907</link>
      <description>Hi,&lt;BR /&gt;The export command is a built-in part of your shell environment. If you are on fc3 it is most probably the BASH shell. It will be there somewhere - trust us.&lt;BR /&gt;Anyhoo - that doesn't solve your real problem...&lt;BR /&gt;I take it that the xserver is ok on the FC3 machine and that X apps run ok e.g. xclock or whatever.&lt;BR /&gt;Try explicitly setting your display variable on the RH8 box as DISPLAY=&lt;FC3-IP&gt;:0.0 ; export DISPLAY - is that any better, can you get other xapps to work ovwer the connection, can you narrow it down to an emacs config prob.&lt;BR /&gt;HTH&lt;BR /&gt;Ian&lt;/FC3-IP&gt;</description>
      <pubDate>Thu, 27 Jan 2005 14:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471621#M86907</guid>
      <dc:creator>Ian Vaughan</dc:creator>
      <dc:date>2005-01-27T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471622#M86908</link>
      <description>This may be because of any firewall rules you had configured. Try iptables -F on the fedora machine and then try to run the emacs on the rh 8.0 machine .</description>
      <pubDate>Mon, 07 Feb 2005 04:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471622#M86908</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-02-07T04:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471623#M86909</link>
      <description>Hi I ran into the same problem. The way you get around this is by &lt;BR /&gt;1.)) editing this file &lt;BR /&gt;&lt;BR /&gt;   /etc/X11/gdm/gdm.conf  &amp;lt;&amp;lt;-----&lt;BR /&gt;&lt;BR /&gt;and changing the disallow tcp parameter to false.&lt;BR /&gt;&lt;BR /&gt;# Note: Anytime we find a -query or -indirect on the command line we do&lt;BR /&gt;# not add a "-nolisten tcp", as then the query just wouldn't work, so&lt;BR /&gt;# this setting only affects truly local sessions.&lt;BR /&gt;DisallowTCP=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)) Logout of x. ctrl+alt+backspace&lt;BR /&gt;&lt;BR /&gt;3)) Log into a root shell&lt;BR /&gt;&lt;BR /&gt;switch to init3 and then to init5 by running&lt;BR /&gt;&lt;BR /&gt;init 3 &lt;ENTER&gt; init 5&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;your graphical greeter should pop back up once you change back to init 5.&lt;BR /&gt;&lt;BR /&gt;when you change to init 3 you will not get a promt. when the last service reads ok after issuing the init 3 command type in init 5 and upon pressing enter you will get the graphical greeter login.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;log log into the window manager of your choice&lt;BR /&gt;&lt;BR /&gt;open a terminal to ssh to your server &lt;BR /&gt;ssh -X &lt;HOST&gt;&lt;BR /&gt;export DISPLAY=&lt;IPADRESS&gt;&lt;BR /&gt;&lt;PROGRAMNAME&gt; &amp;amp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this worked for me I hope I did not leave a step out.&lt;BR /&gt;&lt;BR /&gt;&lt;/PROGRAMNAME&gt;&lt;/IPADRESS&gt;&lt;/HOST&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 10 Mar 2005 09:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471623#M86909</guid>
      <dc:creator>Rashard Kelly_1</dc:creator>
      <dc:date>2005-03-10T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471624#M86910</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;seems like DISPLAYMANGER has forbiden to listen on port 6000&lt;BR /&gt;&lt;BR /&gt;just do following&lt;BR /&gt;&lt;BR /&gt;on remote export DISPLAY=IP:0.0 where 0.0 means  first display first monitor&lt;BR /&gt;&lt;BR /&gt;and change gdm.conf on local&lt;BR /&gt;&lt;BR /&gt;/etc/X11/gdm/gdm.conf &lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;DisallowTCP=false&lt;BR /&gt;&lt;BR /&gt;rgds Jan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Mar 2005 10:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471624#M86910</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-03-11T10:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471625#M86911</link>
      <description>I've forgetten,&lt;BR /&gt;&lt;BR /&gt;restart X server or reboot on Fedora&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Fri, 11 Mar 2005 10:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471625#M86911</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-03-11T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: XServer Error Message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471626#M86912</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I had the same problem, and none of the above fixes actually worked.  Here's the way that I solved the problem (which is actually two problems - X is disabled by default on FC, and the FC firewall bans X traffic).&lt;BR /&gt;&lt;BR /&gt;1. As root, run gdmconfig and deselect the option that says "Security-&amp;gt;Always disallow TCP connections to X server".  You could also edit the gdmconfig file and restart X to fix this problem.&lt;BR /&gt;&lt;BR /&gt;2. Run the command "iptables -F" as root.  This deletes the firewall rule that bans incoming X connections.  This command also deletes all other firewall rules on that machine, but hey, a general solution is always the best option, apparently.</description>
      <pubDate>Wed, 16 Mar 2005 22:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver-error-message/m-p/3471626#M86912</guid>
      <dc:creator>Carl_86</dc:creator>
      <dc:date>2005-03-16T22:34:08Z</dc:date>
    </item>
  </channel>
</rss>

