Re: [Qemu-devel] Why got no response of vnc?

2017-08-26 Thread Philipp Hahn
Hello, Am 25.08.2017 um 08:31 schrieb Sam: > I'm starting vm using: > > kvm]$ sudo /usr/local/bin/qemu-system-x86_64 -m 256 -hda test.qcow2 -cdrom >> CentOS-7-x86_64-DVD-1503-01.iso -boot d >> VNC server running on '127.0.0.1:5900' ^ This a a *local* host

Re: [Qemu-devel] Why got no response of vnc?

2017-08-25 Thread Sam
No firewall, as another vm could be connect by vnc, this is the start command used by that vm, and the disk(*.img) is copied from other place. $QEMU -smp 4 -m 4096 -enable-kvm $SCRIPT_PATH/$IMG -cdrom $CD -daemonize -vnc 0.0.0.0:2520 \ -chardev

Re: [Qemu-devel] Why got no response of vnc?

2017-08-25 Thread Thomas Huth
On 25.08.2017 08:31, Sam wrote: > Hi all, > > I'm starting vm using: > > kvm]$ sudo /usr/local/bin/qemu-system-x86_64 -m 256 -hda test.qcow2 -cdrom >> CentOS-7-x86_64-DVD-1503-01.iso -boot d >> VNC server running on '127.0.0.1:5900' > > then I start vnc client in another PC to connect

Re: [Qemu-devel] Why got no response of vnc?

2017-08-25 Thread Sam
I use ssh to the host PC, so I think I could not use two screen. 2017-08-25 15:38 GMT+08:00 Sam : > Actually, I just want to install OS and use it, but I found I can't go > into guest OS (as vnc time out), so what should I do? > > 2017-08-25 14:45 GMT+08:00 Sam

Re: [Qemu-devel] Why got no response of vnc?

2017-08-25 Thread Sam
Actually, I just want to install OS and use it, but I found I can't go into guest OS (as vnc time out), so what should I do? 2017-08-25 14:45 GMT+08:00 Sam : > I follow this: > https://en.wikibooks.org/wiki/QEMU/QEMU_Hello_World:_ >

Re: [Qemu-devel] Why got no response of vnc?

2017-08-25 Thread Sam
I follow this: https://en.wikibooks.org/wiki/QEMU/QEMU_Hello_World:_Installing_QEMU_and_getting_it_up_and_running 2017-08-25 14:31 GMT+08:00 Sam : > Hi all, > > I'm starting vm using: > > kvm]$ sudo /usr/local/bin/qemu-system-x86_64 -m 256 -hda test.qcow2 >> -cdrom

[Qemu-devel] Why got no response of vnc?

2017-08-25 Thread Sam
Hi all, I'm starting vm using: kvm]$ sudo /usr/local/bin/qemu-system-x86_64 -m 256 -hda test.qcow2 -cdrom > CentOS-7-x86_64-DVD-1503-01.iso -boot d > VNC server running on '127.0.0.1:5900' then I start vnc client in another PC to connect 10.253.23.24:11800 and 10.253.23.24:5900, I got time