Can't create VM with virt-install on Debian wheezy
Posted
by
chrismacp
on Server Fault
See other posts from Server Fault
or by chrismacp
Published on 2012-08-11T19:55:20Z
Indexed on
2012/11/29
5:07 UTC
Read the original article
Hit count: 678
Cant find any answers anywhere so here goes.
I am trying to CREATE a new virtual machine using the virt-install command from a console on a Debian wheezy install.
I keep getting the following output:
Starting install...
ERROR internal error process exited while connecting to monitor: char device redirected to /dev/pts/1
inet_listen_opts: bind(ipv4,127.0.0.1,5951): Cannot assign requested address
inet_listen_opts: FAILED
I assumed that the port (5951 in this case) was being used judging by the error message and other sites I visited for an answer, but the same error occurs whatever number I use for the port. I cant see that port being listened upon in netstat either.
Anyone have any ideas what may be wrong?
© Server Fault or respective owner