GUI update from FreeNAS-9.10-STABLE to FreeNAS-11-STABLE fails

Status
Not open for further replies.

billsey

Dabbler
Joined
Jun 3, 2015
Messages
36
Aug 30 10:19:11 nas01 manage.py: [middleware.exceptions:37] [MiddlewareError: 'Insufficent space to install update']
Aug 30 10:19:11 nas01 manage.py: [rollbar:1265] Got unexpected status code from Rollbar api: 403
Response:
{
"err": 1,
"message": "project is not enabled"
}
Aug 30 10:19:11 nas01 manage.py: [rollbar:1097] Exception while posting item ApiError(u'project is not enabled',)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1095, in _send_payload
_post_api('item/', payload, access_token=access_token)
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1138, in _post_api
return _parse_response(path, SETTINGS['access_token'], payload, resp)
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1274, in _parse_response
raise ApiError(json_data.get('message') or 'Unknown error')
ApiError: project is not enabled

[root@nas01] ~# df
Filesystem 1K-blocks Used Avail Capacity Mounted on
freenas-boot/ROOT/9.10.2-U6 2375099 657904 1717195 28% /
devfs 1 1 0 100% /dev
tmpfs 32768 9096 23672 28% /etc
tmpfs 4096 8 4088 0% /mnt
tmpfs 6978772 64784 6913988 1% /var
freenas-boot/grub 1723689 6494 1717195 0% /boot/grub
fdescfs 1 1 0 100% /dev/fd
User_Data 7535821988 2591094876 4944727112 34% /mnt/User_Data
User_Data/.system 4945191740 464628 4944727112 0% /var/db/system
User_Data/.system/cores 4944788736 61624 4944727112 0% /var/db/system/cores
User_Data/.system/samba4 4944750384 23272 4944727112 0% /var/db/system/samba4
User_Data/.system/syslog-86d99cfd26b4471f8f9359adef356993 4949377032 4649920 4944727112 0% /var/db/system/syslog-86d99cfd26b4471f8f9359adef356993
User_Data/.system/rrd-86d99cfd26b4471f8f9359adef356993 4944727240 128 4944727112 0% /var/db/system/rrd-86d99cfd26b4471f8f9359adef356993
User_Data/.system/configs-86d99cfd26b4471f8f9359adef356993 4945007000 279888 4944727112 0% /var/db/system/configs-86d99cfd26b4471f8f9359adef356993

I don't see where I might be out of space and I don't understand what the "project not enabled" means. Has anyone got ideas?
 

billsey

Dabbler
Joined
Jun 3, 2015
Messages
36
Thanks, that did it. I had two older versions plus the running one, and for some reason the older ones were set to keep. I took them out of keep mode and deleted them and that allowed the update to happen.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Sounds like you should consider a larger boot device, since that's close to nothing.

@dlavigne - do you remember any bugs being filed for a more user-friendly "boot device is full" message on updates?
 
Status
Not open for further replies.
Top