John,
I had to deal with exactly the same problem.
LTSP uses the telnet client in Busybox. A few years ago, I modified
the telnet client to look at the "TERM" environment variable, and use
that as the terminal type that it passes over to the server.
So, find the script that runs telnet (I don't remember what it was in
ltsp-2).
Edit the script to do something like this:
export TERM=vt100
Before it runs telnet.
That should do it.
Jim McQuillan
[EMAIL PROTECTED]
On Tue, 10 Feb 2004, John Hiemenz wrote:
>
> I've just taken over admin of a small network that is running redhat 6.2
> and ltsp 2.08pre2 to maintain about 5 networked boxes as 'dumb' terminals.
>
> ltsp comes up to a runlevel 4, since the application server is only in
> character mode, and this all works very well. The only issue I am seeing
> is in terminal emulation types.
>
> Is there a way to send termtype info over in the telnet setup? I'm
> connecting to an OpenServer box and the termtype of 'linux' isn't working
> as nice as a 'vt100' would.
>
> here is the lts.conf file for reference:
> #
> # Config file for the Linux Terminal Server Project (www.ltsp.org)
> #
>
> [Default]
> LTSP_BASEDIR = /opt/ltsp
> SERVER = 10.10.10.2
> UI_MODE = CHARS
> TELNET_HOST = 10.10.10.10
> TELNET_SESSIONS = 12
> LOCAL_APPS = N
> RCFILE_01 = keymaps
> KEYMAP = usbsf
> RUNLEVEL = 4
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help, try #ltsp channel on irc.freenode.net
>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net