FreeNAS 11.1-U3 Update: "MiddlewareError" - no install

Status
Not open for further replies.

mazab

Cadet
Joined
Feb 17, 2018
Messages
7
On a Proliant Microserver Gen8 with 16 GB RAM, this message showing up when trying to install the new update via the FreeNAS-UI:
Code:
Environment:

Software Version: FreeNAS-11.1-U2 (c636d1f4b)
Request Method: POST
Request URL: http://192.168.x.yy/system/update/apply/?uuid=xxxxxxxxxxxxxxxxxxxxxxxxx


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
  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
  1327.				 raise MiddlewareError(handler.error)

Exception Type: MiddlewareError at /system/update/apply/
Exception Value: [MiddlewareError: Unable to activate clone environment 11.1-U3]


Any hints welcome!
 
D

dlavigne

Guest
From System -> Boot, how much space is left on the boot drive?

Also, what is the output of beadm list?
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Don't attempt to upgrade to U3.
See other threads for issues with the SMB user passwords database.
 

FuriousPy

Dabbler
Joined
Jan 24, 2018
Messages
10
Yes... as Alecmascot say, dont upgrade to U3, some users has problems with autentication after upgrade to U3
 

mazab

Cadet
Joined
Feb 17, 2018
Messages
7
The freenas-is mirrored and has 27.2 GiB left over as one can see:
Screenshot 2018-03-20 um 20.55.25.png
 

mazab

Cadet
Joined
Feb 17, 2018
Messages
7
Code:
[root@nas1-18 ~]# beadm list																										
BE			  Active Mountpoint  Space Created				 Nickname														  
default		 NR	 /		  843.3M 2018-03-15 22:55		default															
Initial-Install -	  -			7.3M 2018-03-15 23:09		Initial-Install
 

mazab

Cadet
Joined
Feb 17, 2018
Messages
7
Tried it several times and with manual update as well. The message is allways the same.
 

mazab

Cadet
Joined
Feb 17, 2018
Messages
7
The problem is gone.
I freshly installed 11.1-U2 on a 8GB USB boot drive in another Microserver Gen8 box (with a different cpu - if that matters) and replayed my config.
So far the system was booting and working. Also added some datasets to the data disks and added user rights. Then safed the config of that state, booted from the original 2x32GB mirrored boot device (and original Microserver) and immediately replayed the last config. Don't be surprised about the weird procedure - the goal of this wasn't to solve the problem but to make some temperature tests.

After that it was possible to update from 11.1-U2 to 11.1-U4 without any issue so far.
 
Status
Not open for further replies.
Top