<?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: continuous getty error in syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823925#M87176</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do a vi /etc/inittab ans check for the ttydnn , you can commnet out the same if the line is not being used , incase it is being used by some serial device the port amy have some problem . Also after you comment the line you need to a ps -aef | grep on the ttydnn and then kill any process assoiated with it &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Fri, 11 Oct 2002 13:21:03 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-10-11T13:21:03Z</dc:date>
    <item>
      <title>continuous getty error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823923#M87174</link>
      <description>I have a 10.20 system that is getting the following error continuously in the system log.&lt;BR /&gt;&lt;BR /&gt;syslog: getty: cannot open "ttydnn". errno: 19 where nn is a numeric value.  &lt;BR /&gt;&lt;BR /&gt;Any ideas on this are appreciated&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 13:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823923#M87174</guid>
      <dc:creator>Darryl Darling_1</dc:creator>
      <dc:date>2002-10-11T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: continuous getty error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823924#M87175</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. Modify /etc/inittab by removing the getty entries running on ttys that are not being used.&lt;BR /&gt;&lt;BR /&gt;2. init q&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 11 Oct 2002 13:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823924#M87175</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-11T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: continuous getty error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823925#M87176</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do a vi /etc/inittab ans check for the ttydnn , you can commnet out the same if the line is not being used , incase it is being used by some serial device the port amy have some problem . Also after you comment the line you need to a ps -aef | grep on the ttydnn and then kill any process assoiated with it &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 11 Oct 2002 13:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823925#M87176</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-11T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: continuous getty error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823926#M87177</link>
      <description>Getty is attempting to run on a device, /dev/ttydnn, that does not exist.&lt;BR /&gt;&lt;BR /&gt;You may be missing device nodes. If so, an insf command (insf -C tty) can be used to recreate them. Man insf for details. Hardware may also be bad or have been removed. You can edit /etc/inittab and change the offending entries from 'respawn' to 'off'. After editing inittab, you will need to issue an 'init q' command to cause a re-read on /etc/inittab.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 13:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823926#M87177</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-11T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: continuous getty error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823927#M87178</link>
      <description>More than likely this message is comming from /etc/inittab.  It is a modem that was but is not currently on your system. The /etc/inittab probably looks like this.&lt;BR /&gt;&lt;BR /&gt;ttp1:234:respawn:/usr/sbin/getty -h ttydnn 9600 &lt;BR /&gt;&lt;BR /&gt;Just remark that line out of /etc/inittab if thats the case.  Hope this helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 13:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823927#M87178</guid>
      <dc:creator>Eric Hess</dc:creator>
      <dc:date>2002-10-11T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: continuous getty error in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823928#M87179</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;errno 19 is no such device (see /usr/include/sys/errno.h)&lt;BR /&gt;&lt;BR /&gt;As others have stated this error is generally caused by having a getty setup in /etc/inittab for a non-existent port.&lt;BR /&gt;&lt;BR /&gt;If you're seeing different values of nn then it suggests that someone has either removed a load of device files that they didn't think they needed.  Alternatively  someone has restored a previous inittab that did contain many gettys.&lt;BR /&gt;&lt;BR /&gt;The fix is to either recreate the  device files if you need them, or remove (or turn off) the getty lines from /etc/inittab and run init q.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Fri, 11 Oct 2002 14:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuous-getty-error-in-syslog/m-p/2823928#M87179</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2002-10-11T14:24:25Z</dc:date>
    </item>
  </channel>
</rss>

