home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / pdp11 / 941 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.3 KB

  1. Path: sparky!uunet!gator!inland!cmkrnl!infopiz!mccall!info-pdp11-newsgate!list
  2. Newsgroups: vmsnet.pdp-11
  3. Subject: Re: RSX Queue Manager 1993 Bug
  4. Message-ID: <CMM.0.90.0.726369648.bqt@Bern.DoCS.UU.SE>
  5. From: Johnny Billquist <bqt@bern.docs.uu.se>
  6. Date: Thu, 7 Jan 93 2:20:48 MET
  7. Reply-To: bqt@minsk.docs.uu.se
  8. Organization: The Internet
  9. Return-Path: <pat+@transarc.com>
  10. CC: info-pdp11@transarc.com
  11. In-Reply-To: Your message of Wed, 6 Jan 93 10:46:13 -0500
  12. Lines: 42
  13.  
  14. >    I managed to dodge the RSX Queue Manager 1993 bug this morning.
  15. >Note dodge, not fix. This bug isn't fixable in any practical sense. Here
  16. >are some hints that may be helpful for you do-it-yerselfers (your mileage
  17. >may vary, no warranty expressed or implied, etc. etc.):
  18. >
  19. >    In modules QMGGTI.MAC and SHOWP.MAC (UIC [25,10]), you will find a
  20. >small number of occurances of the constant "77.". It is added to or subtracted
  21. >from the year, in an attempt to encode the year as a 4-bit quantity. Since
  22. >93 - 77 = 16, this scheme fails. The dodge is to change 77 to a larger number
  23. >(I used 87, but anything from 78 to 93 should work), and rebuild QMG and QMGCLI.
  24. >Be careful to change only the occurrances of "77." that are related to the year
  25. >calculations - don't just do a blind global replace.
  26.  
  27. In RSX-11M-PLUS V4.3 you should modify the following 4 files:
  28. QMGDA2, QMGGTI, QUEAFT and SHOWQ (all in [25,10])
  29.  
  30. Replace "77" with something appropriate.
  31.  
  32. This will fix the bug in all practial sense. It will break again when
  33. you pass the 16 year limit, but I suspect most stuff will break by the
  34. year 2000 anyway.
  35.  
  36. >    I observe that this scheme might self-destruct on Jan 1, 2000,
  37. >as well...
  38. >
  39. >    This fix was for RSX 11M-PLUS V4.00, BL40. If QMG was changed since
  40. >then, all bets are off (see disclaimer above). If you break your system, I am
  41. >not responsible.
  42. >
  43. >    Good Luck.
  44.  
  45. Well, the same applies to my notes. This for RSX-11M-PLUS V4.3 BL66.
  46.  
  47. I don't understand what you mean by dodge. Maybe we're talking the
  48. same thing, but by fixing the four files I mentioned above, everything
  49. will work exactly as expected to, and as they should, and did before
  50. 1993.
  51.  
  52. Johnny Billquist                  || "I'm on a bus
  53. CS student at Uppsala University  ||  on a psychedelic trip
  54. email: bqt@minsk.docs.uu.se       ||  Reading murder books
  55. pdp is alive!                     ||  tryin' to stay hip" - B. Idol
  56.