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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!noiro.acs.uci.edu!unogate!mvb.saic.com!dayton.saic.com!ake
  2. From: ake@dayton.saic.com (Earle Ake)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: BUG in START_MULTINET.COM for V3.1
  5. Message-ID: <1992Jul24.222534.6098@dayton.saic.com>
  6. Date: 24 Jul 92 22:25:34 EDT
  7. References: <29629@ursa.UUCP>
  8. Organization: Science Applications Intl. Corp., Dayton, Ohio
  9. Lines: 43
  10.  
  11. In article <29629@ursa.UUCP>, RABINOWITZ@bear.com (Ari Rabinowitz) writes:
  12. > Hi,
  13. > I'm sure that TGV already knows about this, but I haven't seen it
  14. > mentioned here before.  There is a duplication of the label
  15. > NoRMT:
  16. > in MULTINET:START_MULTINET.COM for Version 3.1.  If you delete or rename
  17. > the file MULTINET:SERVER_REMOTE_MAGTAPE.EXE because you have no need to
  18. > serve magtapes, your START_MULTINET will go into an infinite loop
  19. > re-installing other executables.
  20.  
  21.     I fixed this as follows.
  22.  
  23. ************
  24. File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;32
  25.   165   $ If F$Search("MULTINET:RMTDRIVER.EXE") .Eqs. "" Then Goto NoRMTD
  26.   166   $ RUN SYS$SYSTEM:SYSGEN
  27. ******
  28. File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;31
  29.   165   $ If F$Search("MULTINET:RMTDRIVER.EXE") .Eqs. "" Then Goto NoRMT
  30.   166   $ RUN SYS$SYSTEM:SYSGEN
  31. ************
  32. ************
  33. File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;32
  34.   169   $NoRMTD:
  35.   170   $ !
  36. ******
  37. File MULTINET_ROOT:[MULTINET]START_MULTINET.COM;31
  38.   169   $NoRMT:
  39.   170   $ !
  40. ************
  41.  
  42. Of course this will work only until you configure something that rewrites
  43. the file.  Hopefully this will be fixed in release 3.1(B).
  44.  
  45.  
  46. Earle
  47. _____________________________________________________________________________
  48.              ____ ____    ___
  49. Earle Ake   /___ /___/ / /     Science Applications International Corporation
  50.            ____//   / / /__                 Dayton, Ohio
  51. -----------------------------------------------------------------------------
  52. Internet: ake@dayton.saic.com  uucp: dayvb!ake  NSI-DECnet (SPAN): 28284::ake
  53.