Sparktrician
Dabbler
- Joined
 - Oct 8, 2012
 
- Messages
 - 11
 
When I try to check for updates under System / Update, I get a continuously blue circle (activity indicator?) and under the "INSTALL MANUAL UPDATE FILE" button I get a message that reads: 
Network / Network Summery
re0
192.168.1.3/24
Default Routes
router 192.168.1.1
Nameservers
dns 1.1.1.1
dns 1.0.0.1
I downloaded FreeNAS-11.2-U7-manual-update.tar to my Linux-Mint machine. I used the, "INSTALL MANUAL UPDATES FILE" button. During the update attempt I get a small window that reads, "Manual Update. Starting Job...". That window changes to show a percentage of progress. A few seconds later the operation ends with a window that reads:
Clicking the '+' in the window displays this message:
Any help would be appreciated
Thanks
Steve
	
		
			
		
		
	
			
			Code:
"b'': Automatic update check failed. Please check system network settings."
Network / Network Summery
re0
192.168.1.3/24
Default Routes
router 192.168.1.1
Nameservers
dns 1.1.1.1
dns 1.0.0.1
I downloaded FreeNAS-11.2-U7-manual-update.tar to my Linux-Mint machine. I used the, "INSTALL MANUAL UPDATES FILE" button. During the update attempt I get a small window that reads, "Manual Update. Starting Job...". That window changes to show a percentage of progress. A few seconds later the operation ends with a window that reads:
Code:
[EFAULT] b'' FAILED
Clicking the '+' in the window displays this message:
Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/freenasOS/Manifest.py", line 682, in RunValidationProgram
    subprocess.check_output(valid_script, preexec_fn=PreExecHook, stderr=subprocess.STDOUT)
  File "/usr/local/lib/python3.6/subprocess.py", line 356, in check_output
    **kwargs).stdout
  File "/usr/local/lib/python3.6/subprocess.py", line 438, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command './ValidateUpdate' died with <Signals.SIGABRT: 6>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/update.py", line 573, in do_update
    ApplyUpdate(dest_extracted)
  File "/usr/local/lib/freenasOS/Update.py", line 1248, in ApplyUpdate
    new_manifest.RunValidationProgram(directory)
  File "/usr/local/lib/freenasOS/Manifest.py", line 684, in RunValidationProgram
    raise Exceptions.UpdateInvalidUpdateException(err.output.rstrip())
freenasOS.Exceptions.UpdateInvalidUpdateException: b''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/job.py", line 333, in run
    await self.future
  File "/usr/local/lib/python3.6/site-packages/middlewared/job.py", line 364, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 664, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/update.py", line 577, in file
    await self.middleware.run_in_thread(do_update)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1004, in run_in_thread
    return await self.loop.run_in_executor(executor, functools.partial(method, *args, **kwargs))
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/update.py", line 575, in do_update
    raise CallError(str(e))
middlewared.service_exception.CallError: [EFAULT] b''Any help would be appreciated
Thanks
Steve