Hi,
it was originally reported by user dbounds
Quote:
2) Even with manually created FLASH files in my temp directly built to match my image, I cannot seem to start more than one Olive router at a time. The second appears to start in GNS3, but I never see the qemu process or TCP port open. I doesn't appear to be a syntax problem or anything specific to a given virtual router as it always happens to the second router regardless of the order that I start them in. Is anyone else seeing this?
I got same issue. I got this issue on Windows (tested on XP) GNS3 0.7. Linux works OK.
Quote:
C:\Program Files\GNS3>qemuwrapper.exe
Qemu Emulator Wrapper (version 0.3)
Copyright (c) 2007-2009 Thomas Pani & Jeremy Grossmann
Qemu TCP control server started (port 10525).
Connection from ('127.0.0.1', 3180)
Connection from ('127.0.0.1', 3181)
Shutdown in progress...
Shutdown completed.
Qemu path is now D:\GNS3\Qemu\qemu.exe
Qemu-img path is now D:\GNS3\Qemu\qemu-img.exe
!! JUNOS1.console = 3000
!! JUNOS1.netcard = e1000
!! JUNOS1.image = D:\qemu-image\olive-base.img
!! JUNOS1.kqemu = True
Connection from ('127.0.0.1', 3182)
!! JUNOS2.console = 3001
!! JUNOS2.netcard = e1000
!! JUNOS2.image = D:\qemu-image\olive-base.img
!! JUNOS2.kqemu = True
Shutdown in progress...
Shutdown completed.
Shutdown in progress...
Shutdown completed.
Connection from ('127.0.0.1', 3184)
Connection from ('127.0.0.1', 3185)
Shutdown in progress...
Shutdown completed.
Qemu path is now D:\GNS3\Qemu\qemu.exe
Qemu-img path is now D:\GNS3\Qemu\qemu-img.exe
!! JUNOS1.console = 3000
!! JUNOS1.netcard = e1000
!! JUNOS1.image = D:\qemu-image\olive-base.img
!! JUNOS1.ram = 256
!! JUNOS1.kqemu = True
!! JUNOS2.console = 3001
!! JUNOS2.netcard = e1000
!! JUNOS2.image = D:\qemu-image\olive-base.img
!! JUNOS2.ram = 256
!! JUNOS2.kqemu = True
Formatting 'D:\Test\test_working\JUNOS1\FLASH', fmt=qcow2 size=3221225472 backin
g_file='D:\qemu-image\olive-base.img' encryption=off cluster_size=0
D:\GNS3\Qemu\qemu-img.exe returned with 0
create: invalid option -- c
Formatting 'D:\Test\test_working\JUNOS1\SWAP', fmt=qcow2 size=1073741824 encrypt
ion=off cluster_size=0
D:\GNS3\Qemu\qemu-img.exe returned with 0
command: ['D:\\GNS3\\Qemu\\qemu.exe', '-m', '256', 'D:\\Test\\test_working\\
JUNOS1\\FLASH', '-hdb', 'D:\\Test\\test_working\\JUNOS1\\SWAP', '-kernel-kqemu',
'-net', 'nic,vlan=0,macaddr=00:00:ab:cd:ef:00,model=e1000', '-net', 'nic,vlan=1
,macaddr=00:00:ab:cd:ef:01,model=e1000', '-net', 'nic,vlan=2,macaddr=00:00:ab:cd
:ef:02,model=e1000', '-net', 'nic,vlan=3,macaddr=00:00:ab:cd:ef:03,model=e1000',
'-net', 'nic,vlan=4,macaddr=00:00:ab:cd:ef:04,model=e1000', '-net', 'nic,vlan=5
,macaddr=00:00:ab:cd:ef:05,model=e1000', '-serial', 'telnet:127.0.0.1:3000,serve
r,nowait']
pid: 3116
Setting priority class to BELOW_NORMAL
Formatting 'D:\Test\test_working\JUNOS2\FLASH', fmt=qcow2 size=3221225472 backin
g_file='D:\qemu-image\olive-base.img' encryption=off cluster_size=0
D:\GNS3\Qemu\qemu-img.exe returned with 0
create: invalid option -- c
Formatting 'D:\Test\test_working\JUNOS2\SWAP', fmt=qcow2 size=1073741824 encrypt
ion=off cluster_size=0
D:\GNS3\Qemu\qemu-img.exe returned with 0
command: ['D:\\GNS3\\Qemu\\qemu.exe', '-m', '256', 'D:\\Test\\test_working\\
JUNOS2\\FLASH', '-hdb', 'D:\\Test\\test_working\\JUNOS2\\SWAP', '-kernel-kqemu',
'-net', 'nic,vlan=0,macaddr=00:00:ab:cd:ef:00,model=e1000', '-net', 'nic,vlan=1
,macaddr=00:00:ab:cd:ef:01,model=e1000', '-net', 'nic,vlan=2,macaddr=00:00:ab:cd
:ef:02,model=e1000', '-net', 'nic,vlan=3,macaddr=00:00:ab:cd:ef:03,model=e1000',
'-net', 'nic,vlan=4,macaddr=00:00:ab:cd:ef:04,model=e1000', '-net', 'nic,vlan=5
,macaddr=00:00:ab:cd:ef:05,model=e1000', '-serial', 'telnet:127.0.0.1:3001,serve
r,nowait']
pid: 2212
Setting priority class to BELOW_NORMAL
Thank you very much for your help.