-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Questions about dev image #1676
Comments
Docker containers are largely designed to be immutable, meaning that once a container is built and deployed, its filesystem should not change during runtime. This immutability ensures consistency, reliability, and security across different environments. By treating containers as immutable, any updates or changes are implemented by building and deploying new container images, rather than modifying existing running containers. Of course while the filesystem inside a container should remain immutable, Docker provides mechanisms to handle dynamic or persistent data without violating the principles of immutability - for example using host mounts (volumes/bind mounts) or environment variables. The Docker section of the docs for Pi-hole v6 have been expanded (https://deploy-preview-338--pihole-docs.netlify.app/docker/)
These guides are meant for installing
What custom scripts are you including?
I would suggest that it is perhaps due to configuration more than anything here - I've not seen any other reports of such drastic crashes, nor is my own deployment crashing :) |
It has nothing to do with the configuration or what I've installed. I had a feeling someone was going to say that. It happens on a brand new fresh downloaded Dev image of pie hole. It instantly started crashing as soon as I set it up, and the gravity database was corrupted within the first few minutes if not within the first hour. That never worked, I had to follow commands in order to reset it. No it has nothing to do with the configuration. Right now everything is removed and it's still doing it. It's doing it on a fresh pull of the dev image. Outlined what I believe is happening, pie hole is incorrectly handling large UDP response packets from cloudflare. This is a bug, it doesn't do it in version 5, it only does it in version 6. In that thread, there's a lot of people that had drastic crashing every hour. And all over Google you can find the same exact error since 2020. It's almost impossible to find anything relevant to my specific error because I know that those error reports from 2020 that share the exact same message to the letter can't possibly be 100% related to my issue. So this is some kind of generic memory error because of the way pie hole handles memory. I would definitely suggest a different way of error handling. My other suggestions also still hold significant ground. The death images should have full symbols and everything else enabled so that those crashes will actually have a bit of a stack Trace showing where it's coming from and what's happening. (Will spell check later, using voice type.) |
OK, well this thread was split out to respond to your more docker-specific questions - not to dismiss any potential bug in FTL - That may still exist, and you are more than welcome to discuss this on the original thread :) |
Originally posted by @MNLierman in #2112
The text was updated successfully, but these errors were encountered: