<?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: syslog message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480624#M213301</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Off means it will not try to restart a new process after error. In your case you got file not found error 2 and it restarts the process again and again and again...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
    <pubDate>Tue, 08 Feb 2005 03:57:08 GMT</pubDate>
    <dc:creator>B. Hulst</dc:creator>
    <dc:date>2005-02-08T03:57:08Z</dc:date>
    <item>
      <title>syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480620#M213297</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Keeps getting this error message from syslog.&lt;BR /&gt;I was wondering what is it.&lt;BR /&gt;&lt;BR /&gt;Feb  8 01:29:23 edw-dev : getty: cannot open "tty0p5". errno: 2&lt;BR /&gt;Feb  8 14:29:37 edw-dev  above message repeats 59 times&lt;BR /&gt;Feb  8 01:29:23 edw-dev : getty: cannot open "tty0p1". errno: 2&lt;BR /&gt;Feb  8 14:29:37 edw-dev  above message repeats 59 times&lt;BR /&gt;Feb  8 01:29:43 edw-dev : getty: cannot open "tty0p1". errno: 2&lt;BR /&gt;Feb  8 01:29:43 edw-dev : getty: cannot open "tty0p5". errno: 2&lt;BR /&gt;Feb  8 01:49:24 edw-dev : getty: cannot open "tty0p1". errno: 2&lt;BR /&gt;Feb  8 14:49:37 edw-dev  above message repeats 59 times&lt;BR /&gt;Feb  8 01:49:24 edw-dev : getty: cannot open "tty0p5". errno: 2&lt;BR /&gt;Feb  8 14:49:37 edw-dev  above message repeats 59 times&lt;BR /&gt;Feb  8 01:49:44 edw-dev : getty: cannot open "tty0p5". errno: 2&lt;BR /&gt;Feb  8 01:49:44 edw-dev : getty: cannot open "tty0p1". errno: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 08 Feb 2005 01:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480620#M213297</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-02-08T01:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480621#M213298</link>
      <description>Hi Paul,&lt;BR /&gt;could you check this kernel parameters:&lt;BR /&gt;npty and nstrpty&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 01:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480621#M213298</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-02-08T01:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480622#M213299</link>
      <description>Paul,&lt;BR /&gt;What does your /etc/inittab file say. If you are not using tty0px then simply replace "respawn" with "off" for these entries in inittab and save.&lt;BR /&gt;Then just say "#init -q", messages should stop.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 08 Feb 2005 02:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480622#M213299</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-02-08T02:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480623#M213300</link>
      <description>Hello Bharat,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, for the kernel parameters the value are both "60".&lt;BR /&gt;&lt;BR /&gt;I already change "respawn" to "off", how will this affect the system?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 08 Feb 2005 03:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480623#M213300</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-02-08T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480624#M213301</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Off means it will not try to restart a new process after error. In your case you got file not found error 2 and it restarts the process again and again and again...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
      <pubDate>Tue, 08 Feb 2005 03:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480624#M213301</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-08T03:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480625#M213302</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;it sounds to me as if something (newly installed?) is trying to use two non-existing device files. Do the files /dev/tty0p5 and /dev/tty0p1 actually exist?&lt;BR /&gt;It is difficult to say what causes this, but check if the time when the messages appear in syslog coincide with the starting up of crontab programs. Not a very scientific approach, but it may at least  exclude something.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;John K.  &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 04:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480625#M213302</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-02-08T04:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480626#M213303</link>
      <description>Ok, thanks everyone for the reply.</description>
      <pubDate>Tue, 08 Feb 2005 04:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480626#M213303</guid>
      <dc:creator>Paul_481</dc:creator>
      <dc:date>2005-02-08T04:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480627#M213304</link>
      <description>One way to find what the errno is:&lt;BR /&gt;$ grep "        2       " /usr/include/sys/errno.h&lt;BR /&gt;#define ENOENT          2       /* No such file or directory    */&lt;BR /&gt;&lt;BR /&gt;That is on TAB infront of the number. And one behind.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Tue, 08 Feb 2005 07:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480627#M213304</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2005-02-08T07:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480628#M213305</link>
      <description>Serial ports are used for terminals and modems. If you don't have any wires connected to the serial ports (other than the console) then turn off the getty's to the ports. You can always turn them on when you connect a modem or terrminal.&lt;BR /&gt; &lt;BR /&gt;For everyone, decoding errno values is always tricky to remember so I created a script called errno. Run it with the errno number or the errno name (errno enoent) and will not only find the value in the header file (errno.h) but will also extract the description of the error from the errno(2) man page.</description>
      <pubDate>Tue, 08 Feb 2005 08:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480628#M213305</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-08T08:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: syslog message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480629#M213306</link>
      <description>Bill, nice little tool, heck I'd give you 10 points if this were my thread.</description>
      <pubDate>Tue, 08 Feb 2005 15:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-message/m-p/3480629#M213306</guid>
      <dc:creator>Robert Salter</dc:creator>
      <dc:date>2005-02-08T15:41:22Z</dc:date>
    </item>
  </channel>
</rss>

