home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20423 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.6 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!gwdgv1.dnet.gwdg.de!moeller
  2. From: moeller@gwdgv1.dnet.gwdg.de ("GWDGV1::MOELLER")
  3. Newsgroups: comp.os.vms
  4. Subject: re: Reposted TT_ACCPORNAM question
  5. Message-ID: <9301061023.AA25109@ucbvax.Berkeley.EDU>
  6. Date: 6 Jan 93 10:16:04 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 25
  11.  
  12. Pete Sabotka <sabotkap@woods.ulowell.edu> noted that whenever one TELNETs
  13. *into* a VMS system running UCX 1.3, TT_ACCPORNAM is not set initially,
  14. but gets set properly as a consequence of any SET TERMINAL command.
  15.  
  16. > 1)  Why would such an error in SYLOGIN cause TT_AccPorNam to return a blank
  17. >     string only during TELNET sessions ? (ours is UCX V1.3 on VMS 5.4)
  18. > 2)  Why does a SET TERM/INQUIRE remedy the problem ?
  19.  
  20. Simple answer: it's a known bug of UCX (all 1.3 versions), fixed in UCX 2.0.
  21.  
  22. My fix in SYS$SYLOGIN, with a possibly useful side effect:
  23.  
  24.   $ phyterm = f$getdvi(f$getjpi("","terminal"),"tt_phydevnam")
  25.   $ if f$extract(0,3,phyterm).eqs."_TN" then set terminal/nopassall
  26.  
  27. (Explanation: UCX 1.3 *will* set the terminal to /PASSALL
  28.  when a "binary" TELNET connection is attempted,
  29.  which may be useful with some *originating* TELNET software
  30.  [e.g. CMU-TEK 6.5] in order to get 8-bit transparency.
  31.  I don't think /PASSALL behaviour would be intended by anyone!)
  32.  
  33. Wolfgang J. Moeller, GWDG, D-3400 Goettingen, F.R.Germany | Disclaimer ...
  34. PSI%(0262)45050352008::MOELLER      Phone: +49 551 201516 | No claim intended!
  35. Internet: moeller@gwdgv1.dnet.gwdg.de   | This space intentionally left blank.
  36.  
  37.