home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
- From: adelman@TGV.COM
- Newsgroups: vmsnet.networks.tcp-ip.multinet
- Subject: Re: BUG in START_MULTINET.COM for V3.1
- Message-ID: <23803AB025JUL92084028@TGV.COM>
- Date: 25 Jul 92 08:40:28 GMT
- Organization: The INFO-MULTINET Community
- Lines: 49
- X-Gateway-Source-Info: INTERNET
- X-Return-path: <info-multinet-relay@TGV.COM>
- X-RFC822-From: adelman (Kenneth Adelman) @ TGV.COM
- Nntp-Posting-Host: Mvb.Saic.Com
-
- >> I'm sure that TGV already knows about this, but I haven't seen it
- >> mentioned here before. There is a duplication of the label
- >> NoRMT:
- >> in MULTINET:START_MULTINET.COM for Version 3.1. If you delete or rename
- >> the file MULTINET:SERVER_REMOTE_MAGTAPE.EXE because you have no need to
- >> serve magtapes, your START_MULTINET will go into an infinite loop
- >> re-installing other executables.
-
- This is the first I've heard of it. If you find a bug, *PLEASE*
- don't assume we know about it, drop a note to SERVICE@TGV.COM and open
- a support call.
-
- > Of course this will work only until you configure something that rewrites
- > the file. Hopefully this will be fixed in release 3.1(B).
-
- Too late for V3.1 Rev B. This will be fixed in V3.1 Rev C. The
- following patch will fix the problem, and may be applied to any
- revision of V3.1:
-
- Ken
-
-
- $ SET DEFAULT MULTINET_COMMON_ROOT:[MULTINET]
- $ PATCH MULTINET_CONFIGURE_NETWORK
- ! MU$ROOT:[MULTINET]MULTINET_CONFIGURE_NETWORK.EXE K
- ! MULTINET_CONFIGURE_NETWORK.EXE
- !
- ! ECO001 KZA 24-JUL-1992 22:19:41
- ! Change RMT label in START_MULTINET.COM to prevent loop
- !
- SET ECO 1
- REPLACE/ASCII 21C04
- 'oRMT'
- EXIT
- 'oRMX'
- EXIT
- REPLACE/INSTRUCTION 2424F
- 'PUSHAB W^021C4D'
- EXIT
- 'PUSHAB W^01FB53'
- EXIT
- REPLACE/ASCII 21C57
- ' ! L'
- 'oad '
- EXIT
- 'NoRM'
- 'X: !'
- EXIT
- UPDATE
-