SOLVED FreeNAS 11.2-U5 Unable to Start VMs

0x4161726f6e

Dabbler
Joined
Jul 3, 2016
Messages
19
FreeNAS 11.2-U5
Intel(R) Xeon(R) CPU L5520
SuperMicro X8DTH-iF
32 GiB

Specifically I'm trying to get a docker host to work, but I keep getting the below error when I try to start it.

Code:
[EFAULT] VM Docker failed to start: vm exit[0] reason VMX rip 0x0000000000000000 inst_length 0 status 0 exit_reason 33 qualification 0x0000000000000000 inst_type 0 inst_error 0


Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 167, in call_method
    result = await self.middleware.call_method(self, message)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1098, in call_method
    return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1046, in _call
    return await methodobj(*args)
  File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 664, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 1139, in start
    await self._manager.start(vm)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 62, in start
    list(done)[0].result()
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 317, in run
    raise CallError(f'VM {self.vm["name"]} failed to start: {output}')
middlewared.service_exception.CallError: [EFAULT] VM Docker failed to start: vm exit[0]
    reason        VMX
    rip        0x0000000000000000
    inst_length    0
    status        0
    exit_reason    33
    qualification    0x0000000000000000
    inst_type        0
    inst_error        0
 

0x4161726f6e

Dabbler
Joined
Jul 3, 2016
Messages
19
I just got the CPU today, and Rancher worked first try. I might rebuild it a couple of times as I figure it out, but it is up and running. I was even able to give it 4 vCPUs.
 
Top