SigNoz Install Script Errors
TLDR Nishant encountered errors with the install.sh script. Prashant suggested using bash install.sh
or ./install.sh
instead of sh
.
1
May 02, 2023 (7 months ago)
Nishant
06:41 AMubuntu@ip-my-ip:/var/www/signoz/deploy$ sh install.sh
-e đ Thank you for trying out SigNoz!
install.sh: 304: !=: not found
-e đ Detecting your OS ...
install.sh: 36: [[: not found
install.sh: 341: [[: not found
install.sh: 421: [[: not found
install.sh: 436: [[: not found
-e đł Starting Docker ...
install.sh: 205: [[: not found
install.sh: 218: [[: not found
-e
đĄ Pulling the latest container images for SigNoz.
Pulling zookeeper-1 ... done
Pulling clickhouse ... done
Pulling query-service ... done
Pulling alertmanager ... done
Pulling frontend ... done
Pulling otel-collector ... done
Pulling otel-collector-metrics ... done
đĄ Starting the SigNoz containers. It may take a few minutes ...
Starting zookeeper-1 ... done
Starting clickhouse ... done
Recreating query-service ... done
Starting clickhouse-setup_otel-collector_1 ... done
Starting clickhouse-setup_otel-collector-metrics_1 ... done
Recreating clickhouse-setup_alertmanager_1 ... done
Recreating frontend ... done
install.sh: 230: [[: not found
install.sh: 496: [[: not found
install.sh: 421: [[: not found
++++++++++++++++++ SUCCESS ++++++++++++++++++++++
đ˘ Your installation is complete!
-e đ˘ Your frontend is running on
âšď¸ By default, retention period is set to 7 days for logs and traces, and 30 days for metrics.
-e To change this, navigate to the General tab on the Settings page of SigNoz UI. For more details, refer to
âšď¸ To bring down SigNoz and clean volumes : sudo docker-compose -f ./docker/clickhouse-setup/docker-compose.yaml down -v
+++++++++++++++++++++++++++++++++++++++++++++++++
đ Need help in Getting Started?
-e Join us on Slack https://signoz.io/slack
-e
đ¨ Please share your email to receive support & updates about SigNoz!
Email:
install.sh: 533: [[: not found
install.sh: 421: [[: not found
-e
đ Thank you!
install.sh: 245: [[: not found
commit head -
commit d5e112a9bc809e0706f1f86032a4590bbbf75ecc (HEAD -> main, origin/main)
Merge: 975d57ca 428b10f7
Author: Ankit Nayan <[email protected]>
Date: Wed Apr 26 16:51:41 2023 +0530
Merge pull request #2634 from SigNoz/release/v0.18.3
Release/v0.18.3
Machine config
⢠AWS t3a.2xlarge ubuntu running signoz community version
This never happened before but my update seems to work fine
Srikanth
06:46 AMPrashant
06:57 AMbash install.sh
or ./install.sh
Prashant
06:58 AMsh
results in the above issuesNishant
07:40 AMNishant
07:41 AMPrashant
08:08 AM1
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Troubleshooting and Adding Log Files to SigNoz POC
Noor has requested help with incorporating log files into their SigNoz POC. In collaboration with vishal-signoz and nitya-signoz, they managed to successfully setup and resolve their issues.
Issues with SigNoz Setup and Data Persistence in AKS
Vaibhavi experienced issues setting up SigNoz in AKS, and faced data persistence issues after installation. Srikanth provided guidance on ClickHouse version compatibility and resource requirements, helping Vaibhavi troubleshoot and resolve the issue.
SigNoz Production Feedback and Improvement Suggestions
Users shared their SigNoz experiences and feedback. Issues mentioned include memory consumption, UI/UX improvements, connection difficulties, and automation limitations.