Installing Transmission plugin fails

Status
Not open for further replies.

Tatsumaki

Cadet
Joined
Oct 28, 2017
Messages
2
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!

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:

Inxsible

Guru
Joined
Aug 14, 2017
Messages
1,123
Also, please use code tags when pasting snippets. Makes it much more readable.
 

TombR

Dabbler
Joined
Apr 17, 2016
Messages
13
Have You created dataset in ZFS volume?

Code:
[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]"]
?
 

Nico68

Cadet
Joined
Nov 22, 2017
Messages
4
Hello everyone

I have the same problems :(

after updating to FreeNAS 11 I'm unable to install plugins

I already have 2 old jails running (see pic)
upload_2017-11-22_23-49-46.png


but when I try to install a new plugin, the installation crash

Code:
Request Method:	 POST
Request URL:	 http://192.168.1.74/plugins/plugin/install/63c28b2145817d2620a234858287e3c6f6ecb95d146f132523e043b3b4a3a829/
Software Version:	 FreeNAS-11.0-U4 (54848d13b)
Exception Type:	 MiddlewareError
Exception Value:	 

[MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'MyPool/.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:	 Wed, 22 Nov 2017 23:41:37 +0100

Environment:

Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: http://192.168.1.74/plugins/plugin/install/63c28b2145817d2620a234858287e3c6f6ecb95d146f132523e043b3b4a3a829/


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/63c28b2145817d2620a234858287e3c6f6ecb95d146f132523e043b3b4a3a829/
Exception Value: [MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'MyPool/.warden-template-pluginjail@clean': dataset does not exist\nERROR: Failed creating clean ZFS base clone\n]"]




I have no idea how to repair this

thanks for your help
 
Status
Not open for further replies.
Top