<?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: Cannot push ptem: Not a typewriter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867495#M397925</link>
    <description>SEP,&lt;BR /&gt;&lt;BR /&gt;Currently using vt220 and using MKT (Koala Term) and EWAN as the terminal emulator.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Lee</description>
    <pubDate>Tue, 26 Oct 2004 13:19:26 GMT</pubDate>
    <dc:creator>Lee Higginbotham</dc:creator>
    <dc:date>2004-10-26T13:19:26Z</dc:date>
    <item>
      <title>telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867492#M397922</link>
      <description>Good afternoon,&lt;BR /&gt;&lt;BR /&gt;When my remote users attempt to sign into the system (HP UX 11.i) they receive the following message:  telnetd: Cannot push ptem: Not a typewriter.  We just rebooted the system this morning, due to another telnet issue.&lt;BR /&gt;&lt;BR /&gt;Anyone have any idea what is causing this and then of course ultimately, how to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lee</description>
      <pubDate>Tue, 26 Oct 2004 12:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867492#M397922</guid>
      <dc:creator>Lee Higginbotham</dc:creator>
      <dc:date>2004-10-26T12:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867493#M397923</link>
      <description>This is usally due to a lack of TERM variable being set up.&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;TERM=vt100&lt;BR /&gt;export TERM&lt;BR /&gt;&lt;BR /&gt;You may need to try several TERM types to get a proper connection.&lt;BR /&gt;&lt;BR /&gt;vt200&lt;BR /&gt;&lt;BR /&gt;things like that.&lt;BR /&gt;&lt;BR /&gt;You may need to explicitly run the users .profile file to get a full environment to get good operation with telnet.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Oct 2004 13:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867493#M397923</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-26T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867494#M397924</link>
      <description>Hi Lee,&lt;BR /&gt;&lt;BR /&gt;You could check this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=35433" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=35433&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 26 Oct 2004 13:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867494#M397924</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-10-26T13:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867495#M397925</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;Currently using vt220 and using MKT (Koala Term) and EWAN as the terminal emulator.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Lee</description>
      <pubDate>Tue, 26 Oct 2004 13:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867495#M397925</guid>
      <dc:creator>Lee Higginbotham</dc:creator>
      <dc:date>2004-10-26T13:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867496#M397926</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;Thanks for your input.&lt;BR /&gt;&lt;BR /&gt;Problem fixed with the following:&lt;BR /&gt;&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;It rebuilt the telnet tables.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;Lee</description>
      <pubDate>Tue, 26 Oct 2004 13:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867496#M397926</guid>
      <dc:creator>Lee Higginbotham</dc:creator>
      <dc:date>2004-10-26T13:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867497#M397927</link>
      <description>insf -e cleared up the issue.</description>
      <pubDate>Tue, 26 Oct 2004 13:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867497#M397927</guid>
      <dc:creator>Lee Higginbotham</dc:creator>
      <dc:date>2004-10-26T13:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd: Cannot push ptem: Not a typewriter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867498#M397928</link>
      <description>so great!&lt;BR /&gt;learnt so much!&lt;BR /&gt;&lt;BR /&gt;thax!</description>
      <pubDate>Fri, 09 Dec 2005 02:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-cannot-push-ptem-not-a-typewriter/m-p/4867498#M397928</guid>
      <dc:creator>winkshi</dc:creator>
      <dc:date>2005-12-09T02:52:06Z</dc:date>
    </item>
  </channel>
</rss>

