Problem with qemu in eve-ng on esxi
Moderator: mike
-
- Posts: 7
- Joined: Mon Apr 03, 2017 10:11 am
Problem with qemu in eve-ng on esxi
Hi, everybody! Help to solve a problem. I installed eve-ng on esx. But in attempt will start a node with qemu (example Linux), loading starts and at once hangs. Support of virtualization is enabled.
-
- Posts: 534
- Joined: Wed Mar 15, 2017 1:54 pm
Re: Problem with qemu in eve-ng on esxi
I guess VT is NOT enabled...
check with: grep vmx /proc/cpuinfo
if vmx is not shown, VT is not enabled....
E.
-
- Posts: 8
- Joined: Wed Mar 29, 2017 11:22 pm
Re: Problem with qemu in eve-ng on esxi
The right way to check whether virtualization is enabled:
Code: Select all
egrep -o 'vmx|svm' /proc/cpuinfo

-
- Posts: 7
- Joined: Mon Apr 03, 2017 10:11 am
Re: Problem with qemu in eve-ng on esxi
root@eveng-lab-rack:~# egrep -o 'vmx|svm' /proc/cpuinfo
svm
svm
svm
svm
svm
svm
svm
svm
qemu hangs at start!
svm
svm
svm
svm
svm
svm
svm
svm
qemu hangs at start!
Last edited by dendj2402 on Wed Apr 05, 2017 12:51 pm, edited 1 time in total.
-
- Posts: 7
- Joined: Mon Apr 03, 2017 10:11 am
Re: Problem with qemu in eve-ng on esxi
on the same esxi unetlab is installed and there everything works normally
-
- Posts: 7
- Joined: Mon Apr 03, 2017 10:11 am
Re: Problem with qemu in eve-ng on esxi
root@unetlab-lab-rack:~# egrep -o 'vmx|svm' /proc/cpuinfo
svm
svm
svm
svm
svm
svm
svm
svm
qemu works well !
svm
svm
svm
svm
svm
svm
svm
svm
qemu works well !
-
- Posts: 14
- Joined: Tue Mar 28, 2017 5:22 pm
Re: Problem with qemu in eve-ng on esxi
Hi dendj2402,
I see that you ESXi system is with an AMD processor, please can you specify what model is?
I'm getting issues with EVE and my AMD Phaenom II X6 1055t.
I see that you ESXi system is with an AMD processor, please can you specify what model is?
I'm getting issues with EVE and my AMD Phaenom II X6 1055t.
-
- Posts: 7
- Joined: Mon Apr 03, 2017 10:11 am
Re: Problem with qemu in eve-ng on esxi
Hi,
processor - AMD Six-Core Opteron 2431
processor - AMD Six-Core Opteron 2431
-
- Posts: 7
- Joined: Mon Apr 03, 2017 10:11 am
Re: Problem with qemu in eve-ng on esxi
You do not have the required permissions to view the files attached to this post.
-
- Posts: 8
- Joined: Wed Mar 29, 2017 11:22 pm
Re: Problem with qemu in eve-ng on esxi
Could you please show us the output for "cat /sys/module/kvm_amd/parameters/nested" from EVE-NG VM?