11.0 U4 fails to check for updates

Status
Not open for further replies.

lmannyr

Contributor
Joined
Oct 11, 2015
Messages
198
As the title says, 11.0 U4 fails to check for updates.

Code:
Update server could not be reached

<urlopen error [Errno 65] No route to host>


Traceback
Traceback (most recent call last):
File "/usr/local/lib/python3.6/urllib/request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
self.send(msg)
File "/usr/local/lib/python3.6/http/client.py", line 964, in send
self.connect()
File "/usr/local/lib/python3.6/http/client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/local/lib/python3.6/socket.py", line 722, in create_connection
raise err
File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
sock.connect(sa)
OSError: [Errno 65] No route to host

During handling of the above exception, another exception occurred:

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 625, 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 526, in open
response = self._open(req, data)
File "/usr/local/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
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 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/local/lib/python3.6/urllib/request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 65] No route to host>

 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Can you provide more information about your FreeNAS set-up, such as hardware, etc. Makes things a little easier to diagnose :)

I'm such a dunce. It's in your signature.

Can you confirm your DNS and default gateway settings?
 

lmannyr

Contributor
Joined
Oct 11, 2015
Messages
198
Can you provide more information about your FreeNAS set-up, such as hardware, etc. Makes things a little easier to diagnose :)

I'm such a dunce. It's in your signature.

Can you confirm your DNS and default gateway settings?


DNS is set to 8.8.8.8 and 8.8.8.4 in Freenas

Gateway is set to 192.168.1.254
 

lmannyr

Contributor
Joined
Oct 11, 2015
Messages
198
Fixed....Gateway should have been 192.168.1.1 No more error....
have another problem though on this new update (upgraded from 9.10). The plugins window is blank....Says "No entry has been found" May create another thread for this....
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Good to know it's fixed.
he plugins window is blank....Says "No entry has been found" May create another thread for this....
That is a known bug which will be addressed in the next update (as far as I know).
 

lmannyr

Contributor
Joined
Oct 11, 2015
Messages
198
Fixed.....It needed a reboot for the Plugins to recognize the updated gateway I guess. It populates now. Does the crash plan plugin actually work now in FN 11?
 
Status
Not open for further replies.
Top