Having trouble updating

Status
Not open for further replies.

TeKEffect

Dabbler
Joined
Apr 9, 2015
Messages
17
Hi all It appears my flash drive maybe to small to old the update


Request Method: POST
Request URL: http://192.168.1.11/system/update/apply/?uuid=b4a51d778c0641e28c83cfce60a1e64d
Software Version: FreeNAS-11.0-RELEASE (a2dc21583)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: b"'Insufficent space to install update'"]
Exception Location: ./freenasUI/system/views.py in update_apply, line 1247
Server time: Sat, 8 Jul 2017 09:13:50 -0700
Traceback
Environment:

Software Version: FreeNAS-11.0-RELEASE (a2dc21583)
Request Method: POST
Request URL: http://192.168.1.11/system/update/apply/?uuid=b4a51d778c0641e28c83cfce60a1e64d


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

Exception Type: MiddlewareError at /system/update/apply/
Exception Value: [MiddlewareError: b"'Insufficent space to install update'"]





Request information
GET
Variable Value
uuid 'b4a51d778c0641e28c83cfce60a1e64d'
POST

Its a 16gb thumbdrive shouldn't that be suffient? Are there files I can delete to make room? If not how do I go about transferring everything to a new card.

Thanks in advance
Josh
 

BigDave

FreeNAS Enthusiast
Joined
Oct 6, 2013
Messages
2,479
Your boot device probably has too many previous versions (too full).
  1. Boot a previous working boot environment.
  2. Log in to the GUI
  3. Go to the System > Boot tab (As shown below)
  4. With a mouse click, highlight the environment at the top of the list (arrow 1)
  5. click delete at the bottom of that window (arrow 2)
  6. Keep deleting old environments until capacity reaches <60% (circle 3)
boot-drive-full_LI.jpg
 

Spearfoot

He of the long foot
Moderator
Joined
May 13, 2015
Messages
2,478
Hi all It appears my flash drive maybe to small to old the update


Request Method: POST
Request URL: http://192.168.1.11/system/update/apply/?uuid=b4a51d778c0641e28c83cfce60a1e64d
Software Version: FreeNAS-11.0-RELEASE (a2dc21583)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: b"'Insufficent space to install update'"]
Exception Location: ./freenasUI/system/views.py in update_apply, line 1247
Server time: Sat, 8 Jul 2017 09:13:50 -0700
Traceback
Environment:

Software Version: FreeNAS-11.0-RELEASE (a2dc21583)
Request Method: POST
Request URL: http://192.168.1.11/system/update/apply/?uuid=b4a51d778c0641e28c83cfce60a1e64d


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

Exception Type: MiddlewareError at /system/update/apply/
Exception Value: [MiddlewareError: b"'Insufficent space to install update'"]





Request information
GET
Variable Value
uuid 'b4a51d778c0641e28c83cfce60a1e64d'
POST

Its a 16gb thumbdrive shouldn't that be suffient? Are there files I can delete to make room? If not how do I go about transferring everything to a new card.

Thanks in advance
Josh
16GB should be big enough... Do you have a large number of saved boot environments (in System->Boot)? If so, try deleting the older ones to see if that frees up enough space to proceed.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Delete the older boot environments using the GUI. Try the update again.

The other option would to just do a fresh install and upload your config and encryption keys if you have them.

Sent from my Nexus 5X using Tapatalk
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
File a bug report for that traceback, though.
 
Status
Not open for further replies.
Top