home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!noiro.acs.uci.edu!unogate!mvb.saic.com!dayton.saic.com!ake
- From: ake@dayton.saic.com (Earle Ake)
- Newsgroups: vmsnet.networks.tcp-ip.multinet
- Subject: Re: BUG in START_MULTINET.COM for V3.1
- Message-ID: <1992Jul24.222534.6098@dayton.saic.com>
- Date: 24 Jul 92 22:25:34 EDT
- References: <29629@ursa.UUCP>
- Organization: Science Applications Intl. Corp., Dayton, Ohio
- Lines: 43
-
- In article <29629@ursa.UUCP>, RABINOWITZ@bear.com (Ari Rabinowitz) writes:
- > Hi,
- >
- > 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.
-
- I fixed this as follows.
-
- ************
- File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;32
- 165 $ If F$Search("MULTINET:RMTDRIVER.EXE") .Eqs. "" Then Goto NoRMTD
- 166 $ RUN SYS$SYSTEM:SYSGEN
- ******
- File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;31
- 165 $ If F$Search("MULTINET:RMTDRIVER.EXE") .Eqs. "" Then Goto NoRMT
- 166 $ RUN SYS$SYSTEM:SYSGEN
- ************
- ************
- File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;32
- 169 $NoRMTD:
- 170 $ !
- ******
- File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;31
- 169 $NoRMT:
- 170 $ !
- ************
-
- Of course this will work only until you configure something that rewrites
- the file. Hopefully this will be fixed in release 3.1(B).
-
-
- Earle
- _____________________________________________________________________________
- ____ ____ ___
- Earle Ake /___ /___/ / / Science Applications International Corporation
- ____// / / /__ Dayton, Ohio
- -----------------------------------------------------------------------------
- Internet: ake@dayton.saic.com uucp: dayvb!ake NSI-DECnet (SPAN): 28284::ake
-