Okay, it appears that CDRSTK goes into an infinite loop trying to open CDR: or CDR000:. I'm not exactly certain why, as "copy foo=cdr:" works, but yields a zero length file. Perhaps CDRSTK is in a loop reading zero-length files. Not work much extra effort.
I see that bin/pdp10-ka is built without CDR support, so the simplest way to deal with this is to simply not start CDRSTK.
When the system starts, it starts OPSER, and that reads SYS:OPR.ATO (SYS: is [1,4]). There is an identical file in [1,2] and editing the latter had no effect, but copying it to SYS: did.
I recommend deleting or commenting out CDRSTK:
.r filcom
*=sys:opr.ato,dsk:opr.ato
File 1) SYS:OPR.ATO[1,4] created: 1008 21-APR-1978
File 2) DSKB:OPR.ATO[1,2] created: 2250 10-SEPT-2025
1)1 :SLOGIN 1/2
1) :SILENCE
1) :DEFINE C=
1) C-R CDRSTK
1) :REVIVE
1) C-START
1) ; BRING UP BATCON NEXT SO BATCH JOBS CAN GET
****
2)1 ;ejw simh (at least pdp10-ka) has no CDR support and CDRSTK goes into a loop.
2) ;ejw :SLOGIN 1/2
2) ;ejw :SILENCE
2) ;ejw :DEFINE C=
2) ;ejw C-R CDRSTK
2) ;ejw :REVIVE
2) ;ejw C-START
2) ; BRING UP BATCON NEXT SO BATCH JOBS CAN GET
**************
%files are different
*^C
.copy sys:opr.ato=dsk:opr.ato