Signoz Setup Issue on Mac Laptop
TLDR Peter faced issues with Signoz setup on Mac, Prashant suggested checking permissions and using sudo
.
Powered by Struct AI
1
5
9mo
Solved
Feb 22, 2023 (10 months ago)
Peter
Peter
08:36 PMHi, I'm experimenting with Signoz on my local mac laptop and running into an issue getting the clickhouse-setup-otel-collector-1 container to start:
error while creating mount source path '/host_mnt/private/var/lib/docker/containers': mkdir /host_mnt/private/var/lib/docker: operation not permitted
I've tried deleting all images, restarting docker, etc. to no avail. Is there something obvious I'm missing?1
Feb 23, 2023 (9 months ago)
vishal-signoz
vishal-signoz
04:00 AM Prashant Can you please help here?
Prashant
Prashant
06:05 AMHi Peter 👋
It looks like permission issue.
You can try running the Docker command with
Or you can adjust the file system permissions to allow the user to manage directories in the specified path.
It looks like permission issue.
You can try running the Docker command with
sudo
.Or you can adjust the file system permissions to allow the user to manage directories in the specified path.
06:06
Prashant
06:06 AMDoes the user running the command have enough file system permissions?
06:13
Prashant
06:13 AMI see that you have resolved this with the following:
sudo mkdir -p /private/var/lib/docker/containers
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 1023 threads (61% resolved)
Similar Threads
Trouble Setting Up SigNoz on MacBook M2 with Rancher Desktop
Wong faced issues installing SigNoz on their Macbook M2 using Rancher Desktop and Docker, with the 'clickhouse' container constantly restarting. Srikanth asked for further details about why the container keeps restarting.
2
1mo
SigNoz Deployment Issue in Docker Swarm with NFS Share
sati encounters issues with setting up SigNoz in docker-swarm with an NFS share resulting in otel-collector crash and inaccessible GUI. Nick experienced a similar problem and shared a workaround.
2
9mo
Troubleshooting SigNoz Setup Issue
onfla_11 and Caio experience difficulty setting up SigNoz due to clickhouse container errors. Alfredo suggests checking TCP ports.
3
1mo