home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13722 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  4.6 KB

  1. Xref: sparky comp.os.vms:13722 vmsnet.sources.d:542
  2. Path: sparky!uunet!gatech!ukma!vlsi!wkuvx1!goathunter
  3. From: goathunter@wkuvx1.bitnet
  4. Newsgroups: comp.os.vms,vmsnet.sources.d
  5. Subject: New: Supervisor Series v5.3 released
  6. Message-ID: <1992Aug17.071221.1962@wkuvx1.bitnet>
  7. Date: 17 Aug 92 07:12:21 CDT
  8. Organization: Western Kentucky University, Bowling Green, KY
  9. Lines: 99
  10.  
  11. I'm pretty sure this didn't make it out because of our power failure.
  12. If it did, sorry for the repost; if it didn't, here it is! 8-)
  13. ---------------------------------------------------------------------------
  14.  
  15. The Supervisor Series v5.3 has just been released.  The Supervisor
  16. Series consists of SUPERVISOR (watch another user's terminal and enter
  17. input on their behalf) and PHOTO (record terminal sessions to a log
  18. file).  Access to the SUPERVISOR functions is controlled through the
  19. use of identifiers.
  20.  
  21. This version fixes two pretty major bugs in v5.2 (additional info can
  22. be found below my sig):
  23.  
  24.   o  The "invalid log file" hang/crash with PHOTO
  25.  
  26.   o  The SUPERVISOR "it's not a UCB anymore" crash
  27.  
  28. NOTE: PHOTO is incompatible with VMS POSIX.  THIS VERSION DOES NOT
  29.       CORRECT THIS PROBLEM.  The problem is that when POSIX has been
  30.       started on the system, a system-wide image rundown handler
  31.       resets the modified UCB fields, effectively turning off PHOTO.
  32.       I hope to have this corrected in a future version of the series.
  33.  
  34. I also found out that the original authors of the Supervisor Series
  35. were Bob Pasker, Bill Donner, and Terry Way.  My thanks to them for
  36. providing me with a good base to work from.
  37.  
  38. ---------------------------------------------------------------------------
  39. **** It will be posted to vmsnet.sources soon ****
  40.  
  41. The Supervisor Series is available via anonymous ftp from ftp.spc.edu
  42. ([192.107.46.27]).  You'll need the following files:
  43.  
  44.     [.MACRO32]LZDCMP.EXE
  45.     [.MACRO32.SAVESETS]SUPERVISOR.BCK_Z
  46.  
  47. To get the Supervisor Series via e-mail, send the following commands
  48. in the body of a message to FILESERV@WKUVX1.BITNET:
  49.  
  50. SEND SUPERVISOR
  51. SEND FILESERV_TOOLS
  52.  
  53. The Supervisor Series is installed with VMSINSTAL and includes
  54. documentation in ASCII text, Bookreader, and PostScript formats.
  55. There is a mailing list to discuss Supervisor Series problems and
  56. usage.  To subscribe, send the following command in the body of a
  57. mail message to LISTSERV@WKUVX1.BITNET (note, that's LISTSERV):
  58.  
  59. SUBSCRIBE SUPSER-L "Your real name"
  60. ---------------------------------------------------------------------------
  61.  
  62. Thanks for your patience while I found the time to fix these!
  63.  
  64. Hunter
  65. ------
  66. Hunter Goatley, VMS Systems Programmer, Western Kentucky University
  67. goathunter@WKUVX1.BITNET, 502-745-5251
  68.  
  69. ---------------------------------------------------------------------------
  70. "Bug Fixes" (from the release notes):
  71.  
  72.           The Supervisor Series V5.3 provides the following bug
  73.           fixes and enhancements to V5.2:
  74.  
  75.           1  If an invalid log file was specified to PHOTO, the
  76.              system would hang when the user logged out (SMP
  77.              machines would crash with a SPINWAIT bugcheck).
  78.              This problem occurred because PHOTO didn't clean up
  79.              after itself properly if an error occurred during
  80.              initialization. Not only has this bug been fixed,
  81.              but the initialization was reorganized to make it
  82.              safer.
  83.  
  84.           2  SUPERVISOR would occasionally crash the system
  85.              trying to access an LT UCB that had already been
  86.              deleted. SUPERVISOR now checks to make sure the UCB
  87.              is still a UCB before accessing it.
  88.  
  89.           3  Privilege checks were added to SUPERVISOR so that
  90.              the user is notified of the missing privileges
  91.              immediately (the user only sees which privileges
  92.              are missing if he/she holds one of the appropriate
  93.              SUPERVISOR identifiers). This eliminates potential
  94.              problems with privilege-related errors occurring
  95.              during initialization.
  96.  
  97.           4  A bug in the SUPERVISOR exit handler would cause
  98.              a non-fatal register dump if SUPERVISOR aborted
  99.              during the initialization. This bug has been
  100.              corrected.
  101.  
  102.           5  SUPERVISOR notifications to the target user would
  103.              hang the supervising terminal if the target user
  104.              had XOFF'ed or switched sessions on a DECserver.
  105.              The $BRKTHRUW call in SUPERVISOR has been modified
  106.              to timeout after 5 seconds to prevent such hangs.
  107.  
  108.           6  The installation now uses the specified PHOTO help
  109.              library as the default help library for SUPERVISOR.
  110.