>Hi Henrik, > >Thanks for your advice. > >- snip - > >> You should run it as: >> # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc :0 > >Tried it just hangs there. I don't run X on the server. Then it is working, since you are running it with -vnc :0 kvm/qemu will provide all the output to the vnc console. so this is a sign that it is working. By now performing netstat -antp you should see that the qemu process is listening on port 5900 which is the vnc-port.
>> qemu contains a built in vnc-server. Thomas meant that you should >> then >> connect with a vncviewer to this machines ip:0. > >I can connect the server with SSH on desktop. I doubt whether I have >VNC-client running on desktop You will have to install a vnc-client on your desktop (not on the image that you are trying to run, on the desktop that you are writing on right now!). If you install it on the same machine that you run qemu/kvm on then simply put 127.0.0.1 as the remote server. /Henrik Holst -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
