Hello all :
I'm new here and my freenas os version
OS Version:
FreeNAS-11.2-U2.1
(Build Date: Feb 27, 2019 20:59) upgrade from 11.2-U1 ,the U1 was fresh installed in usb stick.
Yesterday, after I edit the Mount points of the transmission jail , I found the transmission cannot startup and shows up like this
I search the google and found this
and Bug #52548.
and I follow the post but transmission cannot startup
And I edit the jail config double check the dhcp option , in the Network Properties , choose the vnet default interface to auto , reboot the system , reboot the freenas , the transmission cannot startup.
em...I don't know what to do right now, anyone have idea to help me out ?
I would appreciate it very much. thank you.
I'm new here and my freenas os version
OS Version:
FreeNAS-11.2-U2.1
(Build Date: Feb 27, 2019 20:59) upgrade from 11.2-U1 ,the U1 was fresh installed in usb stick.
Yesterday, after I edit the Mount points of the transmission jail , I found the transmission cannot startup and shows up like this
Code:
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 581, in start
iocage.start()
File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 1663, 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 491, in __start_jail__
_callback=self.callback)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 90, 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:
Stopped transmission due to VNET 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 165, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1141, 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 1078, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1105, in _call_worker
job,
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1036, 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 1021, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError:
Stopped transmission due to VNET failureI search the google and found this
Code:
https://www.ixsystems.com/community/threads/vnet-failure-while-installing-a-plugin.70708/
and I follow the post but transmission cannot startup
And I edit the jail config double check the dhcp option , in the Network Properties , choose the vnet default interface to auto , reboot the system , reboot the freenas , the transmission cannot startup.
em...I don't know what to do right now, anyone have idea to help me out ?
I would appreciate it very much. thank you.