<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713756#M61228</link>
    <description>In your case ownership doesn't matter because the permission is all set to w for owner,group and others. The getty entries that are in /etc/inittab are the ones that get thrown into the syslog.</description>
    <pubDate>Tue, 30 Apr 2002 05:16:40 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-04-30T05:16:40Z</dc:date>
    <item>
      <title>syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713750#M61222</link>
      <description>hi&lt;BR /&gt;I get the following errors frequenty in my syslog.  What may be the fault.  Any pointers, docs are welcome.  Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Apr 29 22:11:19 hpk220 syslog: getty: cannot open "tty0p3". errno: 6                          Apr 29 22:11:19 hpk220 syslog: getty: cannot open "tty0p2". errno: 6                          Apr 29 22:11:32 hpk220 syslog: getty: cannot open "tty0p4". errno: 6                          Apr 29 22:11:37 hpk220 syslog: getty: cannot open "tty0p5". errno: 6&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Tue, 30 Apr 2002 03:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713750#M61222</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-04-30T03:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713751#M61223</link>
      <description>Check /etc/inittab file for tty0p2-&amp;gt;5 and they might be set to "respawn", that is why you get thee messages in syslog. &lt;BR /&gt;Turn them off (edit the file /etc/inittab and change "respawn" to "off" for the tty entries) and run ..&lt;BR /&gt;# init q&lt;BR /&gt;and it'll stop the "un-needed" logging.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Apr 2002 03:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713751#M61223</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T03:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713752#M61224</link>
      <description>I got mine commented as such ..&lt;BR /&gt;&lt;BR /&gt;#ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600&lt;BR /&gt;#ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600&lt;BR /&gt;#ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600&lt;BR /&gt;#ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600&lt;BR /&gt;#ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600</description>
      <pubDate>Tue, 30 Apr 2002 03:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713752#M61224</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T03:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713753#M61225</link>
      <description>thanks a lot Chan.  May I know what is the reason behind this.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy S</description>
      <pubDate>Tue, 30 Apr 2002 04:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713753#M61225</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-04-30T04:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713754#M61226</link>
      <description>Back in 10.x time (I think even 10.20) the OS installation leaves behind these entries in /etc/inittab uncommented and naturally if respawn is enable on tty that doesn't even exist it'll generate tons of error message in syslog file. If you check on your system..&lt;BR /&gt;&lt;BR /&gt;# cd /dev&lt;BR /&gt;# ls -lR | grep tty0&lt;BR /&gt;&lt;BR /&gt;You should only see tty0p0 I think and the rest doesn't exist by default.</description>
      <pubDate>Tue, 30 Apr 2002 04:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713754#M61226</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T04:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713755#M61227</link>
      <description>I see those tty's causing errors are owned by root:bin and not bin:bin as other ttys.  Is this a cause of error messages to be thrown?&lt;BR /&gt;&lt;BR /&gt;crw--w--w-   1 bin        bin        193 0x000e00 Mar  1  2000 tty0p14                        crw--w--w-   1 bin        bin        193 0x000f00 Mar  1  2000 tty0p15                        crw--w--w-   1 root       bin        193 0x000200 Mar  1  2000 tty0p2                         crw--w--w-   1 root       bin        193 0x000300 Mar  1  2000 tty0p3                         crw--w--w-   1 root       bin        193 0x000400 Mar  1  2000 tty0p4                         crw--w--w-   1 root       bin        193 0x000500 Mar  1  2000 tty0p5                         crw--w--w-   1 bin        bin        193 0x000600 Mar  1  2000 tty0p6                         crw--w--w-   1 bin        bin        193 0x000700 Mar  1  2000 tty0p7                         crw--w--w-   1 bin        bin        193 0x000800 Mar  1  2000 tty0p8&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Tue, 30 Apr 2002 05:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713755#M61227</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-04-30T05:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713756#M61228</link>
      <description>In your case ownership doesn't matter because the permission is all set to w for owner,group and others. The getty entries that are in /etc/inittab are the ones that get thrown into the syslog.</description>
      <pubDate>Tue, 30 Apr 2002 05:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713756#M61228</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-30T05:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: syslog error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713757#M61229</link>
      <description>Thank you very much for your help and time Chan.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Tue, 30 Apr 2002 05:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syslog-error/m-p/2713757#M61229</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2002-04-30T05:30:23Z</dc:date>
    </item>
  </channel>
</rss>

