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

Docker Hosts - Agent reports system as down if any container is stuck in a boot loop #103

Closed
NightHawkATL opened this issue Aug 8, 2024 · 2 comments · Fixed by #124
Closed
Labels
bug Something isn't working

Comments

@NightHawkATL
Copy link

Noticed this yesterday with 2 of my Docker VMs. Also got word from another Discord member that is running this as well that the same thing happened to him.

For me, I had an issue with the redis container for Tube Archivist that made it stick in a boot loop as it couldn't read the cache db after an update. Once I cleared the cache db and restarted the container, the Beszel agent started reporting the whole VM and all containers to be up.

For my friend, he had an issue with cloudflared and was stuck in a boot loop. He stopped the container and the agent reported the VM as up again.

@henrygd
Copy link
Owner

henrygd commented Aug 8, 2024

I'll look into it. Should be an easy enough fix.

@henrygd henrygd added the bug Something isn't working label Aug 8, 2024
@theRealBassist
Copy link
Contributor

Noticed this yesterday with 2 of my Docker VMs. Also got word from another Discord member that is running this as well that the same thing happened to him.

For me, I had an issue with the redis container for Tube Archivist that made it stick in a boot loop as it couldn't read the cache db after an update. Once I cleared the cache db and restarted the container, the Beszel agent started reporting the whole VM and all containers to be up.

For my friend, he had an issue with cloudflared and was stuck in a boot loop. He stopped the container and the agent reported the VM as up again.

This was exactly what was causing my problem in #57 . TubeArchivist had a Redis issue, and at the same time I was trying to get Beszel to work. When I fixed the TubeArchivist issue is when I restarted my VM and everything was working.

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

Successfully merging a pull request may close this issue.

3 participants