Hi, I am trying to setup Signoz on a clean Ubuntu ...
# support
n
Hi, I am trying to setup Signoz on a clean Ubuntu 22.04 VM, 6gb of ram, 50gb storage, runniing sudo ./install gets the following error:
Copy code
Creating network "clickhouse-setup_default" with the default driver
Creating hotrod                        ... done
Creating clickhouse-setup_clickhouse_1 ... done
Creating load-hotrod                   ... done

ERROR: for otel-collector-metrics  Container "f5fa3ef5a7a3" is unhealthy.

ERROR: for otel-collector  Container "f5fa3ef5a7a3" is unhealthy.

ERROR: for query-service  Container "f5fa3ef5a7a3" is unhealthy.
ERROR: Encountered errors while bringing up the project.
Waiting for all containers to start. This check will timeout in 1 seconds ....

+++++++++++ ERROR ++++++++++++++++++++++
šŸ”“ The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out:

sudo docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a
Please read our troubleshooting guide <https://signoz.io/docs/deployment/docker/#troubleshooting-of-common-issues>
or reach us on SigNoz for support <https://signoz.io/slack>
++++++++++++++++++++++++++++++++++++++++
šŸ”“ The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out:

sudo docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml ps -a
or reach us for support in #help channel in our Slack Community <https://signoz.io/slack>
++++++++++++++++++++++++++++++++++++++++
I figure this must be something really basic, I tried a debian VM to see if it made a difference but getting the same result. Any help much appreciated.
a
Similar configuration but worked for me out of the box