<?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: terminfo and telnet hard question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874551#M86589</link>
    <description>It appears that the application is defining its term as 'network', which RH 7.2 may be ignoring or defaulting. I can't be sure at this point.&lt;BR /&gt;&lt;BR /&gt;However, SuSE 9.1 is not ignoring it, but should already have it defined. On my SuSE 9.1 host terminfo/n/network is a symlink to terminfo/n/net. Creating the symlink should resolve your problem.</description>
    <pubDate>Mon, 13 Dec 2004 15:51:15 GMT</pubDate>
    <dc:creator>Jordan Bean</dc:creator>
    <dc:date>2004-12-13T15:51:15Z</dc:date>
    <item>
      <title>terminfo and telnet hard question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874548#M86586</link>
      <description>Hi all admins,&lt;BR /&gt;I have specific question regarding to terminfo and telnet.&lt;BR /&gt;I have been using proptietary application that is using telnet. On RH 7.2 telnet works, but on my SuSE 9.1 telnet server dismiss connection due to unknown network terminal, see bellow (tcpdump -i lo -A -s 0 port 23)&lt;BR /&gt;&lt;BR /&gt;IP localhost.telnet &amp;gt; localhost.34725:&lt;BR /&gt;Last login: Wed Dec  8 16:01:56 from localhost&lt;BR /&gt;Have a lot of fun... #means that I'm connected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IP localhost.telnet &amp;gt; localhost.34725&lt;BR /&gt;tset: unknown terminal type network&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IP localhost.telnet &amp;gt; localhost.34725&lt;BR /&gt;Terminal type?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On SuSE exits /usr/share/terminfo/n/net that contains :&lt;BR /&gt;net|network|arpanet|dialup|unknown network terminal typeP&lt;BR /&gt;&lt;BR /&gt;on RH7.2 this file doesn't exist.&lt;BR /&gt;Removing file from SuSE doesn't help&lt;BR /&gt;&lt;BR /&gt;telnet on localhost works&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does exist some way how to discover which network terminal is sent from aplication or better, how to disable on telnet server verifying of network terminal type ?&lt;BR /&gt;&lt;BR /&gt;I was getting through docs but so far without result.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Wed, 08 Dec 2004 10:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874548#M86586</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-12-08T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: terminfo and telnet hard question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874549#M86587</link>
      <description>Hello,I would like to know what kind of system or terminal are you telneting from.If you are on a Unix or Linux system, type echo $TERM.Another point : telnet to Red Hat 7.2 and echo $TERM.Good luckKodjo</description>
      <pubDate>Wed, 08 Dec 2004 16:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874549#M86587</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2004-12-08T16:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: terminfo and telnet hard question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874550#M86588</link>
      <description>Have a look in /etc/profile on your Suse server. There should be a line similar to&lt;BR /&gt;&lt;BR /&gt;test -x /usr/bin/tset &amp;amp;&amp;amp; /usr/bin/tset -I -Q&lt;BR /&gt;&lt;BR /&gt;/&amp;gt; echo $TERM&lt;BR /&gt;network&lt;BR /&gt;/&amp;gt; tset -I -Q&lt;BR /&gt;tset: unknown terminal type network&lt;BR /&gt;Terminal type?&lt;BR /&gt;&lt;BR /&gt;tset doesn't like terminal type network. To prevent questions about terminal type you can change line in /etc/profile to&lt;BR /&gt;&lt;BR /&gt;test -x /usr/bin/tset &amp;amp;&amp;amp; /usr/bin/tset -I -Q -m network:vt100&lt;BR /&gt;&lt;BR /&gt;/&amp;gt; tset -I -Q -m network:vt100&lt;BR /&gt;/&amp;gt;</description>
      <pubDate>Wed, 08 Dec 2004 18:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874550#M86588</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-12-08T18:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: terminfo and telnet hard question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874551#M86589</link>
      <description>It appears that the application is defining its term as 'network', which RH 7.2 may be ignoring or defaulting. I can't be sure at this point.&lt;BR /&gt;&lt;BR /&gt;However, SuSE 9.1 is not ignoring it, but should already have it defined. On my SuSE 9.1 host terminfo/n/network is a symlink to terminfo/n/net. Creating the symlink should resolve your problem.</description>
      <pubDate>Mon, 13 Dec 2004 15:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874551#M86589</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2004-12-13T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: terminfo and telnet hard question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874552#M86590</link>
      <description>Thanks Ermin !&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Tue, 14 Dec 2004 08:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/terminfo-and-telnet-hard-question/m-p/4874552#M86590</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-12-14T08:03:54Z</dc:date>
    </item>
  </channel>
</rss>

