openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
39 stars 48 forks source link

[BUG]prometheus error #163

Closed Skx666 closed 1 month ago

Skx666 commented 1 month ago

OpenIM Server Version

3.8.0

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

e48c94db25bc724924bb524a8a6344c Prometheus is unable to start normally. I checked the logs, and it indicated that there is a permission issue with a certain file, but I can't find it.

Screenshots Link

No response

Skx666 commented 1 month ago

1723162081668 Prometheus initially fails to start because of insufficient permissions on queries.active, which causes access issues. To resolve this, you need to first unmount, modify the permissions of this file in the Prometheus directory, and then it should work. The issue has been identified.