<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: Getting Putty terminal to work with HPUX.&#x27; in forum &#x27;All Things Unix&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22635213</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 12:39:29 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 12:39:29 EDT</lastBuildDate>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22642427</link>
<description><![CDATA[koitsu posted : Does HPUX have termcap or terminfo definitions for xterm?  Are they accurate?<br><br>One workaround I've heard of is to try export TERM=dtterm.  I've seen this done on Solaris, and it "works mostly", but I've also seen line wrapping problems and other oddities (again, because it's not xterm).<br><br><b>DO NOT use vt100 like someone else recommended</b>.  xterm != vt100.  Some escape sequences are the same, but many (I repeat: MANY) are not.  You'll end up with gobbledegook for output.  PuTTY emulates xterm, not vt100.  If you want a vt100 emulator, try SecureCRT.<br><br>Otherwise, I'd recommend getting the official xterm termcap from <A HREF="http://invisible-island.net/xterm/xterm.html">the xterm site</a>; you don't need to build the xterm binary, just pull the termcap entry out of the documentation (it's in there somewhere).  You can also try the <A HREF="http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/terminfo.html">putty terminfo/termcap definition</a>, but I've tried it and it doesn't work that well (funny that, eh?)<br><br>If HPUX uses terminfo, you'll need to build a terminfo db based off of a terminfo description for xterm.  That's probably also in the official tarball somewhere.  Or you can <A HREF="http://www.catb.org/~esr/terminfo/">try Eric Raymond's page</a>.  You'll probably need to use tic(1) to compile such.  I make no guarantees if HPUX's tic understands all of the terminfo definitions.<br><br>You can do all of this per-account (well, at least on Solaris/BSD/Linux; I assume HPUX offers similar capability) by doing something like export TERMINFO=$HOME/.terminfo, then placing the terminfo directory structure generated into there (you'll have a file/path like .terminfo/x/xterm, for example).  I had to do this for some of our Solaris machines at work, since the stock Solaris xterm definition didn't have 256-colour capability (only 16; the 256 capability is an extension).<br><br>Hope this helps.<br><small>--<br>Making life hard for others since 1977.<br>I speak for myself and not my employer/affiliates of my employer.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22642427</guid>
<pubDate>Wed, 01 Jul 2009 22:16:14 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22642177</link>
<description><![CDATA[pablo posted : If you're not sure whether it's set correctly, that may be the source of your problem.  Try nwrickert's experiment and also try with TERM=xterm]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22642177</guid>
<pubDate>Wed, 01 Jul 2009 21:20:07 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639838</link>
<description><![CDATA[nwrickert posted : You could experiment with setting TERM=vt100<br>in your environment.  If that helps, then you can put something in your shell profile to automate that.<br><small>--<br>AT&T dsl; Speedstream 5100b modem; openSuSE 11.0; firefox 3.0.11</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639838</guid>
<pubDate>Wed, 01 Jul 2009 13:38:36 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639723</link>
<description><![CDATA[nixen posted : Render issues are generally related to what termcap entry your host tries to use to talk to your terminal software. You might try to see if there's a "custom" termcap you can install. I've only rarely used PuTTY with HP/UX. I don't require any specific issues that didn't work out with the use of the XTERM termcap and some "stty" defines.<br><small>--<br>The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt. -- Bertrand Russell</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639723</guid>
<pubDate>Wed, 01 Jul 2009 13:17:29 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639461</link>
<description><![CDATA[yaplej posted : I am not sure they are set correctly.  Just that NetTerm works correctly, and putty does not.  I have also tried TeraTerm Pro, and have not been able to get it to work correctly either.<br><small>--<br>Open Source WAN Accelerator<br>&raquo;<A HREF="http://trafficsqueezer.sourceforge.net/" >trafficsqueezer.sourceforge.net/</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639461</guid>
<pubDate>Wed, 01 Jul 2009 12:27:36 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639450</link>
<description><![CDATA[yaplej posted : Just tried that without any change.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639450</guid>
<pubDate>Wed, 01 Jul 2009 12:26:23 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639239</link>
<description><![CDATA[greEd posted : Under Terminal -> Features<br><br>Have you tried "Disable application keypad mode"?<br><small>--<br>&raquo;<A HREF="http://www.computerglitch.net" >www.computerglitch.net</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22639239</guid>
<pubDate>Wed, 01 Jul 2009 11:46:40 EDT</pubDate>
</item>

<item>
<title>Re: Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22635454</link>
<description><![CDATA[pablo posted : Howdy,<br><br>Putty emulates an xterm.  Are you sure you have your Unix login's TERM variable set accordingly?<br><br>Cheers!<br><small>--<br>pablo<br>openSUSE 11.0;KDE<br>ISP:  TekSavvy DSL; backhauled  via a 6KM wireless link</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Getting-Putty-terminal-to-work-with-HPUX-22635454</guid>
<pubDate>Tue, 30 Jun 2009 15:46:13 EDT</pubDate>
</item>

<item>
<title>Getting Putty terminal to work with HPUX.</title>
<link>http://www.dslreports.com/forum/Getting-Putty-terminal-to-work-with-HPUX-22635213</link>
<description><![CDATA[yaplej posted : Hey all,<br><br>I am trying to get Putty to work with out HPUX box.  It seems to work fine for just text, but our users login, and get an application prompt that is more "graphical" in the sense it has menus, prompts, and such.  These are not working well with Putty, and I have not been able to figure out what gives.<br><br>In Putty I have tried about every "keyboard" Function keys and keypad setting available, and still cannot navigate the menu.  The menu does display, but it cannot be navigated using the arrow keys like normal.  If it helps NetTerm works out of the box so perhaps its something Putty just does not support.<br><br>Just wondering if anyone here might have a clue, or where I could start looking.<br><br>Thanks.<br><small>--<br>Open Source WAN Accelerator<br>&raquo;<A HREF="http://trafficsqueezer.sourceforge.net/" >trafficsqueezer.sourceforge.net/</A></small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Getting-Putty-terminal-to-work-with-HPUX-22635213</guid>
<pubDate>Tue, 30 Jun 2009 15:03:04 EDT</pubDate>
</item>

</channel>
</rss>

