Why is "sudo virsh" hanging in the console?
- by technophobia
I wanted to experiment with OpenStack on my iMac:
So I installed Ubuntu Cloud Live Image on a VM and I also ran DevStack on a fresh Ubuntu 64-bit Server VM.
The DevStack script hangs on the following line:
instances=`sudo virsh list --all | grep $INSTANCE_NAME_PREFIX | sed "s/.*\($INSTANCE_NAME_PREFIX[0-9a-fA-F]*\).*/\1/g"`
I commented that block and ran the script again, this time it did not hang; thus completing its run.
I attempted to run sudo virsh list --all on my CloudLive VM and it just hands until I break out of it.
Why is sudo virsh hanging?
Your help is appreciated.
Note 1: The virsh command responds without sudo.
Note 2: Not sure it matters, but I'm running my Virtual Machines in VMWare Fusion.