<?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: Terminal problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133704#M839136</link>
    <description>Assignation of points is a great way to judge the value of each post... &lt;BR /&gt;&lt;BR /&gt;no points here, but it is good etiquette to assign a value from zero to 10 for all posts...&lt;BR /&gt;&lt;BR /&gt;Thanks and gratz on your solution to your problem.</description>
    <pubDate>Wed, 03 Dec 2003 10:24:38 GMT</pubDate>
    <dc:creator>Todd McDaniel_1</dc:creator>
    <dc:date>2003-12-03T10:24:38Z</dc:date>
    <item>
      <title>Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133694#M839126</link>
      <description>I met a problem when i finished install Pico within Pine depot:&lt;BR /&gt;When I tried to run "pico" under "/usr/local/bin", it always printed out:&lt;BR /&gt;"Unknown terminal type hpterm!", even I have tried to set TERM to "hpterm",&lt;BR /&gt;"vt100".&lt;BR /&gt;Any good idea for that ?&lt;BR /&gt;Thanks a lot !</description>
      <pubDate>Tue, 02 Dec 2003 10:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133694#M839126</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2003-12-02T10:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133695#M839127</link>
      <description>Have you tried to set your "DISPLAY" variable?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 02 Dec 2003 10:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133695#M839127</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-12-02T10:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133696#M839128</link>
      <description>yes, i have set the "DISPLAY" correctly.</description>
      <pubDate>Tue, 02 Dec 2003 11:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133696#M839128</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2003-12-02T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133697#M839129</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have you done&lt;BR /&gt;TERM=vt100&lt;BR /&gt;export TERM&lt;BR /&gt;?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 12:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133697#M839129</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-02T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133698#M839130</link>
      <description>run this:&lt;BR /&gt;&lt;BR /&gt;       if [ "$TERM" = "" -o "$TERM" = "hp" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval ` tset -h -s -Q `&lt;BR /&gt;        else&lt;BR /&gt;                eval ` tset -s -Q `&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;and then echo $TERM to see what it gets set to.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 02 Dec 2003 12:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133698#M839130</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-12-02T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133699#M839131</link>
      <description>I just installed it and it gave the same error it gave you.&lt;BR /&gt; &lt;BR /&gt;It appears that you need to set the following to get it to work:&lt;BR /&gt; &lt;BR /&gt;export TERMCAP=/usr/share/lib/termcap&lt;BR /&gt; &lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 02 Dec 2003 12:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133699#M839131</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-12-02T12:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133700#M839132</link>
      <description>harry d brown jr:&lt;BR /&gt;&lt;BR /&gt;Thanks a lot ! &lt;BR /&gt;You are so cool !!!&lt;BR /&gt;Yes, after i setup the TERMCAP, it worked!&lt;BR /&gt;&lt;BR /&gt;so, i need to setup these to make pico work:&lt;BR /&gt;&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;export TERMCAP=/usr/share/lib/termcap&lt;BR /&gt;&lt;BR /&gt;Thanks once again !</description>
      <pubDate>Tue, 02 Dec 2003 15:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133700#M839132</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2003-12-02T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133701#M839133</link>
      <description>No problem. Besides, I haven't used pine in 5 years so I thought I'd give the install a whirl.&lt;BR /&gt; &lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 02 Dec 2003 16:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133701#M839133</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-12-02T16:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133702#M839134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if Harry is so cool, would you be so kind to give at least him some points for his solution? ;-)&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Dec 2003 05:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133702#M839134</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-03T05:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133703#M839135</link>
      <description>10 points added !&lt;BR /&gt;Thanks again !</description>
      <pubDate>Wed, 03 Dec 2003 08:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133703#M839135</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2003-12-03T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133704#M839136</link>
      <description>Assignation of points is a great way to judge the value of each post... &lt;BR /&gt;&lt;BR /&gt;no points here, but it is good etiquette to assign a value from zero to 10 for all posts...&lt;BR /&gt;&lt;BR /&gt;Thanks and gratz on your solution to your problem.</description>
      <pubDate>Wed, 03 Dec 2003 10:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133704#M839136</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-03T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133705#M839137</link>
      <description>I found that the solution above didn't apply to DOS Prompt.&lt;BR /&gt;Although I add the following to the profile:&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;export TERMCAP=/usr/share/lib/termcap&lt;BR /&gt;It's working within Putty or Reflection, but not DOS PROMPT.&lt;BR /&gt;Our developers want to use regular telnet from Dos Prompt ( run "cmd" ), then login to Unix to edit their files with Pico, but have the same error:&lt;BR /&gt;&lt;BR /&gt;$ /usr/local/bin/pico&lt;BR /&gt;Unknown terminal type vt100!&lt;BR /&gt;&lt;BR /&gt;So, what can I do ?&lt;BR /&gt;Thanks !</description>
      <pubDate>Thu, 12 May 2005 10:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/terminal-problem/m-p/3133705#M839137</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2005-05-12T10:16:01Z</dc:date>
    </item>
  </channel>
</rss>

