Hi,
I just installed FreeNAS and then try to install Transmission plugin and the installation fails at the "5/6 creating jail" stage. Below is the error message it gives - if there's someone who can make any sense of this, could he please kindly explain what should I do about it to make it work. Thanks in advance!
I just installed FreeNAS and then try to install Transmission plugin and the installation fails at the "5/6 creating jail" stage. Below is the error message it gives - if there's someone who can make any sense of this, could he please kindly explain what should I do about it to make it work. Thanks in advance!
Code:
Request Method: POST
Request URL: http://192.168.10.6/plugins/plugin/install/cf70cca69137d5882d7d8f95892099573b19a18e89eeaf707a09741c8187fdf6/
Software Version: FreeNAS-11.0-U4 (54848d13b)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'test/jails/.warden-template-pluginjail@clean': dataset does not exist\nERROR: Failed creating clean ZFS base clone\n]"]
Exception Location: ./freenasUI/jails/utils.py in new_default_plugin_jail, line 721
Server time: Sun, 29 Oct 2017 08:53:32 +0900
Traceback
Environment:
Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: http://192.168.10.6/plugins/plugin/install/cf70cca69137d5882d7d8f95892099573b19a18e89eeaf707a09741c8187fdf6/
Traceback:
File "./freenasUI/jails/utils.py" in new_default_plugin_jail
718. w.create(**create_args)
File "./freenasUI/common/warden.py" in create
1097. return self.__call(warden_create(flags, **kwargs))
File "./freenasUI/common/warden.py" in __call
1070. tmp = obj.run()
File "./freenasUI/common/warden.py" in run
465. raise warden_exception(msg)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
39. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "./freenasUI/plugins/views.py" in install_available
306. raise e
File "./freenasUI/plugins/views.py" in install_available
302. jail = new_default_plugin_jail(plugin.unixname)
File "./freenasUI/jails/utils.py" in new_default_plugin_jail
721. raise MiddlewareError(_("Failed to install plugin: %s") % e)
Exception Type: MiddlewareError at /plugins/plugin/install/cf70cca69137d5882d7d8f95892099573b19a18e89eeaf707a09741c8187fdf6/
Exception Value: [MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'test/jails/.warden-template-pluginjail@clean': dataset does not exist\nERROR: Failed creating clean ZFS base clone\n]"]
Request information
GET
No GET data
POST
Variable Value
__form_id 'form_str'
FILES
No FILES data
COOKIES
Variable Value
csrftoken 'Qzo6HIIaORXzyvcEQ92Ry8hlzHgFjsC79j28phkcJPqXLZVqjNfIxlTeEks9v89S'
fntreeSaveStateCookie 'root%2Croot%2F25%2F35'
sessionid 'vzp3r37yv77pth9iyy1wnz3q6ktab2t6'
META
Variable Value
Last edited: