i have tried all of the above including rebooting and trying again. no go.
Try the new cross-platform PowerShell Install PowerShell on Windows, Linux, and macOS - PowerShell | Microsoft Docs
PS C:\Users\Owner> ssh pi@192.168.1.64
pi@192.168.1.64’s password:
Linux raspberrypi 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Nov 3 11:03:22 2021 from 192.168.1.100
pi@raspberrypi:~ $ cd ~/brewblox
pi@raspberrypi:~/brewblox $ brewblox-ctl env set COMPOSE_HTTP_TIMEOUT 120
pi@raspberrypi:~/brewblox $ brewblox-ctl up
Creating brewblox_history_1 … done
Creating brewblox_eventbus_1 …
Creating brewblox_traefik_1 …
Creating brewblox_ui_1 …
Creating brewblox_victoria_1 … done
Creating brewblox_spark-one_1 …
Creating brewblox_redis_1 …
ERROR: for brewblox_spark-one_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for brewblox_ui_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for brewblox_redis_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for brewblox_traefik_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for brewblox_eventbus_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for spark-one UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for ui UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for redis UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for traefik UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: for eventbus UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=120)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 120).
Command 'docker-compose up -d ’ returned non-zero exit status 1.
pi@raspberrypi:~/brewblox $ brewblox-ctl env set COMPOSE_HTTP_TIMEOUT 240
pi@raspberrypi:~/brewblox $ brewblox-ctl up
brewblox_spark-one_1 is up-to-date
brewblox_ui_1 is up-to-date
brewblox_eventbus_1 is up-to-date
brewblox_redis_1 is up-to-date
brewblox_history_1 is up-to-date
brewblox_victoria_1 is up-to-date
Starting brewblox_traefik_1 …
Starting brewblox_traefik_1 … error
ERROR: for brewblox_traefik_1 Cannot start service traefik: driver failed programming external connectivity on endpoint brewblox_traefik_1 (ac3119e64d3eee16c996fc63a8f1b6ae79087996b1baf0fa22939b46ca279744): Bind for 0.0.0.0:443 failed: port is already allocated
ERROR: for traefik Cannot start service traefik: driver failed programming external connectivity on endpoint brewblox_traefik_1 (ac3119e64d3eee16c996fc63a8f1b6ae79087996b1baf0fa22939b46ca279744): Bind for 0.0.0.0:443 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
Command 'docker-compose up -d ’ returned non-zero exit status 1.
pi@raspberrypi:~/brewblox $ brewblox-ctl kill --zombies
3a99e9b8d142
de106deb6153
44636dc7daa0
d1d5d3f3dfe6
62278631af31
dd3fb0e6b838
30aab1fb3ed2
INFO Removing 4 zombies…
kill: (1207): No such process
kill: (1228): No such process
kill: (1214): No such process
kill: (1234): No such process
Command ‘sudo kill -9 1207 1228 1214 1234’ returned non-zero exit status 1.
pi@raspberrypi:~/brewblox $ brewblox-ctl up
Traceback (most recent call last):
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 706, in urlopen
chunked=chunked,
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
File “/usr/lib/python3.7/http/client.py”, line 1260, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/lib/python3.7/http/client.py”, line 1306, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/lib/python3.7/http/client.py”, line 1255, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/lib/python3.7/http/client.py”, line 1030, in _send_output
self.send(msg)
File “/usr/lib/python3.7/http/client.py”, line 970, in send
self.connect()
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/transport/unixconn.py”, line 30, in connect
sock.connect(self.unix_socket)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/requests/adapters.py”, line 449, in send
timeout=timeout
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 756, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/util/retry.py”, line 532, in increment
raise six.reraise(type(error), error, _stacktrace)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/packages/six.py”, line 769, in reraise
raise value.with_traceback(tb)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 706, in urlopen
chunked=chunked,
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
File “/usr/lib/python3.7/http/client.py”, line 1260, in request
self._send_request(method, url, body, headers, encode_chunked)
File “/usr/lib/python3.7/http/client.py”, line 1306, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File “/usr/lib/python3.7/http/client.py”, line 1255, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File “/usr/lib/python3.7/http/client.py”, line 1030, in _send_output
self.send(msg)
File “/usr/lib/python3.7/http/client.py”, line 970, in send
self.connect()
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/transport/unixconn.py”, line 30, in connect
sock.connect(self.unix_socket)
urllib3.exceptions.ProtocolError: (‘Connection aborted.’, ConnectionRefusedError(111, ‘Connection refused’))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/api/client.py”, line 214, in _retrieve_server_version
return self.version(api_version=False)[“ApiVersion”]
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/api/daemon.py”, line 181, in version
return self._result(self._get(url), json=True)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/utils/decorators.py”, line 46, in inner
return f(self, *args, **kwargs)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/api/client.py”, line 237, in _get
return self.get(url, **self._set_request_timeout(kwargs))
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/requests/sessions.py”, line 555, in get
return self.request(‘GET’, url, **kwargs)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/requests/sessions.py”, line 542, in request
resp = self.send(prep, **send_kwargs)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/requests/sessions.py”, line 655, in send
r = adapter.send(request, **kwargs)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/requests/adapters.py”, line 498, in send
raise ConnectionError(err, request=request)
Traceback (most recent call last):
File “/home/pi/brewblox/.venv/bin/docker-compose”, line 10, in
sys.exit(main())
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/compose/cli/main.py”, line 81, in main
command_func()
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/compose/cli/main.py”, line 200, in perform_command
project = project_from_options(’.’, options)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/compose/cli/command.py”, line 70, in project_from_options
enabled_profiles=get_profiles_from_options(options, environment)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/compose/cli/command.py”, line 153, in get_project
verbose=verbose, version=api_version, context=context, environment=environment
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/compose/cli/docker_client.py”, line 43, in get_client
environment=environment, tls_version=get_tls_version(environment)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/compose/cli/docker_client.py”, line 170, in docker_client
client = APIClient(use_ssh_client=not use_paramiko_ssh, **kwargs)
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/api/client.py”, line 197, in init
self._version = self._retrieve_server_version()
File “/home/pi/brewblox/.venv/lib/python3.7/site-packages/docker/api/client.py”, line 222, in _retrieve_server_version
f’Error while fetching server API version: {e}’
docker.errors.DockerException: Error while fetching server API version: (‘Connection aborted.’, ConnectionRefusedError(111, ‘Connection refused’))
Command 'docker-compose up -d ’ returned non-zero exit status 1.
pi@raspberrypi:~/brewblox $ sudo reboot
Connection to 192.168.1.64 closed by remote host.
Connection to 192.168.1.64 closed.
PS C:\Users\Owner> ssh pi@192.168.1.64
ssh: connect to host 192.168.1.64 port 22: Connection timed out
PS C:\Users\Owner> ssh pi@192.168.1.64
pi@192.168.1.64’s password:
Linux raspberrypi 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Nov 3 12:09:16 2021
pi@raspberrypi:~ $ cd ~/brewblox
pi@raspberrypi:~/brewblox $ brewblox-ctl up
Creating brewblox_ui_1 …
Creating brewblox_redis_1 …
Creating brewblox_history_1 …
Creating brewblox_eventbus_1 …
Creating brewblox_victoria_1 …
Creating brewblox_spark-one_1 …
Creating brewblox_traefik_1 …
ERROR: for brewblox_eventbus_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for brewblox_spark-one_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for brewblox_redis_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for brewblox_victoria_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for brewblox_history_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for brewblox_traefik_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for brewblox_ui_1 UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for eventbus UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for spark-one UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for redis UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for victoria UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for history UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for traefik UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: for ui UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=240)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 240).
Command 'docker-compose up -d ’ returned non-zero exit status 1.
pi@raspberrypi:~/brewblox $