[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

8569.0. "Why doesn't telnetd set terminal-type in PC ?" by DEKVC::JEONGEUNKIM () Thu Jan 23 1997 23:46

    Hi,
    
    My customer has gotten a bad terminal environment when he tried to
    telnet to Digital V3.2C Korean support on A2100_A500.
    His telnet client of PC is made by ftp Co.
    In detail, after displaying login prompt, he puts username, and
    password prompt appears off about 10 spaces from first columns.
    After all because of this problem, my customer can see a just one
    characer at last columns, so he cannot see what's going on on his PC.
    I tried to change terminal type of PC, but always the terminal type 
    connected is DEC-VT220 8 bit mode. 
    I cannot change the terminal type in side of PC.
    But after login, if I reset the terminal using reset(1) command
    whatever the terminal type connected is, everying is all right.
    
    The following is rough examples, because I cannot remember exactly the
    output of the problem.
    
    login: jek
              Password:
                          Last login: Fri Feb 22 11:53:17 on tty02
                                    DEC OSF/1 V3.2 (Rev. 214); Tue Jan 21
    
    
    Is there anybody handle this terminal ?
    If you know, please dont throw your idea away. Help me.
    
    Thank you in advance.
    
    Jeong-eun Kim
T.RTitleUserPersonal
Name
DateLines
8569.1some ideas..SMURF::MENNERit's just a box of Pax..Fri Jan 24 1997 23:1511
    The evnironment varibles can be passed (at least in the UNIX to UNIX
    scenerio by:
    
    telnet 
    telnet> environ define TERM
    telnet> open <hostname>
    
    Alternately
    
    The user could define the TERM variable in their .profile/.login/.cshrc
    file.
8569.2BIGUN::nessus.cao.dec.com::MayneWake up, time to dieThu Jan 30 1997 22:588
It also looks like the terminal emulator needs to translate LF into CRLF. There 
may (should) be a setup item for this.

The second part (one character in the last column) will probably be fixed by 
this, but will probably still annoy you if any of your lines are more than 80 
characters. Try setting autowrap on.

PJDM