home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / sources / d / 539 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  4.4 KB

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