Erro ao tentar iniciar um dispositivo no GNS3?

1

Eu instalei o GNS3, eu uso a seguinte imagem: c2691 IOS.image

Então, quando tento iniciar o dispositivo pela primeira vez, recebo esse erro no console:

=> ---------Traceback lines (saved in exception.log)----------
Traceback (most recent call last):

  File "GNS3\Scene.pyo", line 725, in slotStartNode

  File "GNS3\Node\IOSRouter.pyo", line 607, in startNode

  File "GNS3\Dynagen\dynagen.pyo", line 2542, in check_ghost_file

  File "GNS3\Dynagen\dynagen.pyo", line 2571, in _create_ghost_instance

  File "GNS3\Dynagen\dynamips_lib.pyo", line 3090, in __setghost_file

  File "GNS3\Dynagen\dynamips_lib.pyo", line 4998, in send

DynamipsError: 203-Bad number of parameters (3 with min/max=2/2)

Nas tentativas subsequentes de iniciar o mesmo dispositivo, recebo este erro:

-----------------------------------------------------------
---------Traceback lines (saved in exception.log)----------
Traceback (most recent call last):

  File "GNS3\Scene.pyo", line 725, in slotStartNode

  File "GNS3\Node\IOSRouter.pyo", line 607, in startNode

  File "GNS3\Dynagen\dynagen.pyo", line 2542, in check_ghost_file

  File "GNS3\Dynagen\dynagen.pyo", line 2565, in _create_ghost_instance

  File "GNS3\Dynagen\dynamips_lib.pyo", line 2163, in __init__

  File "GNS3\Dynagen\dynamips_lib.pyo", line 4998, in send

DynamipsError: 206-unable to create VM instance 'ghost-c2691 IOS.image-127.0.0.1.ghost'

-----------------------------------------------------------

Então, alguma idéia de como resolver isso?

EDITAR:

O mesmo acontece no Windows 7 e no Ubuntu 13.04.

    
por galdikas 15.12.2013 / 13:17

1 resposta

1

DynamipsError: 206-unable to create VM instance 'ghost-c2691 IOS.image-127.0.0.1.ghost'

DynamipsError: 203-Bad number of parameters (3 with min/max=2/2)

Isso parece ser abordado no FAQ do GNS3 . Se for o mesmo problema, verifique se o nome de host e o caminho do seu servidor para a imagem estão corretos.

    
por 15.12.2013 / 13:47

Tags