Maintenance Window 10/28/19

JoshDW19

Community Hall of Fame
Joined
May 16, 2016
Messages
1,077
Please be advised we will be performing routine maintenance on the iX Community 10/28/19. The maintenance will begin at 10PM EST and is expected to finish by 11PM EST. During this time the forums may be unavailable or you may receive an error when trying to post. Thanks!
 

CraigD

Patron
Joined
Mar 8, 2016
Messages
343
Thanks for the warning

1572330614631.png
 

CraigD

Patron
Joined
Mar 8, 2016
Messages
343
It is sorted

I really appreciated the heads up
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Okay, some good news on the Resources side of things. XenForo finally has native support for reassigning discussion threads, so I'll be doing some cleanup there in the coming days.
 
Joined
Mar 6, 2014
Messages
686
Thanks for the warning

View attachment 33618

Is the issue i'm getting while trying to check for updates related to this?

Code:
root@nas[~]# freenas-update -v check
[freenasOS.Configuration:601] TryGetNetworkFile(['https://update-master.ixsystems.com/FreeNAS/FreeNAS-11.2-STABLE/LATEST'])
[urllib3.connectionpool:824] Starting new HTTPS connection (1): update-master.ixsystems.com
[freenasOS.Configuration:681] Unable to load https://update-master.ixsystems.com/FreeNAS/FreeNAS-11.2-STABLE/LATEST: HTTPSConnectionPool(host='update-master.ixsystems.com', port=443): Max retries exceeded with url: /FreeNAS/FreeNAS-11.2-STABLE/LATEST (Caused by SSLError(SSLError("bad handshake: SysCallError(54, 'ECONNRESET')",),))
[freenasOS.Configuration:695] Unable to load ['https://update-master.ixsystems.com/FreeNAS/FreeNAS-11.2-STABLE/LATEST']: HTTPSConnectionPool(host='update-master.ixsystems.com', port=443): Max retries exceeded with url: /FreeNAS/FreeNAS-11.2-STABLE/LATEST (Caused by SSLError(SSLError("bad handshake: SysCallError(54, 'ECONNRESET')",),))
[freenas-update:195] HTTPSConnectionPool(host='update-master.ixsystems.com', port=443): Max retries exceeded with url: /FreeNAS/FreeNAS-11.2-STABLE/LATEST (Caused by SSLError(SSLError("bad handshake: SysCallError(54, 'ECONNRESET')",),))
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 441, in wrap_socket
    cnx.do_handshake()
  File "/usr/local/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1806, in do_handshake
    self._raise_ssl_error(self._ssl, result)
  File "/usr/local/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1538, in _raise_ssl_error
    raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (54, 'ECONNRESET')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
    chunked=chunked)
  File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request
    self._validate_conn(conn)
  File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
    conn.connect()
  File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 326, in connect
    ssl_context=context)
  File "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 329, in ssl_wrap_socket
    return context.wrap_socket(sock, server_hostname=server_hostname)
  File "/usr/local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 448, in wrap_socket
    raise ssl.SSLError('bad handshake: %r' % e)
ssl.SSLError: ("bad handshake: SysCallError(54, 'ECONNRESET')",)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
    timeout=timeout
  File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='update-master.ixsystems.com', port=443): Max retries exceeded with url: /FreeNAS/FreeNAS-11.2-STABLE/LATEST (Caused by SSLError(SSLError("bad handshake: SysCallError(54, 'ECONNRESET')",),))

During handling of the above exception, another exception occurred:

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 1090, in FindLatestManifest
    reason="GetLatestManifest",
  File "/usr/local/lib/freenasOS/Configuration.py", line 696, in TryGetNetworkFile
    raise url_exc
  File "/usr/local/lib/freenasOS/Configuration.py", line 669, in TryGetNetworkFile
    stream=True, headers=header_dict)
  File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 72, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/requests/api.py", line 58, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 508, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.6/site-packages/requests/sessions.py", line 618, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 506, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='update-master.ixsystems.com', port=443): Max retries exceeded with url: /FreeNAS/FreeNAS-11.2-STABLE/LATEST (Caused by SSLError(SSLError("bad handshake: SysCallError(54, 'ECONNRESET')",),))
Received exception during download phase, cannot update
 
Top