<?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: export DISPLAY=hostname:0.0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713391#M61160</link>
    <description>RUn &lt;BR /&gt;&lt;BR /&gt;xhost + on your machine.&lt;BR /&gt;then export display from remote machine.&lt;BR /&gt;&lt;BR /&gt;Check the remote machine entry is in your /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
    <pubDate>Mon, 29 Apr 2002 20:03:05 GMT</pubDate>
    <dc:creator>pap</dc:creator>
    <dc:date>2002-04-29T20:03:05Z</dc:date>
    <item>
      <title>export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713385#M61154</link>
      <description>I receive the following error message when attempting to export DISPLAY variable.  How can I resolve this and get my GUI to display?&lt;BR /&gt;&lt;BR /&gt;Error: Can't open display: hostname:0.0&lt;BR /&gt;Error: Couldn't find per display information</description>
      <pubDate>Mon, 29 Apr 2002 18:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713385#M61154</guid>
      <dc:creator>Jim Thrash</dc:creator>
      <dc:date>2002-04-29T18:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713386#M61155</link>
      <description>Can you resolve your PC name through DNS or nslookup? &lt;BR /&gt;From the Server your PC/workstation's addres should be resolved. Otherwise you can try with the IP add of the PC/workstn.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Mon, 29 Apr 2002 18:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713386#M61155</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-04-29T18:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713387#M61156</link>
      <description>Three possible causes:&lt;BR /&gt;&lt;BR /&gt;1) hostname is not defined in DNS, /etc/hosts, or NIS - whatever you are using for hostname resolution&lt;BR /&gt;&lt;BR /&gt;2) There is no Xserver running on hostname&lt;BR /&gt;&lt;BR /&gt;3) You need to do an xhost + on hostname to allow clients to connect. Man xhost for details. - I'm betting on this one.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 18:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713387#M61156</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-04-29T18:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713388#M61157</link>
      <description>Hi Jim&lt;BR /&gt;&lt;BR /&gt;can you do a nslookup &amp;lt; hostname &amp;gt; , or you can do a export DISPLAY=a.b.c.d:0.0 where abcd is teh IP adress of the intellignet terminal you are using.Also after setting it jsut confirm that it ahs been set ot the right value by env | grep DISPLAY.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 29 Apr 2002 18:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713388#M61157</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-29T18:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713389#M61158</link>
      <description>You need to run the command &lt;BR /&gt;&lt;BR /&gt;xhost+ &lt;BR /&gt;&lt;BR /&gt;on the server you are trying to display to.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Mon, 29 Apr 2002 18:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713389#M61158</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-29T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713390#M61159</link>
      <description>So what's going wrong? Well, X uses the hostname in the DISPLAY variable to look up the address to which to send display information. That hostname is resolved by /etc/hosts, nis or dns. If the hostname resolves to the IP address of some external interface, everything works great. X opens a TCP/IP connection correctly.&lt;BR /&gt;&lt;BR /&gt;If the host is not located in /etc/hosts or dns then you get the error.&lt;BR /&gt;&lt;BR /&gt;Try exporting to the IP address and see if you recieve the same error. My guess is not.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 18:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713390#M61159</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-29T18:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713391#M61160</link>
      <description>RUn &lt;BR /&gt;&lt;BR /&gt;xhost + on your machine.&lt;BR /&gt;then export display from remote machine.&lt;BR /&gt;&lt;BR /&gt;Check the remote machine entry is in your /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Mon, 29 Apr 2002 20:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713391#M61160</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-29T20:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713392#M61161</link>
      <description>Hi Jim,&lt;BR /&gt;&lt;BR /&gt; Yep, My $ on you need to xhost + on the exporting host.&lt;BR /&gt;Course if you &lt;BR /&gt;export DISPLAY=xxx.xxx.xxx.xxx:0.0 &lt;BR /&gt;and then get the display - it was name resolution &amp;amp; all bets are off.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 29 Apr 2002 21:08:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713392#M61161</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-29T21:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713393#M61162</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;well, maybe the X-werver on the target machine is NOT running on ":0.0", but perhaps ":1.0"???&lt;BR /&gt;Use "netstat -an|grep 600|grep LISTEN" locally on the machine you want to reach. There should be a process listening on a port in the range 6000-6999. If it is "6000" then the ":0.0" is propably correct, but if it is "6001" or "6002" then you'll have to use ":1.0", resp. ":2.0" - the rule is "6000 + server number"...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 23:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713393#M61162</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-04-29T23:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY=hostname:0.0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713394#M61163</link>
      <description>Hi try exporting using ip address insted of host name&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=xx.xx.xx.xx:0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look like your system is not able to resolve the name to ip.or put the host entry in /etc/hosts and make sure in your /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;for the host search order&lt;BR /&gt;&lt;BR /&gt;hosts: files dns nis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Niraj</description>
      <pubDate>Tue, 30 Apr 2002 01:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display-hostname-0-0/m-p/2713394#M61163</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-04-30T01:26:59Z</dc:date>
    </item>
  </channel>
</rss>

