Skip to content

iosxe_iso2vbox.py fails for csr1000v-universalk9.16.08.01a.iso  #38

@termlen0

Description

@termlen0

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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions