home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / digests / v2.17 < prev    next >
Encoding:
Text File  |  1990-12-29  |  2.3 KB  |  68 lines

  1. NCSA Telnet Digest  Tuesday, February 7, 1989   Volume 2 : Issue 17
  2. --------------------------------------------------------------------
  3. Subjects:
  4.     Foreign Keymaps
  5.     Ultrix uses trailers by default:  warning
  6.  
  7. --------------------------------------------------------------------
  8. From: timk (Tim Krauskopf)
  9. Subject: Note about foreign keymaps
  10.  
  11. A hint for users that want something other than the U.S. Keymap for
  12. use in NCSA Telnet.
  13.  
  14. The KCHR resource in NCSA Telnet is there for one reason, to map the
  15. option key to control as MacTerminal does.  If you can live without
  16. the option key mapped to control, by using the command key, or if you
  17. have an ADB keyboard, then turn it off.
  18.  
  19. Turn the mapping off in the preferences dialog (option mapped to control)
  20. or remove the KCHR resource.  You should find that the U.S Keymap is
  21. not installed.  Remember that only ASCII keys are supported by the telnet
  22. protocol.
  23.  
  24. Thanks to Gaige for pointing this out, please mail back if this doesn't
  25. work.
  26.  
  27.  
  28. Tim Krauskopf                timk@ncsa.uiuc.edu (ARPA)
  29.  
  30. --------------------------------------------------------------------
  31.  
  32. From: timk (Tim Krauskopf)
  33. Subject:  Ultrix uses trailers by default: warning
  34.  
  35. I have recently received some queries about trouble with Ultrix
  36. configured VAXen and VAXstations.  They seem to have started when
  37. Ultrix was upgraded to 2.0 or 2.2, sometime about then.
  38.  
  39. After the last query, we discovered that Ultrix is shipped with the
  40. setting for trailers default ON.  NCSA Telnet can't deal with trailers
  41. and they have questionable benefits for the system, so let's all turn
  42. them off.
  43.  
  44. Symptoms:
  45.     'cat'ing large files will scroll for about 2 packets (512 to 1024
  46.     bytes) and then telnet freezes up.  You have to close the connection and
  47.     re-open to get it working again.
  48.  
  49. Solution for Ultrix users:
  50.     You must be super-user to do this:
  51.     in the file /etc/rc.boot, on the line(s) which apply to your Ethernet
  52.     interfaces, change the ifconfig line:
  53.  
  54.     from:    /etc/ifconfig xxxx name
  55.     to:      /etc/ifconfig xxxx name -trailers
  56.  
  57. See 'man ifconfig' for more info.
  58.  
  59. Trailers are only used on large packets > 512 bytes, so you don't see any
  60. problems when you log in, only when you cause large amounts of data to 
  61. be transferred.  Change all machines at once, they must match in their
  62. settings for trailers. 
  63.  
  64. Tim Krauskopf
  65. NCSA
  66.  
  67.  
  68.