-
-
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
[macOS] Disk shortage bug #951
Comments
What does running @DL6ER could there be something funky in FTLs detection here? |
Also, what is the output of
inside the container? FTL computes the size of the directory by computing the fragment size times the block size: |
and
|
|
|
Good night! This isn't urgent at all, everything works fine. |
Docker version 20.10.10, build b485636 |
Same issue here. Me too on docket on Mac OS. Seems definitely docker on Mac OS related. |
I got the some warning too after updated to the latest version on macOS 12.1. Docker engine: 20.10.11 |
Also getting this message on macOS docker image. This is the first google result for "Disk shortage" related to pihole. |
It very much looks like docker for macOS bug. Sorry, I looked everywhere but I don't see an obvious solution for this. Even more because neither does anyone from the core developers team has a Mac available for testing nor does it seem easy to detect the misbehaving docker version (well, except for "this value is unrealistically large"). For now, the best I can offer you is setting
in I'll come back to you when I have something to test. Have a great time and merry Christmas everyone! 🎄 |
To set that variable easily, you can set it as an environment variable e.g |
Just to add a data point that I am seeing this same behavior, running on a fresh install:
Will disable the check as suggested to suppress this for now. On a side note, I sooo wish Docker on Mac & Windows was more "production ready" than it is. No wonder the big Clouds have their own container engines now. Thanks & Happy Holidays. 🎄 |
This issue has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/adminlte-version-is-v5-9-php-socket-0-connection-refused/51839/11 |
Not sure if it add something to the discussion but I'm seeing the exact same message. Latest pihole docker container (downloaded today), running Docker on Mac. For now I've added
to the |
I too can confirm this has only happened to me on mac docker installs. |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
Still happening with latest pi-hole 5.9 |
What do you see running |
I also found another command in pi-hole and here's the command and output
I also tried to run
but the space between the < my system didn't like and I'm not sure if this is a bug or just not possible to run like this on the command line. The current warning I see is:
|
For now, as a workaround, you can disable the check using |
was there ever a solution for this? I have a primary pi-hole on a headless mac mini and a secondary on a pi zero. I get the message pretty much every day on the mac and a couple of times per week on the pi |
@blumarten Just a few comments up: #951 (comment) |
thank you mate |
vi /etc/pihole/pihole-FTL.conf #add variable: CHECK_DISK=0 |
This issue has been mentioned on Pi-hole Userspace. There might be relevant details there: |
This issue has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/new-install-disk-used-available-by-3million/62113/2 |
Still seeing this problem with fresh install. Any resolution? |
Sorry, we cannot detect the environment outside the container and macOS+docker is apparently still reporting incorrect information here. I'll implement a workaround that will silence the warning in case the results found are not useful, that is |
This is a: Bug
Details
When updating to "Pi-hole FTL v5.12, Web v5.9 and Core v5.7" I received this message after running:
Related Issues
How to reproduce the issue
docker-compose.yml
These common fixes didn't work for my issue
docker run
example(s) in the readme (removing any customizations I added)If the above debugging / fixes revealed any new information note it here.
Add any other debugging steps you've taken or theories on root cause that may help.
The text was updated successfully, but these errors were encountered: