ibarton
Cadet
- Joined
 - Aug 15, 2018
 
- Messages
 - 7
 
I am having trouble upgrading with the following error;
FreeNAS-11.2-STABLE - Release Train for FreeNAS 11.2 [release]
Manifest could not be found!: Automatic update check failed. Please check
system network settings. I can connect to other networks OK from the terminal and DNS seems OK using Google servers.
After searching the forums, I tried checking the update from a terminal:
	
		
			
		
		
	
			
			FreeNAS-11.2-STABLE - Release Train for FreeNAS 11.2 [release]
Manifest could not be found!: Automatic update check failed. Please check
system network settings. I can connect to other networks OK from the terminal and DNS seems OK using Google servers.
After searching the forums, I tried checking the update from a terminal:
Code:
root@freenas:~ # freenas-update -v check
[freenasOS.Configuration:601] TryGetNetworkFile(['http://update-master.ixsystems.com/FreeNAS/FreeNAS-11.2-STABLE/LATEST'])
[urllib3.connectionpool:208] Starting new HTTP connection (1): update-master.ixsystems.com
[urllib3.connectionpool:396] http://update-master.ixsystems.com:80 "GET /FreeNAS/FreeNAS-11.2-STABLE/LATEST HTTP/1.1" 200 930
[freenasOS.Configuration:731] TryGetNetworkFile(['http://update-master.ixsystems.com/FreeNAS/FreeNAS-11.2-STABLE/LATEST']):  Read 930 bytes total
[freenas-update:195] 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Traceback (most recent call last):
  File "/usr/local/bin/freenas-update", line 169, in DoDownload
    rv = Update.DownloadUpdate(train, cache_dir, pkg_type=pkg_type, ignore_space=ignore_space)
  File "/usr/local/lib/freenasOS/Update.py", line 898, in DownloadUpdate
    latest_mani = conf.FindLatestManifest(train, require_signature=True)
  File "/usr/local/lib/freenasOS/Configuration.py", line 1096, in FindLatestManifest
    rv.LoadFile(mani_file)
  File "/usr/local/lib/freenasOS/Manifest.py", line 230, in LoadFile
    self._dict = json.loads(file.read().decode('utf8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Received exception during download phase, cannot update