Youre right we are getting there but still some steps to set i think
a litle more backinfo
is just got my raspberry 4 with 4 gig mem installed buster did run the installation script and within 5-10 minutes everything works.
Difference offcourse cpu and mem and bs speed ( usb3 for network) but i loved to get streamsheets working on raspi 3b+ with 1 gig.
the fix with the change of the port worked reverse proxy is starting now. but i do get another error which triggerd if i had running other programs so i disabled pi-hole and the desktop ( sorry for that i did not realize i had it running to free up some memory and processing time
The error i get now is this one
sh start.sh
bcc6a21d77b7332045e70985ee10d582844225db4c42ec156857b56f1556bf2f
Creating streamsheets-reverseproxy … done
Creating broker …
Creating streamsheets-internal-database …
Creating streamsheets-internal-broker …
Creating streamsheets-internal-redis …
ERROR: for streamsheets-internal-redis UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for broker UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for streamsheets-internal-database UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for streamsheets-internal-broker UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for streamsheets-internal-mongodb UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for streamsheets-internal-redis UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for streamsheets-internal-broker UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for broker UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
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: 60).
I restarted docker and did a docker-compse down and stangely port 8084 was there
sudo netstat --tcp --listening --programs --numeric
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 447/lighttpd
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 563/pihole-FTL
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 411/sshd
tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 563/pihole-FTL
tcp6 0 0 :::80 :::* LISTEN 447/lighttpd
tcp6 0 0 :::8084 :::* LISTEN 5292/docker-proxy
tcp6 0 0 :::53 :::* LISTEN 563/pihole-FTL
tcp6 0 0 :::22 :::* LISTEN 411/sshd
tcp6 0 0 ::1:4711 :::* LISTEN 563/pihole-FTL
i killed ipv6 and still the timeout happens .
I do not have any problem anymore with a port that is blocked
I tried to increase the time out with :COMPOSE_HTTP_TIMEOUT=150 docker-compose up
but that did not resolve
I am geting close
COMPOSE_HTTP_TIMEOUT=150 docker-compose up
Creating network “streamsheets” with driver “bridge”
Creating streamsheets-internal-redis … done
Creating broker … done
Creating streamsheets-reverseproxy … done
Creating streamsheets-internal-database … done
Creating streamsheets-internal-broker … done
Creating streamsheets-service-graphs … done
Creating streamsheets-service-auth … done
Creating streamsheets-service-repository … done
Creating streamsheets-service-persistence … done
Creating streamsheets-gateway … done
Creating streamsheets-webui … done
Creating streamsheets-service-machines … done
Creating streamsheets-service-feeders … done
Attaching to broker, streamsheets-reverseproxy, streamsheets-internal-redis, streamsheets-internal-broker, streamsheets-internal-database, streamsheets-service-auth, streamsheets-service-graphs, streamsheets-service-repository, streamsheets-service-persistence, streamsheets-gateway, streamsheets-service-machines, streamsheets-webui, streamsheets-service-feeders
broker | WARNING: no logs are available with the ‘none’ log driver
streamsheets-reverseproxy | WARNING: no logs are available with the ‘none’ log driver
streamsheets-internal-redis | WARNING: no logs are available with the ‘none’ log driver
streamsheets-internal-broker | WARNING: no logs are available with the ‘none’ log driver
streamsheets-internal-database | WARNING: no logs are available with the ‘none’ log driver
streamsheets-service-auth | WARNING: no logs are available with the ‘none’ log driver
streamsheets-service-graphs | WARNING: no logs are available with the ‘none’ log driver
streamsheets-service-repository | WARNING: no logs are available with the ‘none’ log driver
streamsheets-service-persistence | WARNING: no logs are available with the ‘none’ log driver
streamsheets-gateway | WARNING: no logs are available with the ‘none’ log driver
streamsheets-service-machines | WARNING: no logs are available with the ‘none’ log driver
streamsheets-service-feeders | WARNING: no logs are available with the ‘none’ log driver
streamsheets-internal-redis exited with code 139
streamsheets-internal-database exited with code 100
streamsheets-webui | Listening on port 9000 (http://0.0.0.0:9000)
any idea