Changes between Initial Version and Version 1 of Ticket #255


Ignore:
Timestamp:
10/31/2021 09:09:01 AM (5 years ago)
Author:
Eric Swenson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #255 – Description

    initial v1  
    1 >sc1>system_start_up.ec is invoked at every boot of the system. It performs all sorts of task, including logging in of system daemons.
     1 >sc1>system_start_up.ec is invoked at every boot of the system. It performs all sorts of task, including logging in of system daemons.
    22
    3 >sc1>admin.ec supports the operator "x" commands, such as "x io1". 
     3 >sc1>admin.ec supports the operator "x" commands, such as "x io1". 
    44
    55"x io1" initializes the IO coordinator (cord), and the printer and punch daemons (prta and puna).  However, it assumes that the IO.SysDaemon process on message coordinator channel puna has been logged in.  It tries to send that process three commands, which all fail because the process wasn't logged in by >sc1>system_start_up.ec.
     
    77Since card punching is normally not very common, rather than log in the daemon in >sc1>system_start_up.ec, it is better to log it in on demand -- when "x io1" is invoked. 
    88
    9 >sc1>admin.ec should be updated thus:
     9 >sc1>admin.ec should be updated thus:
    1010
    1111{{{