Plugins not installing

Status
Not open for further replies.

andrenel212

Explorer
Joined
Apr 29, 2017
Messages
63
I get the following error when trying to install any plugin:
Code:
Environment:

Software Version: FreeNAS-11.1-RELEASE (dc7d195f4)
Request Method: POST
Request URL: http://192.168.0.2/plugins/plugin/install/f9f9be875651fc5e830012bf3bc7067a9d1f31b3fce706eeb6cfcd7f3742f273/


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
  42.			 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/f9f9be875651fc5e830012bf3bc7067a9d1f31b3fce706eeb6cfcd7f3742f273/
Exception Value: [MiddlewareError: Failed to install plugin: [warden_exception: cannot open 'Drive/jails/.warden-template-pluginjail@clean': dataset does not exist
ERROR: Failed creating clean ZFS base clone
]]
 
Last edited by a moderator:

andrenel212

Explorer
Joined
Apr 29, 2017
Messages
63
Specs:
ASUS H61m-c Mobo
i3 3.5ghz
16gb ddr RAM
1x 250gb HDD which OS is installed on
1x 500gb HDD for jails, music and documnets
1x 2tb HDD for series and movies

Has anyone experienced the same issues?
 

andrenel212

Explorer
Joined
Apr 29, 2017
Messages
63
Please can someone assist I don’t know what’s going or how to fix it


Sent from my iPhone using Tapatalk
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
What did you delete of change? You're not sharing all the info. Your system thinks there is a template but it's not there.
 

andrenel212

Explorer
Joined
Apr 29, 2017
Messages
63
Nothing i haven’t deleted or changed anything


Sent from my iPhone using Tapatalk
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
What version of freenas? Basically you need to remove all plugins and jails. Then delete the jail dataset and start over.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
What version of freenas? Basically you need to remove all plugins and jails. Then delete the jail dataset and start over.
 

andrenel212

Explorer
Joined
Apr 29, 2017
Messages
63
Running 11.1 stable. Ok that’s better then reinstalling freenas like I was going to


Sent from my iPhone using Tapatalk
 
Status
Not open for further replies.
Top