Hello I am trying to install solaris (SPARC) on my x86_64 host machine using Qemu. The command I use is
$ /usr/local/bin/qemu-system-sparc -bios /usr/local/share/qemu/ss20_v2.25_rom -M SS-20 -nographic -boot d -hda ~/.aqemu/20G.disk -m 512 -cdrom ~/Downloads/sol-11_1-text-sparc.iso -serial telnet:127.0.0.1:3000,server -smp 2,cores=4 -cpu "TI SuperSparc 60" QEMU 1.6.90 monitor - type 'help' for more information (qemu) QEMU waiting for connection on: telnet:127.0.0.1:3000,server While it is waiting for a connection, on another terminal, I run $ telnet 127.0.0.1:3000 telnet: 127.0.0.1:3000: Name or service not known 127.0.0.1:3000: Unknown host $ And in the first terminal, I see that it is still waiting for connection! What is the problem? Regards, Mahmood