Closed horuden closed 2 years ago
Noice in your configuration file you've got these lines:
expect -p "(DD-MMM-YYYY HH:MM)" send -t after=500k "%DATE_DD%-%DATE_MMM%-%DATE_YYYY% %TIME_HH%:%TIME_MM%\r"; continue
;expect -p "(DD-MMM-YYYY HH:MM)" send -t after=500k "%DATE_DD%-%DATE_MMM%-%DATE_YYYY% %TIME%\r"; continue
It is these lines (actually only the first since the second is commented out) that are responding to the OS prompt for the date and time.
The non commented out line has 2 spaces between the date and time. The commented out line has one space between the date and time. I would suggest that you comment out the first and uncomment the second and try again, or if you want to enter the date and time yourself, comment out BOTH.
Oh wow... Sure enough that solved my issue. Well I feel dumb now, I thought I was getting pretty good at RTFMing, but apparently not. I honestly thought that had something to do with the printer files. Thank you for taking the time to hold my hand for a minute, I very much appreciate it!
Context
After restoring the save set from the standalone VMS 7.2 or 7.3 and booting for the first time from the hard disk you are requested to enter the date and time. The emulator appears to be attempting to enter it automatically for me, which is nice, however there appears to be an extra space in-between the date and the time which causes a %DCL-W-MAXPARM error that just endlessly repeats.
I only included output for the vax8600 simulator, but I have tried this using both the vax 8600 and the regular vax emulator and I get the same results.
I did attempt to google my issue, and I can't seem to find anything, which could definitely be my own fault. Maybe there is a simple answer to this that I have just overlooked, but I sure would appreciate any help that you all could provide me! :)
the output of "sim> SHOW VERSION" while running the simulator which is having the issue
how you built the simulator or that you're using prebuilt binaries
I am building the simulator from the open-simh/simh source myself, running Arch Linux, compiler output follows:
the simulator configuration file (or commands) which were used when the problem occurred.
the expected behavior and the actual behavior
I would expect to either A) have to enter the date and time myself, or B) for the date and time to be entered automatically correctly, i.e. without the extra space