Unable to upgade from kinda broken U1 to U2

Status
Not open for further replies.

ClayM

Explorer
Joined
Mar 4, 2013
Messages
67
So, I upgraded to U1 a while ago, and things worked, except the GUI thought I needed to still upgrade to U1, even though I was booting to U1.

I tried going to U2, but I get these error messages in the console when initiating from the GUI

Oct 8 12:34:18 mediasource updated.py: [freenasOS.Update:1533] Cache /var/db/system/update directory missing files for package base-os
Oct 8 12:34:20 mediasource updated.py: [freenasOS.Update:1533] Cache /var/db/system/update directory missing files for package base-os
Oct 8 12:34:20 mediasource updated.py: [freenasOS.Update:1085] Cache directory /var/db/system/update missing files for package base-os
Oct 8 12:34:22 mediasource manage.py: [middleware.exceptions:37] [MiddlewareError: Cache directory /var/db/system/update missing files for package base-os]
Oct 8 12:34:23 mediasource manage.py: [freeadmin.tree.tree:98] Failed to get item order
Traceback (most recent call last):
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/tree/tree.py", line 95, in __lt__
return self.gname.lower() < other.gname.lower()
AttributeError: 'int' object has no attribute 'lower'
Oct 8 12:34:23 mediasource manage.py: [freeadmin.tree.tree:98] Failed to get item order
Traceback (most recent call last):
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/tree/tree.py", line 95, in __lt__
return self.gname.lower() < other.gname.lower()
AttributeError: 'int' object has no attribute 'lower'
Oct 8 12:34:23 mediasource manage.py: [freenasOS.Update:1533] Cache /var/db/system/update directory missing files for package base-os
Oct 8 12:34:23 mediasource manage.py: [freenasOS.Update:1085] Cache directory /var/db/system/update missing files for package base-os


If I try running freenas-update from CLI, I get this

Traceback (most recent call last):
File "/usr/local/bin/freenas-update", line 16, in <module>
from freenasOS import log_to_handler
ImportError: cannot import name log_to_handler


Any idea what's going on here? Any idea how to address this?
 

Sakuru

Guru
Joined
Nov 20, 2015
Messages
527
Status
Not open for further replies.
Top