<?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: Possible TELNETD Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433490#M563671</link>
    <description>I just thought of something else.  After we upgraded to HP-UX 11i, we did notice that users would have pauses during screen refreshes in our application.&lt;BR /&gt;&lt;BR /&gt;This was due to many small packets being transmitted back and forth between the terminal emulation and the application.&lt;BR /&gt;&lt;BR /&gt;It could be that the Application your are running is doing the same thing.  You can force telnetd, to wait and transmit larger packets by changing the /etc/inetd.conf to use the -TCP_DELAY option, which worked for us.&lt;BR /&gt;&lt;BR /&gt;So the line in inetd.conf will look like this:&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -TCP_DELAY&lt;BR /&gt;&lt;BR /&gt;Then force a reread of inetd.conf file by running 'inetd -c'.</description>
    <pubDate>Tue, 30 Nov 2004 16:48:24 GMT</pubDate>
    <dc:creator>Paul Haygarth</dc:creator>
    <dc:date>2004-11-30T16:48:24Z</dc:date>
    <item>
      <title>Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433485#M563666</link>
      <description>We have a application that is using a proprietary client using telnet as the underlaying communication layer.  While using the client, the session will randomly time out which gives the perception to the users that the application has hung.  Upon taking a packet trace, there seems to be a break in the IP traffic transmission thus dropping certain application-driven escape sequences which is used to paint a psuedo-GUI screen.  The application vendor is pointing the figures to the HP server (big surprise there).  But what's odd is they are referencing 2 patches that are suppose to clear this up and report it's a known bug in TELNETD but ITRC has not knowledge of the 2 patches.  They are: &lt;BR /&gt;&lt;BR /&gt;PHNE_29095 and PHNE_30695&lt;BR /&gt;&lt;BR /&gt;The claim the HP is planning to release the patch under the 2nd patch ID in early 2005 but I'm not sure I believe it.  Anyone else hear of these patches or seen this type of behaviour with TELNETD?&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;Tom - UNIX Sys Admin</description>
      <pubDate>Tue, 30 Nov 2004 16:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433485#M563666</guid>
      <dc:creator>Tom Whalen_1</dc:creator>
      <dc:date>2004-11-30T16:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433486#M563667</link>
      <description>Are the users, by chance, connecting into the Network via VPN?  &lt;BR /&gt;&lt;BR /&gt;I've had a few customers experience the same problem, when their users were running a telnet client over a VPN tunnel, and it turned out to be a TIMEOUT setting in the VPN Appliance or router.</description>
      <pubDate>Tue, 30 Nov 2004 16:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433486#M563667</guid>
      <dc:creator>Paul Haygarth</dc:creator>
      <dc:date>2004-11-30T16:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433487#M563668</link>
      <description>Unfortunately they are local LAN connections.  Interestingly enough, we called the response center to get more info on the above patches and they couldnt get any details on the 2 patch codes so they are checking with the HP Lab.  &lt;BR /&gt;&lt;BR /&gt;Thanks for the response..&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 30 Nov 2004 16:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433487#M563668</guid>
      <dc:creator>Tom Whalen_1</dc:creator>
      <dc:date>2004-11-30T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433488#M563669</link>
      <description>I was going to suggest that you put in a support call; you might get a site specific patch that way -- if it exists.&lt;BR /&gt;&lt;BR /&gt;I would play with the -z and -s telnetd options (especially the -z) in your /etc/inetd.conf line and see if that improves your behavior. Man telnetd for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Nov 2004 16:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433488#M563669</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-30T16:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433489#M563670</link>
      <description>It looks to me that the vendor may be correct.  I found a reference to PHNE_29095, the patch DOES exist but is not publicly available.  It is "site-specific" or "beta".  You should be able to get a copy for your use thru your HP rep.</description>
      <pubDate>Tue, 30 Nov 2004 16:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433489#M563670</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2004-11-30T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433490#M563671</link>
      <description>I just thought of something else.  After we upgraded to HP-UX 11i, we did notice that users would have pauses during screen refreshes in our application.&lt;BR /&gt;&lt;BR /&gt;This was due to many small packets being transmitted back and forth between the terminal emulation and the application.&lt;BR /&gt;&lt;BR /&gt;It could be that the Application your are running is doing the same thing.  You can force telnetd, to wait and transmit larger packets by changing the /etc/inetd.conf to use the -TCP_DELAY option, which worked for us.&lt;BR /&gt;&lt;BR /&gt;So the line in inetd.conf will look like this:&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -TCP_DELAY&lt;BR /&gt;&lt;BR /&gt;Then force a reread of inetd.conf file by running 'inetd -c'.</description>
      <pubDate>Tue, 30 Nov 2004 16:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433490#M563671</guid>
      <dc:creator>Paul Haygarth</dc:creator>
      <dc:date>2004-11-30T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433491#M563672</link>
      <description>Thanks - where did you find info on the patch?  I'd like to review the patch spec and see what it addresses specifically.  &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 30 Nov 2004 16:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433491#M563672</guid>
      <dc:creator>Tom Whalen_1</dc:creator>
      <dc:date>2004-11-30T16:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433492#M563673</link>
      <description>The web source was internal to HP.  I could not find an external one, except via your HP rep.</description>
      <pubDate>Tue, 30 Nov 2004 17:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433492#M563673</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2004-11-30T17:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Possible TELNETD Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433493#M563674</link>
      <description>Would it be possible to email me the specs on the patch so I can follow-up with HP on this?&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 30 Nov 2004 17:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-telnetd-issue/m-p/3433493#M563674</guid>
      <dc:creator>Tom Whalen_1</dc:creator>
      <dc:date>2004-11-30T17:30:25Z</dc:date>
    </item>
  </channel>
</rss>

