#support

SigNoz Setup Issues on Windows Machine

TLDR Rekha had difficulty setting up SigNoz on a Windows machine. Pranay stated that SigNoz doesn't support Windows and suggested using Windows Subsystem for Linux (WSL). Joshua asked about using Docker with WSL and inquired about future Windows support.

Powered by Struct AI
Aug 04, 2023 (4 months ago)
Rekha
Photo of md5-7421464a3dd66ddca3385d58b2e53a4f
Rekha
08:43 AM
Hi , I try to setup Signoz on docker desktop on a windows machine but clickhouse containers always gives error status.
also otel collector container keep restart and give error like - "cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/tmp_insert_all_6_6_0"] ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/all_6_6_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1691138583575214300)
2023-08-04 14:13:03 2023/08/04 08:43:03 application run finished with error: cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/tmp_insert_all_6_6_0"] ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/all_6_6_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1691138583575214300)"

If someone can help
Image 1 for Hi , I try to setup Signoz on docker desktop on a windows machine but clickhouse containers always gives error status.
also otel collector container keep restart and give error like - "cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/tmp_insert_all_6_6_0"] ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/all_6_6_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1691138583575214300)
2023-08-04 14:13:03 2023/08/04 08:43:03 application run finished with error: cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/tmp_insert_all_6_6_0"] ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/all_6_6_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1691138583575214300)"

If someone can helpImage 2 for Hi , I try to setup Signoz on docker desktop on a windows machine but clickhouse containers always gives error status.
also otel collector container keep restart and give error like - "cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/tmp_insert_all_6_6_0"] ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/all_6_6_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1691138583575214300)
2023-08-04 14:13:03 2023/08/04 08:43:03 application run finished with error: cannot build pipelines: failed to create "clickhouselogsexporter" exporter, in pipeline "logs": cannot configure clickhouse logs exporter: clickhouse Migrate failed to run, error: code: 1001, message: std::__1::__fs::filesystem::filesystem_error: filesystem error: in rename: Permission denied ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/tmp_insert_all_6_6_0"] ["/var/lib/clickhouse/store/bed/bed931db-d283-49bc-98d6-0cac89d46644/all_6_6_0/"] in line 0: INSERT INTO schema_migrations (version, dirty, sequence) VALUES (1, 1, 1691138583575214300)"

If someone can help
Aug 06, 2023 (4 months ago)
Pranay
Photo of md5-8df7ce0274b2473ec07403336e48b574
Pranay
11:54 AM
Rekha Windows is officially not supported to setup SigNoz - https://signoz.io/docs/install/docker/#prerequisites

Can you try WSL?
Aug 07, 2023 (4 months ago)
Rekha
Photo of md5-7421464a3dd66ddca3385d58b2e53a4f
Rekha
06:04 AM
Pranay I was setting this up on docker . and you mean this won't work in any case.
Pranay
Photo of md5-8df7ce0274b2473ec07403336e48b574
Pranay
11:45 AM
Yeah, not on windows
Joshua
Photo of md5-94c93df7325e8fde185c76c659656ee9
Joshua
01:19 PM
I faced similar issue while working on my other machine which is windows os. Pranay does signoz have plans to make it work on windows oficially in the near future? When can we expect to see this.
01:43
Joshua
01:43 PM
I've not used WSL before, and I know that it provides linux capabalities on top of windows.
But my question with WSL is that, Do we have to install a Docker client like linux or will it run docker using docker desktop which is already installed on my windows?