Can't update to 22.02.01

francisaugusto

Contributor
Joined
Nov 16, 2018
Messages
153
Hi,
I am trying for days to update to 22.02.1, but I keep getting this error:

Invalid update image file. Please, re-download update. Error:

I also tried to download the manual update file, and I get the same issue.

Any tip on how to solve this?
Best,
Francis
 

francisaugusto

Contributor
Joined
Nov 16, 2018
Messages
153
The full error is this (when applying a manual update:)

Code:
Error: Traceback (most recent call last):  File "/usr/lib/python3/dist-packages/middlewared/plugins/update_/utils_linux.py", line 18, in mount_update    subprocess.run(["mount", "-t", "squashfs", "-o", "loop", path, mounted], **run_kw)  File "/usr/lib/python3.9/subprocess.py", line 528, in run    raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['mount', '-t', 'squashfs', '-o', 'loop', '/var/tmp/firmware/manualupdate.tar', '/tmp/tmp0ri2c69u']' returned non-zero exit status 1. 

During handling of the above exception, another exception occurred: Traceback (most recent call last):  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 423, in run    await self.future  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 459, in __run_body    rv = await self.method(*([self] + args))  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1261, in nf    return await func(*args, **kwargs)  File "/usr/lib/python3/dist-packages/middlewared/plugins/update.py", line 412, in file    await self.middleware.call('update.install_manual_impl', job, destfile, dest_extracted)  
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1318, in call    return await self._call(  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1286, in _call    return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)  
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1186, in run_in_executor    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))  File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run    result = self.fn(*self.args, **self.kwargs)  File "/usr/lib/python3/dist-packages/middlewared/plugins/update_/install_linux.py", line 23, in install_manual_impl    self._install(  File "/usr/lib/python3/dist-packages/middlewared/plugins/update_/install_linux.py", line 34, in _install    with mount_update(path) as mounted:  File "/usr/lib/python3.9/contextlib.py", line 117, in __enter__    return next(self.gen)  

File "/usr/lib/python3/dist-packages/middlewared/plugins/update_/utils_linux.py", line 20, in mount_update    raise CallError(f"Invalid update image file. Please, re-download update. Error: {e.stdout}") middlewared.service_exception.CallError: [EFAULT] Invalid update image file. Please, re-download update. Error:
 
Top