Changes between Version 5 and Version 6 of Ticket #255
- Timestamp:
- 10/31/2021 09:15:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #255 – Description
v5 v6 1 !>sc1>system_start_up.ecis 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. 2 2 3 >sc1>admin.ecsupports the operator "x" commands, such as "x io1".3 ">sc1>admin.ec" supports the operator "x" commands, such as "x io1". 4 4 5 5 "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. … … 7 7 Since 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. 8 8 9 >sc1>admin.ecshould be updated thus:9 ">sc1>admin.ec" should be updated thus: 10 10 11 11 {{{
