Guest User

Error log when attempting to select pool for jails - FreeNAS

a guest
Apr 14th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. Error: concurrent.futures.process._RemoteTraceback:
  2. """
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn
  5. (self.host, self.port), self.timeout, **extra_kw)
  6. File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection
  7. raise err
  8. File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection
  9. sock.connect(sa)
  10. OSError: [Errno 65] No route to host
  11.  
  12. During handling of the above exception, another exception occurred:
  13.  
  14. Traceback (most recent call last):
  15. File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
  16. chunked=chunked)
  17. File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request
  18. self._validate_conn(conn)
  19. File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
  20. conn.connect()
  21. File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 284, in connect
  22. conn = self._new_conn()
  23. File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
  24. self, "Failed to establish a new connection: %s" % e)
  25. urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x80e16d6a0>: Failed to establish a new connection: [Errno 65] No route to host
  26.  
  27. During handling of the above exception, another exception occurred:
  28.  
  29. Traceback (most recent call last):
  30. File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
  31. timeout=timeout
  32. File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
  33. _stacktrace=sys.exc_info()[2])
  34. File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
  35. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  36. urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.freebsd.org', port=443): Max retries exceeded with url: /security/unsupported.html (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x80e16d6a0>: Failed to establish a new connection: [Errno 65] No route to host',))
  37.  
  38. During handling of the above exception, another exception occurred:
  39.  
  40. Traceback (most recent call last):
  41. File "/usr/local/lib/python3.6/concurrent/futures/process.py", line 175, in _process_worker
  42. r = call_item.fn(*call_item.args, **call_item.kwargs)
  43. File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 128, in main_worker
  44. res = loop.run_until_complete(coro)
  45. File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
  46. return future.result()
  47. File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 88, in _run
  48. return await self._call(f'{service_name}.{method}', serviceobj, methodobj, params=args, job=job)
  49. File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 81, in _call
  50. return methodobj(*params)
  51. File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 81, in _call
  52. return methodobj(*params)
  53. File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 668, in nf
  54. return f(*args, **kwargs)
  55. File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 550, in list_resource
  56. resource_list = iocage.fetch(list=True, remote=remote, http=True)
  57. File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 961, in fetch
  58. _list=True)
  59. File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_fetch.py", line 228, in fetch_release
  60. eol = self.__fetch_eol_check__()
  61. File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_fetch.py", line 113, in __fetch_eol_check__
  62. req = requests.get(_eol)
  63. File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 72, in get
  64. return request('get', url, params=params, **kwargs)
  65. File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 58, in request
  66. return session.request(method=method, url=url, **kwargs)
  67. File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 508, in request
  68. resp = self.send(prep, **send_kwargs)
  69. File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 618, in send
  70. r = adapter.send(request, **kwargs)
  71. File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 508, in send
  72. raise ConnectionError(e, request=request)
  73. requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.freebsd.org', port=443): Max retries exceeded with url: /security/unsupported.html (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x80e16d6a0>: Failed to establish a new connection: [Errno 65] No route to host',))
  74. """
  75.  
  76. The above exception was the direct cause of the following exception:
  77.  
  78. Traceback (most recent call last):
  79. File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 165, in call_method
  80. result = await self.middleware.call_method(self, message)
  81. File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1141, in call_method
  82. return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
  83. File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1078, in _call
  84. return await self._call_worker(serviceobj, name, *args)
  85. File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1105, in _call_worker
  86. job,
  87. File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1036, in run_in_proc
  88. return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
  89. File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1021, in run_in_executor
  90. return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
  91. requests.exceptions.ConnectionError: None: Max retries exceeded with url: /security/unsupported.html (Caused by None)
Add Comment
Please, Sign In to add comment