Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supervisorctl does not restart esgf-metrics docker containers if docker service is down #25

Open
tomvothecoder opened this issue Nov 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tomvothecoder
Copy link
Collaborator

Maybe the docker service is killed whenever acme1 or the file system goes down?

bash-4.2$ sudo docker ps
   Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
bash-4.2$ sudo systemctl status docker
● docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: https://docs.docker.com
(esgf_metrics_dev) bash-4.2$ sudo supervisorctl status
esgf-metrics                     FATAL     Exited too quickly (process log may have details)
bash-4.2$ sudo supervisorctl start all
(esgf_metrics_dev) bash-4.2$ sudo supervisorctl start all
esgf-metrics: started
(esgf_metrics_dev) bash-4.2$ sudo supervisorctl status
esgf-metrics                     RUNNING   pid 25642, uptime 0:00:04
@tomvothecoder tomvothecoder added the bug Something isn't working label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant