home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / networks / tcpip / multinet / 1804 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: adelman@TGV.COM
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: BUG in START_MULTINET.COM for V3.1
  5. Message-ID: <23803AB025JUL92084028@TGV.COM>
  6. Date: 25 Jul 92 08:40:28 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 49
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13.  
  14. >> I'm sure that TGV already knows about this, but I haven't seen it
  15. >> mentioned here before.  There is a duplication of the label
  16. >> NoRMT:
  17. >> in MULTINET:START_MULTINET.COM for Version 3.1.  If you delete or rename
  18. >> the file MULTINET:SERVER_REMOTE_MAGTAPE.EXE because you have no need to
  19. >> serve magtapes, your START_MULTINET will go into an infinite loop
  20. >> re-installing other executables.
  21.  
  22.     This is the first I've heard of it.  If you find a bug, *PLEASE*
  23. don't assume we know about it, drop a note to SERVICE@TGV.COM and open
  24. a support call.
  25.  
  26. > Of course this will work only until you configure something that rewrites
  27. > the file.  Hopefully this will be fixed in release 3.1(B).
  28.  
  29.     Too late for V3.1 Rev B. This will be fixed in V3.1 Rev C. The
  30. following patch will fix the problem, and may be applied to any
  31. revision of V3.1:
  32.  
  33.                                 Ken
  34.  
  35.  
  36. $ SET DEFAULT MULTINET_COMMON_ROOT:[MULTINET]
  37. $ PATCH MULTINET_CONFIGURE_NETWORK
  38. ! MU$ROOT:[MULTINET]MULTINET_CONFIGURE_NETWORK.EXE K
  39. ! MULTINET_CONFIGURE_NETWORK.EXE
  40. !
  41. !   ECO001    KZA            24-JUL-1992 22:19:41
  42. !        Change RMT label in START_MULTINET.COM to prevent loop
  43. !
  44. SET ECO 1
  45. REPLACE/ASCII 21C04
  46. 'oRMT'
  47. EXIT
  48. 'oRMX'
  49. EXIT
  50. REPLACE/INSTRUCTION 2424F
  51. 'PUSHAB W^021C4D'
  52. EXIT
  53. 'PUSHAB W^01FB53'
  54. EXIT
  55. REPLACE/ASCII 21C57
  56. ' ! L'
  57. 'oad '
  58. EXIT
  59. 'NoRM'
  60. 'X: !'
  61. EXIT
  62. UPDATE
  63.