jails and plugins fail to create

Status
Not open for further replies.

artlessknave

Wizard
Joined
Oct 29, 2016
Messages
1,506
I have seen this since iocage, in betas/ rcs, and now release
my dhcp server is active (pfsense) and working fine as far as I can tell
can ping google from freenas
this is in esxi (testing it out, dont wanna install bugnas on anything i care about until it at least works as vm). band new VM with fresh install.
I don't have much patience to troubleshoot something tha'ts supposed to be making things easier, and I have no idea where to start.
i like not having to do everything at the command line but non working crap drives me up the wall.
I see some bug reports that seem similar but they are closed or have nothing that looks helpful.
been waiting for release thinking surely it would be fixed but nope

oh, ya, and dhcp works for the server. tried setting the IP instead, no difference

[EFAULT] Exception: RuntimeError: + Acquiring DHCP address: FAILED, address received: 0.0.0.0/8 Stopped qbittorrent due to DHCP failure occured, destroyed qbittorrent.

even the error message is spelled wrong (occured) :/

+ Acquiring DHCP address: FAILED, address received: 0.0.0.0/8 Stopped test due to DHCP failure

Error: concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "/usr/local/lib/python3.6/concurrent/futures/process.py", line 175, in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 128, in main_worker
res = loop.run_until_complete(coro)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
return future.result()
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 88, in _run
return await self._call(f'{service_name}.{method}', serviceobj, methodobj, params=args, job=job)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 81, in _call
return methodobj(*params)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 81, in _call
return methodobj(*params)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 668, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 542, in start
iocage.start()
File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 1654, in start
callback=self.callback
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_start.py", line 66, in __init__
self.__start_jail__()
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_start.py", line 449, in __start_jail__
_callback=self.callback)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 81, in logit
_callback(content, exception)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 64, in callback
raise callback_exception(message)
RuntimeError: + Acquiring DHCP address: FAILED, address received: 0.0.0.0/8

Stopped test due to DHCP failure
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 161, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1109, 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 self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1073, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1004, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 989, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: + Acquiring DHCP address: FAILED, address received: 0.0.0.0/8

Stopped test due to DHCP failure
 
Last edited:

artlessknave

Wizard
Joined
Oct 29, 2016
Messages
1,506
hmm. updated my backup system to see if it was the VM...and jails just work. guess it's something with esxi
 
Status
Not open for further replies.
Top