Friday, May 3, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 3893  / 2 Years ago, sun, june 12, 2022, 1:45:02

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.


More From » virtualization

 Answers
3

Make sure there are no running instances of dmidecode.



killall -9 dmidecode

[#38141] Sunday, June 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
warrdel

Total Points: 356
Total Questions: 103
Total Answers: 118

Location: Bangladesh
Member since Sat, Jan 23, 2021
3 Years ago
;