home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / networks / tcpip / ucx / 129 < prev    next >
Encoding:
Internet Message Format  |  1992-10-07  |  2.9 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!rutgers!spcvxb!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: vmsnet.networks.tcp-ip.ucx
  4. Subject: Unsupported UCX patches (was Re: Terminal identification to remote host
  5. Message-ID: <1992Oct7.215159.4057@spcvxb.spc.edu>
  6. Date: 8 Oct 92 01:51:59 GMT
  7. References: <15927@umd5.umd.edu> <1992Oct7.085537.10547@ccsun.strath.ac.uk>
  8. Organization: St. Peter's College, US
  9. Lines: 75
  10.  
  11. In article <1992Oct7.085537.10547@ccsun.strath.ac.uk>, craa79@ccsun.strath.ac.uk ("R.B.Rodger") writes:
  12. > The long term solution is to add entries for dec-vt100 etc to the termcap 
  13. > database on the unix host. I find it rather surprising that the UCX developers
  14. > claim that this is the "correct" behaviour, yet I have still not found a
  15. > Unix system (including the latest release of Ultrix) which supports this...
  16.  
  17.   Yup. I ran into something similar where UCX's `rlogin' truncates usernames
  18. to 8 characters before passing them along to the other side of the connection.
  19. Rather obnoxious, actually - if it's thought to be useful, it ought to be a
  20. command line switch (like /lowercase). I guess they've not seen any Unix boxes
  21. that allow usernames > 8 characters.
  22.  
  23.   If you're having this problem as well, the following (for UCX V2.0 as found
  24. on the September '92 ConDist) might prove useful:
  25.  
  26. $ patch ucx$rlogin.exe
  27. %PATCH-I-NOLCL, image does not contain local symbols
  28. %PATCH-I-NOGBL, some or all global symbols not accessible
  29. PATCH>repl/inst 4a1e
  30. OLD>  "clrb b^8(r4)"
  31. OLD>  exit
  32. NEW>  "nop"
  33. NEW>  "nop"
  34. NEW>  "nop"
  35. NEW>  exit
  36. old:    00004A1E:  CLRB    B^08(R4)
  37. new:    00004A1E:  NOP     
  38. new:    00004A1F:  NOP     
  39. new:    00004A20:  NOP     
  40. PATCH>repl/instr 4a40
  41. OLD>  "clrb b^8(r4)"
  42. OLD>  exit
  43. NEW>  "nop"
  44. NEW>  "nop"
  45. NEW>  "nop"
  46. NEW>  exit
  47. old:    00004A40:  CLRB    B^08(R4)
  48. new:    00004A40:  NOP     
  49. new:    00004A41:  NOP     
  50. new:    00004A42:  NOP     
  51. PATCH>set eco 97
  52. PATCH>update
  53. %PATCH-I-WRTFIL, updating image file USER6:[SYSPROG.TERRY.JUNK]UCX$RLOGIN.EXE;2
  54. PATCH>exit
  55.  
  56.   Likewise, if you're distressed that `traceroute' times are off by an order
  57. of magnitude, you might want the following:
  58.  
  59. $ patch traceroute.exe
  60. %PATCH-I-NOGBL, some or all global symbols not accessible
  61. PATCH>repl/inst 3a43
  62. OLD>  "pushl r3"
  63. OLD>  exit
  64. NEW>  "mull2 #0a,r3"
  65. NEW>  "pushl r3"
  66. NEW>  exit
  67. old:    00003A43:  PUSHL   R3
  68. old:    00003A45:  PUSHAL  W^02C0(R9)
  69. new:    00003A43:  JMP     L^PAA
  70. new:    PAA:  MULL2   #0A,R3
  71. new:    00011003:  PUSHL   R3
  72. new:    00011005:  PUSHAL  W^02C0(R9)
  73. new:    00011009:  JMP     L^00003A49
  74. PATCH>set eco 97
  75. PATCH>update
  76. %PATCH-I-WRTFIL, updating image file USER6:[SYSPROG.TERRY.JUNK]TRACEROUTE.EXE;3
  77. PATCH>exit
  78.  
  79.   REMEMBER: These patches are not supported by Digital. Replace the original
  80. images before applying DEC patches / updates. Contents may have settled dur-
  81. ing shipment. Void where inhibited. Etc. 8-)
  82.  
  83.     Terry Kennedy        Operations Manager, Academic Computing
  84.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  85.     terry@spcvxa.spc.edu    +1 201 915 9381
  86.