home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / jnetl / 138 next >
Encoding:
Text File  |  1993-01-22  |  3.1 KB  |  76 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!WOOSTER.BITNET!SCHULTZ
  3. Original_To:  BITNET%"jnet-l@bitnic"
  4. Message-ID: <JNET-L%93012210311083@BITNIC.EDUCOM.EDU>
  5. Newsgroups: bit.listserv.jnet-l
  6. Date:         Fri, 22 Jan 1993 10:29:00 EST
  7. Sender:       BITNIC JNET-L List <JNET-L@UGA.BITNET>
  8. From:         Lee Schultz <SCHULTZ@WOOSTER.BITNET>
  9. Subject:      Another minor problem witn jnet_images_to_install logical
  10. Lines: 64
  11.  
  12. A short time ago I posted the following message from Wingra:
  13.  
  14. >Lee,
  15.  
  16. >Thank you for finding the error with the JAN_IMAGES_TO_INSTALL logical
  17. >and the release notes. Thank you, too, for agreeing to post this to
  18. >JNET-L.  We appreciate your help in this matter.  Following is text that
  19. >explains the error.
  20.  
  21. >===============================================================================
  22. >In section 1.3 in the New and Enhanced Features section of the JNET036 release
  23. >notes, the logical JAN_IMAGES_TO_INSTALL is incorrectly described. An
  24. >examination of JANSTART.COM will show that the logical that is looked for is
  25. >not JAN_IMAGES_TO_INSTALL but actually JNET_IMAGES_TO_INSTALL.  When
  26. >defining the logical to re-install images please use JNET_IMAGES_TO_INSTALL
  27. >for now.  This will be corrected to JAN_IMAGES_TO_INSTALL in the next release
  28. >of Jnet.
  29. >
  30. >The release notes also say to place the logical definition in JANCOMMON.COM.
  31. >This should read JANSITECOMMON.COM.
  32.  
  33. >We apologize for any inconvenience or confusion that this may have caused.
  34. >===============================================================================
  35.  
  36. >Lee, thank you again for your time and patience.
  37.  
  38. >Regards,
  39.  
  40. >Mike V.
  41.  
  42.  
  43. Since I have been in the process of installing a new VAX 4000-500 (replacing
  44. 2 VAX 11/750s 8{) ), I did not have much of a chance to really test it out.
  45.  
  46. I just checked this morning (Friday, Jan 22), it does not work! The images
  47. are NOT installed with the requested privileges.
  48.  
  49. After poking around in JANSTART.COM, I believe I have discovered a minor bug
  50. in the procedure. JANSTART.COM does a test to determine if there are images
  51. being requested to be installed. The test performed is
  52.  
  53. $ if f$type(jnet_images_to_install).eqs. "" then goto INSTALL_SITE2
  54.  
  55. The DCL Dictionary says that F$TYPE returns the data type of a SYMBOL. Since
  56. jnet_images_to_install is a LOGICAL NAME and not a symbol, the requested
  57. file(s) are not processed.
  58.  
  59. I installed the following line just above the test and everything appears to
  60. work as expected (the image is installed with the proper privilege).
  61.  
  62. $ jnet_images_to_install = f$trnlnm("jnet_images_to_install")
  63.  
  64.  
  65. I hope this information is of some help to some of you out there.
  66.  
  67. Please note that I am in the process of moving the last of everything to the
  68. new system beginning Monday morning. I probably will not be able to respond
  69. and/or reply to any messages until sometime late next week.
  70.  
  71. *****************************************************************************
  72. Lee Schultz
  73. Assistant Director, Systems and Networking                   (216) 263 - 2242
  74. Academic Computing Services, College of Wooster      SCHULTZ @ WOOSTER.bitnet
  75. Wooster, Ohio  44691  USA                           SCHULTZ @ acs.WOOSTER.edu
  76.