<?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: remsh cannot run  graphic program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162282#M320132</link>
    <description>HI MK,&lt;BR /&gt;&lt;BR /&gt;The DISPLAY variable is set to my PC IP address:&lt;BR /&gt;momsrv01:/ # remsh momsrv02 xclock&lt;BR /&gt;Error: Can't open display: &lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;momsrv01:/ # echo $DISPLAY &lt;BR /&gt;10.33.18.191:0.0&lt;BR /&gt;</description>
    <pubDate>Sun, 16 Mar 2008 10:43:57 GMT</pubDate>
    <dc:creator>sbk</dc:creator>
    <dc:date>2008-03-16T10:43:57Z</dc:date>
    <item>
      <title>remsh cannot run  graphic program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162280#M320130</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am having a pb in running a graphics program on remote machine by using remsh:&lt;BR /&gt;momsrv01:/ # remsh momsrv02 xclock          &lt;BR /&gt;Error: Can't open display: &lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;&lt;BR /&gt;the "xhost +" is already executed on momsrv02 &lt;BR /&gt;anything is missing?&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;Suheil</description>
      <pubDate>Sun, 16 Mar 2008 08:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162280#M320130</guid>
      <dc:creator>sbk</dc:creator>
      <dc:date>2008-03-16T08:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: remsh cannot run  graphic program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162281#M320131</link>
      <description>The error message "Error: Can't open display:" should have the value of the DISPLAY variable appended to it. &lt;BR /&gt;&lt;BR /&gt;Is your DISPLAY variable not properly set on the machine running a graphics program?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 16 Mar 2008 08:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162281#M320131</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-03-16T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: remsh cannot run  graphic program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162282#M320132</link>
      <description>HI MK,&lt;BR /&gt;&lt;BR /&gt;The DISPLAY variable is set to my PC IP address:&lt;BR /&gt;momsrv01:/ # remsh momsrv02 xclock&lt;BR /&gt;Error: Can't open display: &lt;BR /&gt;Error: Couldn't find per display information&lt;BR /&gt;momsrv01:/ # echo $DISPLAY &lt;BR /&gt;10.33.18.191:0.0&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Mar 2008 10:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162282#M320132</guid>
      <dc:creator>sbk</dc:creator>
      <dc:date>2008-03-16T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: remsh cannot run  graphic program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162283#M320133</link>
      <description>It's set _on your local machine_, but is the value correctly transferred to your remote machine?&lt;BR /&gt;&lt;BR /&gt;Please execute the following to verify:&lt;BR /&gt;&lt;BR /&gt;remsh momsrv02 printenv |grep DISPLAY&lt;BR /&gt;&lt;BR /&gt;Or alternatively:&lt;BR /&gt;&lt;BR /&gt;remsh momsrv02 echo \$DISPLAY&lt;BR /&gt;&lt;BR /&gt;(Note that the $ needs to be escaped so that the _local_ shell won't replace the DISPLAY variable reference with its value. We already know that the local DISPLAY variable is good.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 16 Mar 2008 12:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162283#M320133</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-03-16T12:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: remsh cannot run  graphic program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162284#M320134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there is an option for this, I think - so you need not fiddle with env-vars:&lt;BR /&gt;remsh momsrv02 xclock -display momsrv01:0&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Sun, 16 Mar 2008 15:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remsh-cannot-run-graphic-program/m-p/4162284#M320134</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2008-03-16T15:29:59Z</dc:date>
    </item>
  </channel>
</rss>

