<?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: Problem starting an application  (unable to open /dev/console) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828202#M940732</link>
    <description>Hi fario,&lt;BR /&gt;&lt;BR /&gt;My guess is that this is a GUI application &amp;amp; you need to do either:&lt;BR /&gt;&lt;BR /&gt;A) export DISPLAY=xxx.xxx.xxx.xxx:0 (The IP of your workstation running an X server)&lt;BR /&gt;OR&lt;BR /&gt;B) Install Xvfb (X-windows virtual frame buffer) that will "fake-out" the app to make it think there's an graphic device local to the server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 17 Oct 2002 17:17:58 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-10-17T17:17:58Z</dc:date>
    <item>
      <title>Problem starting an application  (unable to open /dev/console)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828198#M940728</link>
      <description>Hi !!!, &lt;BR /&gt;&lt;BR /&gt;I'm having some problems when starting an application. Everytime I'm trying to run a binary of the application (over HPUX 11i) I'm obtaining the same error:&lt;BR /&gt;&lt;BR /&gt;*********************************************************&lt;BR /&gt;* FILE: ushbin&lt;BR /&gt;* Unable to open console.&lt;BR /&gt;* Unix system call open(/dev/console) failed,&lt;BR /&gt;* errno(1) = Not owner&lt;BR /&gt;*********************************************************&lt;BR /&gt;&lt;BR /&gt;I have checked the /dev/console and it seems to have the right permissions:&lt;BR /&gt;&lt;BR /&gt;$ ll /dev/console&lt;BR /&gt;crw--w--w-   1 root       tty          0 0x000000 Oct 17 10:23 /dev/console&lt;BR /&gt;&lt;BR /&gt;The binaries are owned by an special user (the one I use to start the ap.). Do I have to include this user in some group in order to use /dev/console ??? or have I to check any configuration file?&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help,&lt;BR /&gt;Best Regards.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2002 14:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828198#M940728</guid>
      <dc:creator>fario</dc:creator>
      <dc:date>2002-10-17T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting an application  (unable to open /dev/console)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828199#M940729</link>
      <description>any chance you have console listed in the /etc/securetty file?  Maybe that is preventing the launch... This is a recommended security setting, but if it is there, go ahead and remove it and retest.  If it works, you at least know the culprit.  You should try and find a way to let you keep that securetty setting for security reasons&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Thu, 17 Oct 2002 15:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828199#M940729</guid>
      <dc:creator>Ted Ellis_2</dc:creator>
      <dc:date>2002-10-17T15:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting an application  (unable to open /dev/console)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828200#M940730</link>
      <description>Good Idea...but there is no /etc/securetty file.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Thu, 17 Oct 2002 15:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828200#M940730</guid>
      <dc:creator>fario</dc:creator>
      <dc:date>2002-10-17T15:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting an application  (unable to open /dev/console)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828201#M940731</link>
      <description>Look at the man page on console. It suggest other ways to communicate the the system console perhaps the app is using one of these methods.</description>
      <pubDate>Thu, 17 Oct 2002 15:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828201#M940731</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-17T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting an application  (unable to open /dev/console)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828202#M940732</link>
      <description>Hi fario,&lt;BR /&gt;&lt;BR /&gt;My guess is that this is a GUI application &amp;amp; you need to do either:&lt;BR /&gt;&lt;BR /&gt;A) export DISPLAY=xxx.xxx.xxx.xxx:0 (The IP of your workstation running an X server)&lt;BR /&gt;OR&lt;BR /&gt;B) Install Xvfb (X-windows virtual frame buffer) that will "fake-out" the app to make it think there's an graphic device local to the server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Oct 2002 17:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-an-application-unable-to-open-dev-console/m-p/2828202#M940732</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-17T17:17:58Z</dc:date>
    </item>
  </channel>
</rss>

