<?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: Telnetd Error in SYSLOG in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417062#M767381</link>
    <description>The error mentioned (Error checking child termination status:) can be resolved by following the steps in HP document IDs:S3100005712 &amp;amp; A5757455&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
    <pubDate>Tue, 13 Jun 2000 16:56:27 GMT</pubDate>
    <dc:creator>Brian M. Fisher</dc:creator>
    <dc:date>2000-06-13T16:56:27Z</dc:date>
    <item>
      <title>Telnetd Error in SYSLOG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417059#M767378</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Does anyone know what the following message mean,&lt;BR /&gt;and how the message should be handled?&lt;BR /&gt;&lt;BR /&gt;Dec 14 15:10:31 tokhp1 telnetd[28171]: Error checking child termination status: &lt;BR /&gt;error 4: Interrupted system call&lt;BR /&gt;&lt;BR /&gt;Any information will help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Toshi</description>
      <pubDate>Tue, 28 Dec 1999 03:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417059#M767378</guid>
      <dc:creator>Toshiyuki Yo</dc:creator>
      <dc:date>1999-12-28T03:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Telnetd Error in SYSLOG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417060#M767379</link>
      <description>I have the same problem on my HP9000. Some times it locks the system too.&lt;BR /&gt;Need a solution!</description>
      <pubDate>Tue, 13 Jun 2000 16:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417060#M767379</guid>
      <dc:creator>Siva Senathirajah</dc:creator>
      <dc:date>2000-06-13T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Telnetd Error in SYSLOG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417061#M767380</link>
      <description>This message is logged by the telnet daemon cleanup process when a kill -1 is sent to a telnetd child timeout.  The connection went down and after telnetd waiting 30 seconds for a reply from a child process, it will issue the SIGHUP signal when that reply is not returned.&lt;BR /&gt;&lt;BR /&gt;Look at the following kernel parameters and consider increasing them.&lt;BR /&gt;If you issue #kmtune for 11.0 or sysdef for 10.20, this will give you the current settings.  Remember, 60 ntpty/nstrpty/nstrtel is the default number when installed.  Check how many ptys are in /dev (#grep pty /stand/system)&lt;BR /&gt;&lt;BR /&gt;          nflocks  &lt;BR /&gt;          nfile    &lt;BR /&gt;          nstrpty  &lt;BR /&gt;          nstrtel  &lt;BR /&gt;          npty     &lt;BR /&gt;          nproc    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Berlene &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2000 16:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417061#M767380</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-13T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Telnetd Error in SYSLOG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417062#M767381</link>
      <description>The error mentioned (Error checking child termination status:) can be resolved by following the steps in HP document IDs:S3100005712 &amp;amp; A5757455&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Tue, 13 Jun 2000 16:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417062#M767381</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-06-13T16:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Telnetd Error in SYSLOG</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417063#M767382</link>
      <description>Thank You for the faster response!&lt;BR /&gt;I will try this out as soon as the system (HP9000/K460, HP-UX 10.20) is available.&lt;BR /&gt;But, I already followed the HP document A5757455. It did not help.&lt;BR /&gt;&lt;BR /&gt;When I increase the following kernels, are any of these parameters depend on other ones? Can I just increase npty, nstrpty to 4096 and nproc to 8192?&lt;BR /&gt;Here are my kernel current values:&lt;BR /&gt;# grep pty /stand/system&lt;BR /&gt;strpty_included&lt;BR /&gt;npty            (MAXUSERS)&lt;BR /&gt;nstrpty         600          &lt;BR /&gt;&lt;BR /&gt;nflocks       6464&lt;BR /&gt;nfile          36010&lt;BR /&gt;nstrtel        Doesn't exists&lt;BR /&gt;npty             800&lt;BR /&gt;nproc          6464&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 14 Jun 2000 16:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-error-in-syslog/m-p/2417063#M767382</guid>
      <dc:creator>Siva Senathirajah</dc:creator>
      <dc:date>2000-06-14T16:44:40Z</dc:date>
    </item>
  </channel>
</rss>

