$ ./install.sh :wave: Thank you for trying out Si...
# support
d
$ ./install.sh 👋 Thank you for trying out SigNoz! 🟡 Running installer with non-sudo permissions. In case of any failure or prompt, please consider running the script with sudo privileges. 🌏 Detecting your OS ... 🐳 Starting Docker ... System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down Starting docker service System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down 🔴 The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out: docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a Please read our troubleshooting guide https://signoz.io/docs/install/troubleshooting/ or reach us for support in #help channel in our Slack Community https://signoz.io/slack ++++++++++++++++++++++++++++++++++++++++ Anyone knows this error and how could i fix it?
docker run -it --rm signoz/troubleshoot checkEndpoint --endpoint=172.17.0.1:4317 2024-01-30T142446.644Z INFO troubleshoot/main.go:28 STARTING! 2024-01-30T142446.645Z INFO checkEndpoint/checkEndpoint.go:41 checking reachability of SigNoz endpoint Error: not able to send data to SigNoz endpoint ... rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 172.17.0.14317 connect: connection refused" Usage: signoz checkEndpoint [flags] Examples: checkEndpoint -e localhost:4317 Flags: -e, --endpoint string URL to SigNoz with port -h, --help help for checkEndpoint
a
I don't think signoz is installed correctly. Can you run the below command and paste output?
Copy code
docker ps