cannot update from 11.2 RC1 to RC2

Status
Not open for further replies.

mvcad

Contributor
Joined
Feb 25, 2018
Messages
116
Good morning everyone!

whilst trying to update I am getting this error [MiddlewareError: Cannot remove file /usr/local/www/dojo/dojox/lang/functional/sequence.js.uncompressed.js]

Any ideas?

I repurpose an old cad workstation to be used as a backup server to our production freenas server.

Hardware is: old HP Z400 workstation, 24 GB ECC ram, 3 off WD RED 4 TB, 120 GB Kingston SSD for Boot. 430 Watts PSU.

this is the full error message:
Code:
equest Method:	 POST
Request URL:	 http://192.168.0.51/legacy/system/update/apply/?uuid=274bfc260e0647229a841bd4a601e910
Software Version:	 FreeNAS-11.2-RC1 (c831a6a98)
Exception Type:	 MiddlewareError
Exception Value:	

[MiddlewareError: Cannot remove file /usr/local/www/dojo/dojox/lang/functional/sequence.js.uncompressed.js]

Exception Location:	 ./freenasUI/system/views.py in update_apply, line 1385
Server time:	 Tue, 27 Nov 2018 14:09:57 +0800
Traceback

Environment:

Software Version: FreeNAS-11.2-RC1 (c831a6a98)
Request Method: POST
Request URL: http://192.168.0.51/legacy/system/update/apply/?uuid=274bfc260e0647229a841bd4a601e910


Traceback:
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
  163.		 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
  1385.				 raise MiddlewareError(handler.error)

Exception Type: MiddlewareError at /legacy/system/update/apply/
Exception Value: [MiddlewareError: Cannot remove file /usr/local/www/dojo/dojox/lang/functional/sequence.js.uncompressed.js]


Request information
GET
Variable	 Value
uuid	 '274bfc260e0647229a841bd4a601e910'
POST

No POST data
FILES

No FILES data
COOKIES
Variable	 Value
fntreeSaveStateCookie	 'root%2Croot%2F31%2F44%2Croot%2F64%2F65%2Croot%2F8%2F15%2Croot%2F8%2Croot%2F1%2Croot%2F48%2Croot%2F1%2F5'
csrftoken	 '********'
sessionid	 'eie4b0sy352q03a1ezdhcu1h9u6d2kji'
META
Variable	 Value



Thanks in advance.
 
D

dlavigne

Guest
Please create a report at bugs.freenas.org and post the issue number here.
 
Status
Not open for further replies.
Top