[9.3 Nigthlies]Cant resolve update.freenas.org

Status
Not open for further replies.

Grimnar

Dabbler
Joined
Sep 16, 2013
Messages
11
Hi

I'm having issues when I try to update freenas 9.3 Nigthlies. Cannot resolve update.freenas.org from the GUI.
When I ssh into the terminal there is no problems pinging the above host. So where can I begin to look? There has been no significant changes in any networking setup.

This is what pops up in the update window:
Code:
Environment:

Software Version: FreeNAS-9.3-Nightlies-201601080300
Request Method: GET
Request URL: http://192.168.1.8/system/update/check/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  105.                     response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
  156.         return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
  22.                 return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/system/views.py" in update_check
  1408.                 train=updateobj.get_train(),
File "/usr/local/www/freenasUI/../freenasUI/system/models.py" in get_train
  552.         trains = conf.AvailableTrains() or []
File "/usr/local/lib/freenasOS/Configuration.py" in AvailableTrains
  850.         fileref = self.TryGetNetworkFile(file = TRAIN_FILE, reason = "FetchTrains")
File "/usr/local/lib/freenasOS/Configuration.py" in TryGetNetworkFile
  630.             raise url_exc

Exception Type: HTTPError at /system/update/check/
Exception Value: HTTP Error 404: Not Found



Disclaimer: This is posted here as well.
 
D

dlavigne

Guest
You shouldn't be getting a traceback. Please create a bug report at bugs.freenas.org that contains the full text of the traceback and post the issue number here.

(muses on why someone is running a nightly and using reddit for support...)
 

wraith

Contributor
Joined
Dec 21, 2015
Messages
102
I've commenced having the same issue. Anyway I can participate in resolving the issue? I'm running on the "STABLE" train.

Code:
Request Method:     GET
Request URL:     http://192.168.0.251/system/update/check/
Software Version:     FreeNAS-9.3-STABLE-201601181840
Exception Type:     URLError
Exception Value:   

<urlopen error [Errno 8] hostname nor servname provided, or not known>

Exception Location:     /usr/local/lib/freenasOS/Configuration.py in TryGetNetworkFile, line 630
Server time:     Tue, 16 Feb 2016 18:43:17 +0800

Environment:

Software Version: FreeNAS-9.3-STABLE-201601181840
Request Method: GET
Request URL: http://192.168.0.251/system/update/check/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  105.                     response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
  156.         return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
  22.                 return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/system/views.py" in update_check
  1410.                 train=updateobj.get_train(),
File "/usr/local/www/freenasUI/../freenasUI/system/models.py" in get_train
  552.         trains = conf.AvailableTrains() or []
File "/usr/local/lib/freenasOS/Configuration.py" in AvailableTrains
  850.         fileref = self.TryGetNetworkFile(file = TRAIN_FILE, reason = "FetchTrains")
File "/usr/local/lib/freenasOS/Configuration.py" in TryGetNetworkFile
  630.             raise url_exc

Exception Type: URLError at /system/update/check/
Exception Value: <urlopen error [Errno 8] hostname nor servname provided, or not known>
 

Attachments

  • FreeNAS-9.3-Update Error.JPG
    FreeNAS-9.3-Update Error.JPG
    185.6 KB · Views: 274

wraith

Contributor
Joined
Dec 21, 2015
Messages
102
I've just found bugs.freenas.org [I feel like I need to sit in a corner with a dunce cap on :P]
 
Status
Not open for further replies.
Top