naturalselector
Cadet
- Joined
- Jan 17, 2024
- Messages
- 2
All,
Apologies for not being the sys admin and you all being stuck with a network admin. :) I am trying to help our sysadmin upgrade all of our storage and memory and part of that process is to upgrade the IX Systems. It doesn't matter if we stage the upgrade to the next version or attempt to hop to a later rollup, the system fails the update all the same. Here are the system specifics:
** When attempting the updates via the "check now" option, I receive the following error:
Update server could not be reached
HTTP Error 308: Permanent Redirect
Traceback
Traceback (most recent call last):
File "./freenasUI/system/views.py", line 1424, in update_check
train=updateobj.get_train(),
File "./freenasUI/system/models.py", line 616, in get_train
trains = conf.AvailableTrains() or []
File "/usr/local/lib/freenasOS/Configuration.py", line 1064, in AvailableTrains
fileref = self.TryGetNetworkFile(file=TRAIN_FILE, reason="FetchTrains")
File "/usr/local/lib/freenasOS/Configuration.py", line 787, in TryGetNetworkFile
raise url_exc
File "/usr/local/lib/freenasOS/Configuration.py", line 761, in TryGetNetworkFile
furl = opener.open(req, timeout=30)
File "/usr/local/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/local/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 308: Permanent Redirect
** When I verify the current installation, I receive the following error:
The following Inconsistencies were found in your Current Install:
List of Checksum Mismatches:
** When trying a "manual update" we receive the following error:
Environment: Software Version: FreeNAS-11.0-U2 (e417d8aa5) Request Method: POST Request URL: http://10.40.142.159/system/manualupdate/?X-Progress-ID=41692cea-3082-4ddc-85ea-4e523540c53b Traceback: File "/usr/local/lib/python3.6/subprocess.py" in check_output 336. **kwargs).stdout File "/usr/local/lib/python3.6/subprocess.py" in run 418. output=stdout, stderr=stderr) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 39. response = get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response 249. response = self._get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 178. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in view 68. return self.dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in dispatch 237. response = super(WizardView, self).dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in dispatch 88. return handler(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in post 300. return self.render_done(form, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in render_done 357. **kwargs) Exception Type: MiddlewareError at /system/manualupdate/ Exception Value: [MiddlewareError: b"Failed to apply update Command '['/usr/local/bin/freenas-update', '-C', '/var/tmp/firmware', 'update']' returned non-zero exit status 1.: b''"]
** I am not sure what is happening or preventing all attempts to upgrade to any version. I was hoping that someone could provide some insight or suggestions on how to resolve. I did search the forums and I do see other users having issues upgrading to from versions 9 etc... I could not however find anything related to this, so any help is greatly appreciated. Apologies for being a dumb network admin.... :) I did reach out to support and they stated that our system is our of support as of 08/22. I am waiting to hear back from them if there are any paid for hours or support to help resolve, so I am also working in that direction.
Apologies for not being the sys admin and you all being stuck with a network admin. :) I am trying to help our sysadmin upgrade all of our storage and memory and part of that process is to upgrade the IX Systems. It doesn't matter if we stage the upgrade to the next version or attempt to hop to a later rollup, the system fails the update all the same. Here are the system specifics:
Build | FreeNAS-11.0-U2 (e417d8aa5) |
---|---|
Platform | Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz |
Memory | 65385MB |
System Time | Wed Jan 17 06:41:44 PST 2024 |
Uptime | 9:41AM up 4 days, 14:37, 0 users |
Load Average | 1.89, 0.96, 0.71 |
** When attempting the updates via the "check now" option, I receive the following error:
Update server could not be reached
HTTP Error 308: Permanent Redirect
Traceback
Traceback (most recent call last):
File "./freenasUI/system/views.py", line 1424, in update_check
train=updateobj.get_train(),
File "./freenasUI/system/models.py", line 616, in get_train
trains = conf.AvailableTrains() or []
File "/usr/local/lib/freenasOS/Configuration.py", line 1064, in AvailableTrains
fileref = self.TryGetNetworkFile(file=TRAIN_FILE, reason="FetchTrains")
File "/usr/local/lib/freenasOS/Configuration.py", line 787, in TryGetNetworkFile
raise url_exc
File "/usr/local/lib/freenasOS/Configuration.py", line 761, in TryGetNetworkFile
furl = opener.open(req, timeout=30)
File "/usr/local/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
File "/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/local/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 308: Permanent Redirect
** When I verify the current installation, I receive the following error:
The following Inconsistencies were found in your Current Install:
List of Checksum Mismatches:
/usr/local/lib/freenasOS/__init__.py |
** When trying a "manual update" we receive the following error:
Environment: Software Version: FreeNAS-11.0-U2 (e417d8aa5) Request Method: POST Request URL: http://10.40.142.159/system/manualupdate/?X-Progress-ID=41692cea-3082-4ddc-85ea-4e523540c53b Traceback: File "/usr/local/lib/python3.6/subprocess.py" in check_output 336. **kwargs).stdout File "/usr/local/lib/python3.6/subprocess.py" in run 418. output=stdout, stderr=stderr) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 39. response = get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response 249. response = self._get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 178. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in view 68. return self.dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in dispatch 237. response = super(WizardView, self).dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in dispatch 88. return handler(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in post 300. return self.render_done(form, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in render_done 357. **kwargs) Exception Type: MiddlewareError at /system/manualupdate/ Exception Value: [MiddlewareError: b"Failed to apply update Command '['/usr/local/bin/freenas-update', '-C', '/var/tmp/firmware', 'update']' returned non-zero exit status 1.: b''"]
** I am not sure what is happening or preventing all attempts to upgrade to any version. I was hoping that someone could provide some insight or suggestions on how to resolve. I did search the forums and I do see other users having issues upgrading to from versions 9 etc... I could not however find anything related to this, so any help is greatly appreciated. Apologies for being a dumb network admin.... :) I did reach out to support and they stated that our system is our of support as of 08/22. I am waiting to hear back from them if there are any paid for hours or support to help resolve, so I am also working in that direction.