FreeNAS 9.2.1.1 Upgrade Broke FreeNAS Install

Status
Not open for further replies.

vincetronic

Cadet
Joined
Nov 15, 2012
Messages
3
Getting errors after upgrading to 9.2.1.1. Can't downgrade to 9.2.1.


Request Method: GET
Request URL: http://192.168.1.57/admin/system/settings/edit/1/?inline=true&dojo.preventCache=1393252519309
Software Version: FreeNAS-9.2.1.1-RELEASE-x64 (0da7233)
Exception Type: OperationalError
Exception Value:
no such column: system_advanced.adv_serialport
Exception Location: /usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 450
Server time:



Environment:
Software Version: FreeNAS-9.2.1.1-RELEASE-x64 (0da7233)
Request Method: GET
Request URL: http://192.168.1.57/admin/system/settings/edit/1/?inline=true&dojo.preventCache=1393252519309

Traceback:
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/views.py" in server_error
177. tb = Advanced.objects.all().latest('id').adv_traceback
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in latest
410. return self._earliest_or_latest(field_name=field_name, direction="-")
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in _earliest_or_latest
404. return obj.get()
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in get
301. num = len(clone)
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in __len__
77. self._fetch_all()
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in _fetch_all
854. self._result_cache = list(self.iterator())
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in iterator
220. for row in compiler.results_iter():
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in results_iter
710. for rows in self.execute_sql(MULTI):
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
781. cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py" in execute
53. return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/utils.py" in __exit__
99. six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py" in execute
53. return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py" in execute
450. return Database.Cursor.execute(self, query, params)
Exception Type: OperationalError at /admin/system/settings/edit/1/
Exception Value: no such column: system_advanced.adv_serialport
Mon, 24 Feb 2014 09:35:10 -0500
 
D

dlavigne

Guest
Create a bug report at bugs.freenas.org that includes that traceback and post the issue number here?

Why can't you downgrade to 9.2.1 (e.g. rewrite the stick with that version and reimport the config)?
 

vincetronic

Cadet
Joined
Nov 15, 2012
Messages
3
Hi,

FreeNAS was on 9.2.0, tried 9.2.1.1, but failed. Re-imaged to 9.2.1, restored config. Everything is fine now.

I'll submit the above to the bug site.

Just tried to sign into bug site, but won't let me.

Vince
 

Hi-Liter

Explorer
Joined
Oct 6, 2011
Messages
83
You need to create a separate account for filing bugs - you cannot login with your forum account.
 
Status
Not open for further replies.
Top