|
I downloaded qemu 0.12 source (Apparently, it does not need to be patched).
compiled and running out of /usr/local/bin
evilbit@evilbit01 ~/programs/GNS3-0.7-src $ /usr/local/bin/qemu -version QEMU emulator version 0.12.50, Copyright (c) 2003-2008 Fabrice Bellard
same thing, no console access for the host:
Connection from ('127.0.0.1', 37457) Shutdown in progress... Shutdown completed. Connection from ('127.0.0.1', 47452) Connection from ('127.0.0.1', 47453) Connection from ('127.0.0.1', 47454) Shutdown in progress... Shutdown completed. Qemu path is now /usr/local/bin/qemu Qemu-img path is now /usr/local/bin/qemu-img !! QEMU1.console = 3000 !! QEMU1.netcard = e1000 !! QEMU1.image = /home/evilbit/Downloads/linux-microcore-2.10.img !! QEMU1.ram = 32 !! QEMU1.options = -no-acpi command: ['/usr/local/bin/qemu', '-m', '32', '/home/evilbit/programs/gns3/qemu.tmp/QEMU1/FLASH', '-hdb', '/home/evilbit/programs/gns3/qemu.tmp/QEMU1/SWAP', '-net', 'nic,vlan=0,macaddr=00:aa:00:d7:d9:00,model=e1000', '-net', 'udp,vlan=0,sport=20000,dport=10000,daddr=127.0.0.1', '-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,server,nowait', '-no-acpi'] qemu: -net udp,vlan=0,sport=20000,dport=10000,daddr=127.0.0.1: Parameter 'type' expects a network client type pid: 10930 Renicing to 19 10930: old priority 0, new priority 19
I believe it is crashing on this: qemu: -net udp,vlan=0,sport=20000,dport=10000,daddr=127.0.0.1: Parameter 'type' expects a network client type but have no idea the "type it is referring to.
I am running Linux: evilbit@evilbit01 ~ $ uname -a Linux evilbit01 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux
GNS Version 0.7.1 UPDATE: reverted to 11.0, patched and have it working now. Appears that qemu 0.12.5 via git does not work tho is natively patched for UDP.
Thanks Billy
|