Problem

When starting a virtual machine, the OPA0 system console hang when both OPA0 and TTA0 are set to load 'putty' in the configuration file

Affected products and versions: CHARON-AXP and CHARON-VAX on Windows, all versions

Solution

When TTA0 is loaded, the following line must be uncommented in the configuration file:

#set COM2 line = TTA0


Example:

load virtual_serial_line OPA0 port=10003 application="putty -load OPA0"

set OPA0 stop_on="F6"

load virtual_serial_line TTA0 port=10000 application="putty -load TTA0"

set COM2 line = TTA0

Related articles