home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / networks / tcpip / ucx / 125 < prev    next >
Encoding:
Text File  |  1992-10-06  |  1.9 KB  |  47 lines

  1. Newsgroups: vmsnet.networks.tcp-ip.ucx
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!kcgl1.eng.ohio-state.edu!DAVISM
  3. From: DAVISM@kcgl1.eng.ohio-state.edu (Michael T. Davis)
  4. Subject: Re: Terminal identification to remote host
  5. Message-ID: <1992Oct7.114359.17245@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: kcgl1.eng.ohio-state.edu
  8. Organization: The Ohio State University
  9. References: <15927@umd5.umd.edu>
  10. Date: Wed, 7 Oct 1992 11:43:59 GMT
  11. Lines: 34
  12.  
  13.  
  14. In article <15927@umd5.umd.edu>, dmatthews@uap.umd.edu writes:
  15.  
  16. >When TELNETing to certain unix systems, our system tells theirs that our
  17. >terminal is a "dec-vt200"; this string is not recognized by the remote host,
  18. >with varying consequences.  The remote systems would have been happy with
  19. >"vt200". I'm running UCX 2.0 on VMS 5.4-3. The response is generated by UCX,
  20. >depending on SET TERMINAL/DEVICE=. If I change DEVICE to VT100, for example,
  21. >it says it's a "dec-vt100".  In UCX 1.3 this problem did not arise. I find
  22. >nothing in the manuals, at least in the indexes. Anyone else had this
  23. >experience?  Any suggestions?  Respond by email; I'll post a summary if it
  24. >seems to be of any interest.
  25.  
  26.     I just made a modification to my U*IX login scripts to strip off the
  27. "dec-" from $term and/or $TERM before invoking tset.  In csh, the variable
  28. editing looks something like this:
  29.  
  30. if ( $?term ) then
  31.     set dec_term = `echo "$term" | tr "-" " "`
  32.     if ( "$dec_term[1]" == "dec" ) then
  33.     set term = "$dec_term[2]"
  34.     endif
  35.     unset dec_term
  36. endif
  37.  
  38.                             Mike
  39.  
  40. >Dr. David L. Matthews, IPST, Univ. of Maryland, College Park MD 20742-2431
  41. >Telephone  (301)405-4830    Internet   dmatthews@uap.umd.edu
  42. >FAX        (301)314-9363    NSI/SPAN   UMDUAP::DMATTHEWS
  43. --
  44.  Internet: davism@KCGL1.eng.ohio-state.edu |
  45.             -or- DAVISM+@osu.edu           |   These Thoughts, They Be Mine
  46.    BITNET: DAVISM+@OHSTMAIL.BITNET         |
  47.