LunaticMuch commented on issue #8695: URL: https://github.com/apache/incubator-devlake/issues/8695#issuecomment-3843160976
I found a way to workaround, but I believe it requires more info. When grafana container starts, I observe this ``` Error checking server process execution privilege. error: could not get current OS user to detect process privileges ``` Looking around, I found a reference https://github.com/grafana/grafana/issues/63599 which suggests some stuff, and then in the manual I found a note on [bind mounts](https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/#use-bind-mounts-1) which suggest to use `user: '0'` Adding this seems to fix the problem. Unclear, though, why this is needed only now. My setup is a MacOS Tahoe with Docker Desktop `4.59.1 (217750)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
