Danny Ikard
Cadet
- Joined
 - Aug 25, 2018
 
- Messages
 - 2
 
Got this error upgrading from U5 to U6.  Hardware is a Dell 6305 SFF (with 5 3.5" drives inside. Just try to visualize that...
).  Mirrored 4 GB USB thumb drives for boot and a SSD for L2ARC.  PlexMediaServer and SMB windows share enabled.
Booting into U6 is expectedly a nightmare of errors.
The error received when applying the updates is as follows:
Request Method: POST
Request URL: http://192.168.1.3/system/bootenv/activate/11.1-U6/
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Exception Type: CallTimeout
Exception Value:
Call timeout
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 429
Server time: Sat, 25 Aug 2018 17:04:47 -0700
Traceback
It seems Django became unchained. Any ideas?
	
		
			
		
		
	
			
			Booting into U6 is expectedly a nightmare of errors.
The error received when applying the updates is as follows:
Request Method: POST
Request URL: http://192.168.1.3/system/bootenv/activate/11.1-U6/
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Exception Type: CallTimeout
Exception Value:
Call timeout
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 429
Server time: Sat, 25 Aug 2018 17:04:47 -0700
Traceback
Code:
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/system/views.py" in bootenv_activate
  281.			 active = c.call('bootenv.activate', name)
File "./freenasUI/system/views.py" in bootenv_activate
  281.			 active = c.call('bootenv.activate', name)
File "/usr/local/lib/python3.6/site-packages/middlewared/client/client.py" in call
  429.			 raise CallTimeout("Call timeout")
Exception Type: CallTimeout at /system/bootenv/activate/11.1-U6/
Exception Value: Call timeout
It seems Django became unchained. Any ideas?