11.0-U4 to 11.1: Unable to activate clone environment 11.1-RELEASE

Status
Not open for further replies.

xiazuojie

Cadet
Joined
Dec 14, 2017
Messages
4
Edit: After switch to the beta new UI and try updating again, it finally works.

My device is HP MicroServer Gen10. My setup is nothing fancy. Just a simple SMB share with one jail running aria2.
When I try to upgrade 11.0-U4 to 11.1 from the GUI. I got this error at the 5th step (I think it's called 'installing freeNAS GUI').
I checked the file /data/update.failed, but apparently it doesn't exist.

Request Method: POST
Request URL: http://10.1.1.12/system/update/apply/?uuid=1a69123252be4295a3f6d85bb670b695
Software Version: FreeNAS-11.0-U4 (54848d13b)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: b'Unable to activate clone environment 11.1-RELEASE']
Exception Location: ./freenasUI/system/views.py in update_apply, line 1250
Server time: Thu, 14 Dec 2017 20:45:25 +0800
Traceback
Environment:

Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: http://10.1.1.12/system/update/apply/?uuid=1a69123252be4295a3f6d85bb670b695


Traceback:
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/system/views.py" in update_apply
1250. raise MiddlewareError(handler.error)

Exception Type: MiddlewareError at /system/update/apply/
Exception Value: [MiddlewareError: b'Unable to activate clone environment 11.1-RELEASE']
 
Last edited:
D

dlavigne

Guest
How much room is left in the boot device (System -> Boot)?
 
Status
Not open for further replies.
Top