grafana stopping #263
Replies: 2 comments 1 reply
-
Found the fix with other people that run into this issue Change the yaml file to the following grafana: volumes: Credit to https://cylab.be/blog/71/simulate-user-activity-with-the-ghosts-framework-introduction#: |
Beta Was this translation helpful? Give feedback.
-
Hi sorry for the delay in looking at this — crazy week — and thanks for checking out the project. This part of the new yaml proposed can't work: volumes:
- grafana-storage:/var/lib/grafana
volumes:
grafana-storage: unless there is more that was clipped off (or I am missing something). But I do think there is something about running the container as root that is problematic on systems. So I am removing that line (and TBH, I can't recall why we put it there to begin with), per this commit. Thanks for troubleshooting this one, appreciate it! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know there is documentation about chowning g_data but I have done that
I'm just trying to set up following the directions here:
mkdir ghosts-api
cd ghosts-api
curl https://raw.githubusercontent.com/cmu-sei/GHOSTS/master/src/Ghosts.Api/docker-compose.yml -o docker-compose.yml
docker-compose up -d
I'm in the latest version of Ubuntu
The error I'm getting is as follows:
(HTTP code 500) server error - error while creating mount source path '/host_mnt/home/configuration/grafa/datasources': mkdir /host_mnt/home/configuration: permission denied
This error is in docker desktop.
I've tried chowning the g_data directory to the current user, to root, etc. I've created that directory myself with mkdir. I've changed the user in the yml. But I can't start the grafana container. It immediately stops and gives the above error
Beta Was this translation helpful? Give feedback.
All reactions