home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / dec / 6704 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!noose.ecn.purdue.edu!eg.ecn.purdue.edu!young
  3. From: young@eg.ecn.purdue.edu (Mike Young)
  4. Subject: RSX11M-Plus Queue Manager Date Bug
  5. Message-ID: <1993Jan6.153250.20029@noose.ecn.purdue.edu>
  6. Keywords: rsx pdp-11 qmg
  7. Sender: news@noose.ecn.purdue.edu (USENET news)
  8. Organization: Purdue University Engineering Computer Network
  9. Date: Wed, 6 Jan 1993 15:32:50 GMT
  10. Lines: 28
  11.  
  12.     I managed to dodge the RSX Queue Manager 1993 bug this morning.
  13. Note dodge, not fix. This bug isn't fixable in any practical sense. Here
  14. are some hints that may be helpful for you do-it-yerselfers (your mileage
  15. may vary, no warranty expressed or implied, etc. etc.):
  16.  
  17.     In modules QMGGTI.MAC and SHOWP.MAC (UIC [25,10]), you will find a
  18. small number of occurances of the constant "77.". It is added to or subtracted
  19. from the year, in an attempt to encode the year as a 4-bit quantity. Since
  20. 93 - 77 = 16, this scheme fails. The dodge is to change 77 to a larger number
  21. (I used 87, but anything from 78 to 93 should work), and rebuild QMG and QMGCLI.
  22. Be careful to change only the occurrances of "77." that are related to the year
  23. calculations - don't just do a blind global replace.
  24.  
  25.     I observe that this scheme might self-destruct on Jan 1, 2000,
  26. as well...
  27.  
  28.     This fix was for RSX 11M-PLUS V4.00, BL40. If QMG was changed since
  29. then, all bets are off (see disclaimer above). If you break your system, I am
  30. not responsible.
  31.  
  32.     Good Luck.
  33.  
  34.  
  35. --
  36.     |  Mike Young KA9HZE                |       young@ecn.purdue.edu    |
  37.     |  Purdue University EE Dept.       |       ...!pur-ee!young        |
  38.     |  W. Lafayette, IN  47907          |                               |
  39.     _____________________________________________________________________
  40.