You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed through bbb-install.sh within BBB version 2.7.6 (584). GL3 Docker version.
GL3, version 3.3.1
After unplanned reboot GL3 could encounter issue with PID file. See logs
greenlight-v3 | A server is already running. Check /usr/src/app/tmp/pids/server.pid.
Then container restart indefinitly.
Solution:
root@bbb1:~/greenlight-v3# docker compose exec -it greenlight-v3 rm /usr/src/app/tmp/pids/server.pid
WARN[0000] /root/greenlight-v3/docker-compose.yml: `version` is obsolete
Error response from daemon: Container ead7c306ba9cda180d7b82675a5d8a8c290ee5fc5cbf0f1853450728f1c8d16a is restarting, wait until the container is running
We can do a while true or restart within compose and run the rm
Installed through
bbb-install.sh
within BBB version 2.7.6 (584). GL3 Docker version.GL3, version 3.3.1
After unplanned reboot GL3 could encounter issue with PID file. See logs
Then container restart indefinitly.
Solution:
We can do a while true or restart within compose and run the rm
Yes "unplanned reboot" could include crash 🥃
Maybe we could add some hints in a troubleshooting page for GL3 or find a fix to remove the PID file after a reboot.
The text was updated successfully, but these errors were encountered: