9.3 to 9.10 upgrade failng

Status
Not open for further replies.

Dmorgan

Dabbler
Joined
Apr 26, 2016
Messages
11
Hello

I am trying to manually update from 9.3 to 9.10 using the GUI method. I've downloaded the files to my local machine. I've tried using both ram disk and disk storage locations for the temporary files(s) and it is failing with the following. I've searched through the forum and haven't been able to find anything relative

Environment: Software Version: FreeNAS-9.3-STABLE-201512121950 Request Method: POST Request URL: http://10.0.32.56/system/manualupdate/?X-Progress-ID=9886de92-10fa-4ac0-8bbd-982f7bda98f6 Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 105. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view 156. 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 297. return self.render_done(form, **kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in render_done 350. done_response = self.done(final_form_list, **kwargs) File "/usr/local/www/freenasUI/../freenasUI/system/forms.py" in done 907. cleaned_data['sha256'].encode('ascii', 'ignore'), File "/usr/local/www/freenasUI/../freenasUI/system/utils.py" in manual_update 426. retval = notifier().validate_update(path) File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in validate_update 2701. ['bin/install_worker.sh', 'pre-install'], stderr=subprocess.STDOUT, File "/usr/local/lib/python2.7/subprocess.py" in check_output 566. process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/local/lib/python2.7/subprocess.py" in __init__ 710. errread, errwrite) File "/usr/local/lib/python2.7/subprocess.py" in _execute_child 1327. raise child_exception Exception Type: OSError at /system/manualupdate/ Exception Value: [Errno 2] No such file or directory
 
D

dlavigne

Guest
Please create a bug report at bugs.freenas.org and post the issue number here.
 
Status
Not open for further replies.
Top