<?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: DISPLAY Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503768#M884763</link>
    <description>4 out of 24 point for this guys posts.&lt;BR /&gt;I think the forums need an ignore user&lt;BR /&gt;button.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
    <pubDate>Mon, 12 Mar 2001 16:20:04 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2001-03-12T16:20:04Z</dc:date>
    <item>
      <title>DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503757#M884743</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In our B1000 Workstation running HP-UX 11.00,&lt;BR /&gt;When we try to open some process in background,&lt;BR /&gt;it gives the following error:&lt;BR /&gt;&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 system is being used for NNM and Perfview.&lt;BR /&gt;&lt;BR /&gt;This problem is happening only when you login as root. Using some user login we are able to run processes in background.&lt;BR /&gt;&lt;BR /&gt;Can anyone tell what could be the reason?&lt;BR /&gt;&lt;BR /&gt;Awaiting for your valuable replies.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2001 06:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503757#M884743</guid>
      <dc:creator>sriharikumar_1</dc:creator>
      <dc:date>2001-03-12T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503758#M884744</link>
      <description>This sounds like a problem of a missing DISPLAY variable. The process you try to start needs to open some graphical window, but can't find a display to do this.&lt;BR /&gt;&lt;BR /&gt;Check with echo $DISPLAY if this variable is correctly set. If not use something like:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=xxx:0.0&lt;BR /&gt;&lt;BR /&gt;Where xxx is the hostname of your Workstation.&lt;BR /&gt;&lt;BR /&gt;This should help. Regards Stefan</description>
      <pubDate>Mon, 12 Mar 2001 07:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503758#M884744</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-03-12T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503759#M884745</link>
      <description>Tried by exporting DISPLAY variable.&lt;BR /&gt;Still the problem is persisting.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 12 Mar 2001 07:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503759#M884745</guid>
      <dc:creator>sriharikumar_1</dc:creator>
      <dc:date>2001-03-12T07:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503760#M884746</link>
      <description>remotehost# xhost +&lt;BR /&gt;remotehost# export DISPLAY=192.168.1.123:0&lt;BR /&gt;&lt;BR /&gt;where that IP address is the IP of the&lt;BR /&gt;station you want the window to launch up on.&lt;BR /&gt;&lt;BR /&gt;Then launch the app:&lt;BR /&gt;&lt;BR /&gt;remotehost# xclock&lt;BR /&gt;&lt;BR /&gt;Note the xhost is a ~security issue~&lt;BR /&gt;you may want to limit to just your&lt;BR /&gt;domain man xhost for more.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 12 Mar 2001 08:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503760#M884746</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-12T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503761#M884747</link>
      <description>Tried out by taking a remotehost, not helping out.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 12 Mar 2001 08:20:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503761#M884747</guid>
      <dc:creator>sriharikumar_1</dc:creator>
      <dc:date>2001-03-12T08:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503762#M884750</link>
      <description>In the terminal window on the B-class, the one which you run NNM etc in the background .... what EXACTLY is returned when you run the commands( and logged in as root) :&lt;BR /&gt;&lt;BR /&gt;echo $DISPLAY ?&lt;BR /&gt;&lt;BR /&gt;use what is returned minus the ":0.0" ending in the following :&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;DISPLAY&gt; whats returned ?&lt;BR /&gt;&lt;BR /&gt;&lt;/DISPLAY&gt;</description>
      <pubDate>Mon, 12 Mar 2001 08:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503762#M884750</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-03-12T08:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503763#M884755</link>
      <description>Both Forward and Reverse lookup for that system is happening properly.&lt;BR /&gt;As far as name resolution is concerned absolutely there is no problem.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 12 Mar 2001 08:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503763#M884755</guid>
      <dc:creator>sriharikumar_1</dc:creator>
      <dc:date>2001-03-12T08:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503764#M884757</link>
      <description>Is it just this app that gives the error&lt;BR /&gt;or is it everything?&lt;BR /&gt;&lt;BR /&gt;Are you logged into the server via CDE Indirect&lt;BR /&gt;login?  Do the ICON launchers work but not&lt;BR /&gt;commandline?&lt;BR /&gt;&lt;BR /&gt;Try sourcing your .profile first.&lt;BR /&gt;From your prompt:&lt;BR /&gt;&lt;BR /&gt;#. ~/.profile&lt;BR /&gt;#xhost +&lt;BR /&gt;Client access control disabled....&lt;BR /&gt;#xclock&lt;BR /&gt;does xclock appear?&lt;BR /&gt;&lt;BR /&gt;Try logging in as a non root user and doing the&lt;BR /&gt;same.  If your problem is limited to one app,&lt;BR /&gt;it may be hard configured somewhere to open a&lt;BR /&gt;display. See if there is application specific errors or other X error logs. look for X errors in your home directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 12 Mar 2001 09:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503764#M884757</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-12T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503765#M884760</link>
      <description>When you mention in the background...&lt;BR /&gt;does it work in the foreground!!!??&lt;BR /&gt;May help..&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 12 Mar 2001 09:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503765#M884760</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-12T09:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503766#M884761</link>
      <description>Sorry to overpost: but lets clear this up,&lt;BR /&gt;&lt;BR /&gt;1: as normal user everything works&lt;BR /&gt;   no DISPLAY problem,&lt;BR /&gt;   apps launch&lt;BR /&gt;   =&amp;gt; no IP/DNS problems&lt;BR /&gt;2: Only doesn't work for root&lt;BR /&gt;   =&amp;gt; not a permission problem!&lt;BR /&gt;   =&amp;gt; .profile / user specific&lt;BR /&gt;3: Nothing got to do with NNM/PerfView&lt;BR /&gt;4: Same problem with all X apps under root &lt;BR /&gt;   user.&lt;BR /&gt;&lt;BR /&gt;You may just want to source the root users&lt;BR /&gt;profile on dt login.&lt;BR /&gt;&lt;BR /&gt;. ~/.profile&lt;BR /&gt; ^There is a space after the dot&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;to verify there is a valid IP/name before&lt;BR /&gt;launching the task.&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2001 09:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503766#M884761</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-12T09:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503767#M884762</link>
      <description>.... and are users $HOME directories NFS mounted ?l whilst we clear thing up :)&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Mar 2001 09:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503767#M884762</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-03-12T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503768#M884763</link>
      <description>4 out of 24 point for this guys posts.&lt;BR /&gt;I think the forums need an ignore user&lt;BR /&gt;button.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 12 Mar 2001 16:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503768#M884763</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-03-12T16:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503769#M884764</link>
      <description>Hello sriharikumar,&lt;BR /&gt;could it be that your "root" user is loging in using "telnet"&lt;BR /&gt;or "rlogin", whereas the other user do a graphical = CDE&lt;BR /&gt;login? OR does your "root" NOT login but use "su" or&lt;BR /&gt;"su -" to become "root"? Then you need to set the&lt;BR /&gt;already mentioned variable "DISPLAY" (all upper case)&lt;BR /&gt;to your local graphics display (like "export DISPLAY=:0")&lt;BR /&gt;and afterwards disable authentication ("xhost +").&lt;BR /&gt;Now try starting your X-application or try "xclock&amp;amp;" - is&lt;BR /&gt;it complaining again, or displaying?&lt;BR /&gt;Post your "/etc/profile", the "$HOME/.profile" of the&lt;BR /&gt;user who is logged ("root" or whoever is su-ing to "root")&lt;BR /&gt;and his/her "$HOME.dtprofile" so we can identify the&lt;BR /&gt;cause.&lt;BR /&gt;HTH,&lt;BR /&gt;   Wodisch</description>
      <pubDate>Mon, 12 Mar 2001 20:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-error/m-p/2503769#M884764</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-03-12T20:09:33Z</dc:date>
    </item>
  </channel>
</rss>

