To get more Google juice to the problem. If you are trying qemu or libvirt or kvm or virt-manager and when you are starting up your second guest you see a message such like this:
QEMU quit during console startup
bind() failed
Then two of your guests have the same port set for their VNC devices. Change the port in the VNC section to something that is free. A more specific erro would have save a half an hour of Googling.

4 Comments
What is the bug number?
P.S. I don’t understand why require an email address to post a comment!
More specific error ? That is the typical “bind error”
If you google for “bind() failed” that’s the first match, “address already in use”
Google juice good, a patch even better!
Change the port number to -1 then it just auto assigns the port on vm startup
Post a Comment