Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99e-bb - utl702.d10
There is 1 other file named utl702.d10 in the archive. Click here to see a list.
                 EDIT DESCRIPTIONS FOR UTILITIES-10-V702                      
  
  
                             EDIT 222    FOR INITIA
  
[SYMPTOM]
  
Initia logs a user in as a remote operator if he is an TTY0 of his system.
This occasionally is a user line, rather than an operator line.
  
[DIAGNOSIS]
  
No check to see what kind of node is the owner of the TTY.
  
[CURE]
  
Check to see if the remote node is a command decoder.  If so, no terminals on
that node are considered to be a remote operator of this system.
********************************************************************************
  
  
                             EDIT 223    FOR INITIA
  
[SYMPTOM]
  
Initia allows leading spaces on the XMTSPEED and RCVSPEED parameters in
TTY.INI, but does not allow leading spaces on any other decimal parameters.
  
[DIAGNOSIS]
  
No code to do so.
  
[CURE]
  
Add cure to GETDEC to allow leading spaces and tabs.
  
********************************************************************************
  
  
                             EDIT 224    FOR INITIA
  
[SYMPTOM]
  
.I NOT doesn't type all NOTICE.TXT if another user is waking the job
running INITIA.
  
[DIAGNOSIS]
  
INITIA uses asynchronous terminal output to insure that it will not get
hung waiting for terminal output to complete.  This is done by HIBERnating
until the output complete wakes the job or until the job has slept too long.
Since the HIBER UUO doesn't disallow WAKE's from other jobs, another user may
prematurely cause the wait to complete.
  
[CURE]
  
Turn on HB.RWJ to prevent other jobss from waking INITIA.
********************************************************************************
  
  
  
  
                             EDIT 200    FOR REACT
  
[SYMPTOM]
  
  
REACT allows you to CHANGE an existing entry in AUXACC.SYS to add
1  more  structure  than  MAXFS.   MAXFS is the maximum number of
structures allowed per entry.
  
  
[DIAGNOSIS]
  
Off by one bug in NOOLDS.  Before inserting the new structure  on
a  CHANGE, we check to see if the current number of structures in
the entry is less than or equal to MAXFS.  If the test  succeeds,
we add the structure.  So, if the current number of structures is
equal to MAXFS, the test succeeds and we add  the  new  structure
making the total MAXFS+1.
  
  
[CURE]
  
At NOOLDS+6, change CAILE M,MAXFS to CAIL M,MAXFS.
********************************************************************************
  
  
  
END OF  UTILITIES-10-V702