<?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: Unix system call open(/dev/console) failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/7006372#M490822</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please check the permission of the console and check if its not overwritten.&lt;/P&gt;&lt;P&gt;crw--w----&amp;nbsp; &amp;nbsp;1 root&amp;nbsp; &amp;nbsp; &amp;nbsp;tty&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0,&amp;nbsp; 0 May 19 18:30 cn@0:console&lt;/P&gt;&lt;P&gt;We faced a similar issue in which the permission got overwritten by a user wrongly. When the permission was reverted the issue got resolved.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramcy&lt;/P&gt;</description>
    <pubDate>Sat, 19 May 2018 06:32:15 GMT</pubDate>
    <dc:creator>Ramcy</dc:creator>
    <dc:date>2018-05-19T06:32:15Z</dc:date>
    <item>
      <title>Unix system call open(/dev/console) failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499473#M216337</link>
      <description>I am with the same problem to start BMP. Help me!!  See:&lt;BR /&gt;&lt;BR /&gt;usrv64: ./startbmp&lt;BR /&gt;&lt;BR /&gt;***********************************************&lt;BR /&gt;* FILE: manmbin&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;</description>
      <pubDate>Mon, 07 Mar 2005 16:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499473#M216337</guid>
      <dc:creator>Osvaldo Dias Damaceno_1</dc:creator>
      <dc:date>2005-03-07T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unix system call open(/dev/console) failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499474#M216338</link>
      <description>I seed, same problem, because have a question on forum whith title, "subject: Problem starting an application (unable to open /dev/console)" but not have good answer to resolve this problem. I need help!!</description>
      <pubDate>Mon, 07 Mar 2005 16:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499474#M216338</guid>
      <dc:creator>Osvaldo Dias Damaceno_1</dc:creator>
      <dc:date>2005-03-07T16:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unix system call open(/dev/console) failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499475#M216339</link>
      <description>Either you have no rights or the device has been accidently deleted.&lt;BR /&gt;&lt;BR /&gt;As root:&lt;BR /&gt;&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;If the device is missing, that command will make it return.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 07 Mar 2005 16:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499475#M216339</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-07T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unix system call open(/dev/console) failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499476#M216340</link>
      <description>The console must have these permissions and ownership:&lt;BR /&gt; &lt;BR /&gt; ll /dev/console&lt;BR /&gt;crw--w--w-   1 root       tty          0 0x000000 Mar  7 10:02 /dev/console&lt;BR /&gt; &lt;BR /&gt;Now the errno(1) error is:&lt;BR /&gt; &lt;BR /&gt;from /usr/include/sys/errno.h:&lt;BR /&gt;   define       EPERM           1       /* Not super-user               */&lt;BR /&gt;&lt;BR /&gt;from man 2 errno:&lt;BR /&gt;[EPERM] Not owner.  Typically, this error indicates an attempt to modify a file in some way forbidden except to its owner or the superuser, such as to change its mode.  It is also returned for attempts by ordinary users to do things for which they need, but lack, a special privilege. &lt;BR /&gt; &lt;BR /&gt;So the BMP program is trying to do something with the console (like read it) without being run by the superuser. I would not run this program as superuser until you contact the manufacturer to see why this error is being reported.</description>
      <pubDate>Mon, 07 Mar 2005 23:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/3499476#M216340</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-07T23:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unix system call open(/dev/console) failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/7006372#M490822</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please check the permission of the console and check if its not overwritten.&lt;/P&gt;&lt;P&gt;crw--w----&amp;nbsp; &amp;nbsp;1 root&amp;nbsp; &amp;nbsp; &amp;nbsp;tty&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0,&amp;nbsp; 0 May 19 18:30 cn@0:console&lt;/P&gt;&lt;P&gt;We faced a similar issue in which the permission got overwritten by a user wrongly. When the permission was reverted the issue got resolved.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramcy&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 06:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-system-call-open-dev-console-failed/m-p/7006372#M490822</guid>
      <dc:creator>Ramcy</dc:creator>
      <dc:date>2018-05-19T06:32:15Z</dc:date>
    </item>
  </channel>
</rss>

