LWN.net Logo

Advertisement

Interested in hardware, diags, validation, Linux, C, ARM, Microcode and low level programming and blazing networks?

Advertise here

Notes from the leading edge

Notes from the leading edge

Posted Nov 22, 2006 10:28 UTC (Wed) by kzin (guest, #841)
Parent article: Notes from the leading edge

For the terminal problem, you "screen". Who cares if the terminal emulator crashes when a newly-started terminal emulator simply restores all the running sessions and everything in them?


(Log in to post comments)

Notes from the leading edge

Posted Nov 22, 2006 12:20 UTC (Wed) by NAR (subscriber, #1313) [Link]

Those of us who have to login from a terminal to an other system that has no idea what to do when the TERM is set to "screen".

Bye,NAR

Notes from the leading edge

Posted Nov 22, 2006 12:47 UTC (Wed) by kzin (guest, #841) [Link]

I think "TERM=screen" is standard Linux termcap, and (nearly) all distros have it. Of course, you can always "TERM=linux" or "TERM=xterm" if you need to to log into AIX or whatever. They're compatible.

Notes from the leading edge

Posted Nov 23, 2006 6:05 UTC (Thu) by mokki (subscriber, #33200) [Link]

A good practice is to copy the linux terminfo database to any solaris / hp-ux / aix system you log into and just set the TERMINFO environmental variable to point to it. That way you can use TERM=rxvt, TERM=screen and not have broken functionality.

I actually have created a reduced set of terminfo files in a ready tar.gz package that I just extract into my home directory in oldie unix systems.

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds