-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Box creation fails at the socat stage. Trying to manually connect to the serial port also fails (I tried non-tcp options as well on a standalone).
❯❯❯ python iosxe_iso2vbox.py ~/Downloads/csr1000v-universalk9.16.08.01a.iso ✘ 1
==> Check whether "socat" is installed
==> Input ISO is /home/achenamp/Downloads/csr1000v-universalk9.16.08.01a.iso
==> Creating VirtualBox VM
==> Starting VM...
==> Successfully started to boot VM disk image
==> Waiting for IOS XE to boot (may take 3 minutes or so)
Traceback (most recent call last):
File "iosxe_iso2vbox.py", line 648, in <module>
main(sys.argv[1:])
File "iosxe_iso2vbox.py", line 586, in main
configure_xe(args.verbose < logging.WARN)
File "iosxe_iso2vbox.py", line 354, in configure_xe
raise pexpect.TIMEOUT('Timeout (%s) exceeded in read().' % str(child.timeout))
pexpect.exceptions.TIMEOUT: Timeout (600) exceeded in read().
remingtonc
Metadata
Metadata
Assignees
Labels
No labels