Jail Problems after Update from 9.10 to 11

Status
Not open for further replies.

mezzobob

Cadet
Joined
Dec 29, 2016
Messages
4
Hi, after the update i tried to install a Plugin and it throws this Error:

Code:
Request Method:	  POST	
	
	 Request URL:	  https://192.168.2.100/plugins/plugin/install/5b43b87998f1c2bfe3d0280b8c2ef9050f95073eecd5a2620d0a06e0956bdc82/	
	
	 Software Version:	  FreeNAS-11.0-U4 (54848d13b)	
	
	 Exception Type:	  MiddlewareError	
	
	 Exception Value:	
[MiddlewareError: b"Failed to install plugin: [warden_exception: cannot open 'tank/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:	  So, 26 Nov 2017 13:09:46 +0100 


Code:
Environment:

Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: https://192.168.2.100/plugins/plugin/install/5b43b87998f1c2bfe3d0280b8c2ef9050f95073eecd5a2620d0a06e0956bdc82/


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


What can i do to Fix this?
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Since you got a traceback I'd file a bug report. You might want to include which plugin you were trying to install.

Do you have any jails/plugins right now that are working? If not then I'd delete the jails dataset and try again, but you cannot delete the jails dataset if you have jails as it would destroy them.
 

mezzobob

Cadet
Joined
Dec 29, 2016
Messages
4
I tried 3 different plugins (plex syncthing and transmission) they all show this error.
Plugins that still work after the update are sabnzbd sonarr and couchpotato (all under 9.10 created).
If i create a default new jail it works.
My under 9.10 created jails still work.

How can i fix this?
 
Status
Not open for further replies.
Top