<?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: ssh top in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250897#M33457</link>
    <description>I think that is complainig about VT100 upper case, change to lower case vt100.</description>
    <pubDate>Wed, 13 Aug 2008 01:45:44 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-08-13T01:45:44Z</dc:date>
    <item>
      <title>ssh top</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250896#M33456</link>
      <description>$ ssh remote_host top&lt;BR /&gt;top: Unknown terminal "VT100" in $TERM&lt;BR /&gt;&lt;BR /&gt;The remote host is Red Hat Enterprise Linux 3 and has the environment variable XTERM=vt100.&lt;BR /&gt;&lt;BR /&gt;The local host is Red Hat Enterprise Linux 4 and has the environment variable XTERM=xterm.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;Should I change set XTERM=xterm into the remote host? what other funcionaliti is going to change or fail if I change that variable in remote host?</description>
      <pubDate>Tue, 12 Aug 2008 21:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250896#M33456</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2008-08-12T21:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh top</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250897#M33457</link>
      <description>I think that is complainig about VT100 upper case, change to lower case vt100.</description>
      <pubDate>Wed, 13 Aug 2008 01:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250897#M33457</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-08-13T01:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: ssh top</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250898#M33458</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;Might want that in the user profile as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 Aug 2008 08:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250898#M33458</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-13T08:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: ssh top</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250899#M33459</link>
      <description>Ivan:&lt;BR /&gt;&lt;BR /&gt;The upper case is only the message shown, the value of the env variable is "vt100".&lt;BR /&gt;&lt;BR /&gt;Steven:&lt;BR /&gt;I have set the env variable XTERM=vt100 in the local machine but the result is exactly the same error message.</description>
      <pubDate>Wed, 13 Aug 2008 14:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250899#M33459</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2008-08-13T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: ssh top</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250900#M33460</link>
      <description>Even if you get the TERM assignment to work, the command will probably still fail.&lt;BR /&gt;&lt;BR /&gt;I've got a test below going from RH5 to RH4 (not the same, I know, but as close as I could come)...&lt;BR /&gt;&lt;BR /&gt;$&amp;gt; ssh remote_host "(export TERM=xterm; top)"&lt;BR /&gt;       top: failed tty get&lt;BR /&gt;&lt;BR /&gt;I tried with "ssh -X" and got the same thing.&lt;BR /&gt;&lt;BR /&gt;The problem is, it will fail the "isatty()" code check in the program.&lt;BR /&gt;&lt;BR /&gt;So, what you need is a whole new xterm:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$&amp;gt; ssh -X remote_host "xterm -e top"&lt;BR /&gt;&lt;BR /&gt;Now you'll get a new window with top running in it.&lt;BR /&gt;&lt;BR /&gt;Close enough???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Aug 2008 15:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250900#M33460</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2008-08-13T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: ssh top</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250901#M33461</link>
      <description>ssh -X remote_host "xterm -e top" works well for me. &lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Wed, 13 Aug 2008 19:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-top/m-p/4250901#M33461</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2008-08-13T19:15:59Z</dc:date>
    </item>
  </channel>
</rss>

