-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dashboard status says "offline" but is working #5
Comments
I ever update from mainstream, the container add s6 layer and unbound configurations. I relelase updated versions. I hope it was fixed from mainstream. |
Seems to still be broken - I'll check in with upstream |
As described in your link, my actual setup have this sudo file and seems to work without "special spaces"
But the diference was huge
edge
But the problem is not sudo mechanism itself, the problem is the pihole script.
|
AFAIK the regression is in this commit |
Oh interesting! |
I've not looked deeply into this yet, but AFAIK this is not an upstream issue - as I don't see it in our nightly or Dev containers (or even bare metal) I suspect the issue may lie in how your image switches branches on the components but... I'll take a look after work! |
Ah wait, this rings a bell... It should already be fixed in the Just as a secondary point here (and maybe it is worth a new issue ) I'm not sure I understand why you are re-downloading FTL as in each of your Dockerfiles - the upstream image is multiarch and already contains the correct binary. It appears that, maybe unintentionaly, in your nightly image you are overwriting the dev version of FTL with the released one. Same goes for the other components in the
|
OK, we trust in upstream containers, so as you commented is not necesary update from git. |
To the title issue, however, I don't think your solution will work :) There is nothing in the upstream to parse the env var |
Thanks, let's go to some deep insight.
DEBUG RUN
In my run, the line 330 does no return the port, so in line 355 returns nothing
Some additional netcat tests, that returns nothing
And to finish some suggestion/fix go get something useful TEST RUN
|
Your Do you still see this issue in your |
Hummm. The only thing I can see here that might (not certain here as I'm working on theory!) be causing an issue. According to your version footer there, both Pi-hole core and Web are on the dev branches - but FTL is just on the mainstream v5.11 release. I am not seeing the same issue on the latest upstream |
The reason it works now is pi-hole/FTL#1264 This is not in master yet, but development only. |
Solved in master |
The dashboard has a status of "offline" but everything seems to be working.
Connecting to the container and checking out
/etc/sudoers.d/pihole
shows the same formatting as described here, but I am unsure if that is something that can be changed here or needs to be looked into upstream.The text was updated successfully, but these errors were encountered: