Problem VM

Status
Not open for further replies.

JulianvanAalst

Dabbler
Joined
Oct 1, 2018
Messages
10
Hi,

when i would start up a ubuntu vm i get this error.

what to do?



Error: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 155, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1033, 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 973, 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 1138, in start
await self._manager.start(vm)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 56, in start
list(done)[0].result()
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py", line 310, in run
raise CallError(f'VM {self.vm["name"]} failed to start: {output}')
middlewared.service_exception.CallError: [EFAULT] VM adblock failed to start: vm_create: Device not configured
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
You would need to provide detailed information about your system.
 

JulianvanAalst

Dabbler
Joined
Oct 1, 2018
Messages
10
i get also this error,: error cant disable some cabapilities on em0

has this something to do with the network card?
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
You would need to provide detailed information about your system.
Please read the forum rules. Until then, we can't help you.
 

JulianvanAalst

Dabbler
Joined
Oct 1, 2018
Messages
10
I'm sorry, had a busy day,

I have a :

hp compaq 6000 pro
Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz (2 cores)
8 gb of RAM
WD hard drive's 320 gb/ 1 TB
Freenas 11.2
 

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
You system is below the needed minimus to run VMs. While technically possible, it will be unusably slow at best, most likely unstable, and will blow up in a giant fireball at worst.
I will not be able to help you.
 

JulianvanAalst

Dabbler
Joined
Oct 1, 2018
Messages
10
I get only the error : error can't disable some cabapilities on em0

this has nothing to do with the system secs right
 

KrisBee

Wizard
Joined
Mar 20, 2017
Messages
1,288
Code:
middlewared.service_exception.CallError: [EFAULT] VM adblock failed to start: vm_create: Device not configured


This last line of the traceback report indicates your system is either not configured to support virtualisation or your hardware doesn't support VM at all. Please check the FreeNAS user guide for the simple test your should conduct to determine if your system supports VMs.
 
Status
Not open for further replies.
Top