Hi
#C01HWQ1R0BC, I'm trying to install Signoz via docker. I'm behind a corporate proxy. I have configured docker to use the proxy.
I tried both the ./install.sh and the docker compose method.
In both cases, clickhouse is unhealthy and exits. very much like this issue
https://github.com/SigNoz/signoz/issues/4891#issuecomment-2078641368
In the logs, I can see..
{"date_time":"1747309858.633569","thread_name":"","thread_id":"1","level":"Warning","query_id":"","logger_name":"Application","message":"Listen [:
]9004 failed: Poco::Exception. Code: 1000, e.code() = 0, DNS error: EAI: Address family for hostname not supported (version 24.1.2.5 (official build)). If it is an IPv6 or IPv4 address and your host has disabled IPv6 or IPv4, then consider to specify not disabled IPv4 or IPv6 address to listen in
listen_host element of configuration file. Example for disabled IPv6:
listen_host0.0.0.0
\/listen_host . Example for disabled IPv4:
listen_host::
\/listen_host","source_file":"programs\/server\/Server.cpp; void DB:
Server:createServer(Poco:
Util:AbstractConfiguration &, const std::string &, const char *, bool, bool, std::vector
ProtocolServerAdapter &, CreateServerFunc &&) const","source_line":"354"}
And also ...
{"date_time":"1747309858.633075","thread_name":"","thread_id":"1","level":"Information","query_id":"","logger_name":"Application","message":"It looks like the process has no CAP_SYS_NICE capability, the setting 'os_thread_priority' will have no effect. It could happen due to incorrect ClickHouse package installation. You could resolve the problem manually with 'sudo setcap cap_sys_nice=+ep \/usr\/bin\/clickhouse'. Note that it will not work on 'nosuid' mounted filesystems.","source_file":"programs\/server\/Server.cpp; virtual int DB:
Server:main(const std::vector
std::string &)","source_line":"1873"}
Can you help ??