upgrade from FreeNAS-9.2.1.2 to FreeNAS-9.2.1.5 errors

Status
Not open for further replies.

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
Hello,

I was trying to upgrade from FreeNAS-9.2.1.2-RELEASE-x64 to FreeNAS-9.2.1.5-RELEASE-x64 and im getting an error. I tried to do the same for FreeNAS-9.2.1.4-RELEASE-x64 and it gives out the same thing. Does anyone know what could be wrong? Thanks

Code:
Environment: Software Version: FreeNAS-9.2.1.2-RELEASE-x64 (ce022f0) Request Method: POST Request URL: http://192.168.1.200/system/firmwizard/?X-Progress-ID=071fe1e0-7efa-43a5-84b6-8e17d65da5cc Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 107. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view 158. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 22. return view_func(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in view 69. return self.dispatch(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in dispatch 236. response = super(WizardView, self).dispatch(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch 87. return handler(request, *args, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in post 291. self.storage.set_step_data(self.steps.current, self.process_step(form)) File "/usr/local/www/freenasUI/../freenasUI/system/forms.py" in process_step 125. wizard=self) Exception Type: TypeError at /system/firmwizard/ Exception Value: done() got an unexpected keyword argument 'form_list'
 

warri

Guru
Joined
Jun 6, 2011
Messages
1,193
This has been covered a lot of times already:

http://forums.freenas.org/index.php...rt-zfs-volume-is-a-bug-version-9-2-1-2.18972/
https://bugs.freenas.org/issues/4420
http://download.freenas.org/9.2.1.2/RELEASE/ReleaseNotes

EDIT: Sorry, wrong links. See here:
http://forums.freenas.org/index.php?threads/freenas-9-2-1-2-release-is-now-available.18911/

SPECIAL NOTE: We had to re-roll the 9.2.1.2-RELEASE done on 2014-02-28;
If you see a release directory without a CHECKSUMS file, you have the old one. Please use the release from 2014-03-01. There was a last-minute change which broke automatic pool imports and the GUI updater - whoops! If you already installed the previous 9.2.1.2 with the broken GUI updater, please do the following from the GUI shell:
  1. cd /tmp
  2. fetch 'http://download.freenas.org/errata/fix.sh'
  3. chmod 755 fix.sh
  4. sh ./fix.sh
This will bring you up to date (and apply the fix this new release would have also brought you). We sincerely apologize for the inconvenience.
 

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
thanks. did not find that. but i think this fix it. thanks again
 

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
OK, so I was finally able to upgrade to the latest version. But now I am seeing this code coming up.

Code:
Apr 24 15:25:01 freenas alert.py: [py.warnings:3068] /usr/local/www/freenasUI/middleware/notifier.py:3068: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.  if not provider:


is this normal? so Maybe this means another version is coming out?
 

warri

Guru
Joined
Jun 6, 2011
Messages
1,193
Yeah, the re-roll of 9.2.1.2 was quite a mess, most people don't know about it and then run into this error.

Regarding your last post: It's just a python warning about some method usage. I get it as well and it doesn't do anything bad.
 
Status
Not open for further replies.
Top