-
-
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
Pi-hole Adminpage shows Error 503 (Service unavailable) #1299
Comments
I'm beginning to regret ever having touched the Inside the container can you run the following please?
|
Can you double check that the image you are running is in fact |
|
Are you able to run a debug token from inside the container too, please? ( Also on the host system:
|
Token has been uploaded, here's the inspect result:
|
I need the token ID else It would be like finding a needle in a haystack :) Should have been printed to the console at the end of the process |
Sorry, mate. |
Yeah, everything points to you being on the right image - which doesn't make sense! #1298 was specifically created to prevent this, It seems like these lines of code are not running on your instance: docker-pi-hole/src/s6/debian-root/usr/local/bin/bash_functions.sh Lines 121 to 124 in 4256d62
What does the startup log look like please? |
What log do you need exactly? |
The output when the container starts.... in portainer you can click the |
Ah I see. Looking good as far as I can tell:
Edit: More log. |
There we go. It is falling over at:
This is unusual behaviour, which leads me to thinking that maybe it is a permission issue on your volume mount to I wonder, can you try starting without the volume attached to see if it progresses past that section? Brief google suggests it is because you may be using a shared volume (judging by the https://forums.docker.com/t/symlinks-on-shared-volumes-not-supported/9288 |
(I suspect it has always fallen over there for you, but since nothing else really important happens after that line (until now!) you would not have noticed it) |
I'll check your suggestion and get back to you with my findings. |
Without |
Later on (i.e, when I've finished work) I will look at making the script not hard exit if it cannot create that symlink. |
Many thanks for your assistance, it's very appreciated. |
I have a couple of ideas for solutions - just testing them both now |
@madnuttah , can you please give the |
There's no webpage loading at all now, fyi. Here's the log:
|
Hmmm. Make sure you've downloaded the latest dev tag (updated 14 mins ago) adam@adam-pc:~/play$ docker pull pihole/pihole:dev
dev: Pulling from pihole/pihole
Digest: sha256:d70884e3d3bae81559f061eeac17ffaa4d449a5d365c0de61350abe9f1e23b5e
Status: Image is up to date for pihole/pihole:dev
docker.io/pihole/pihole:dev |
Edit: sorry. I checked the IP of pihole and the GUI loads. I used fqdn:443 which doesn't work right now. |
So the image as-provided is now working, but your SSL configurations are not at this moment, correct? |
That's correct. |
Super, thanks for that feedback. I will tag a new version. I'm afraid I can't be much help with the SSL configuration - I normally just run a reverse proxy container ( |
Thanks for your efforts! I'll try to get my SSL config working again. |
This is a: Bug
Details
After upgrading to
2023.01.8
the Adminpage fails with Error 503, switching back to2023.01.6
makes the page appear again.Related Issues
https://github.com/pi-hole/pi-hole/issues/5131
How to reproduce the issue
My external.conf:
cat error-pihole.log
I've checked Pi-hole discrourse too but I couldn't find a solution for my particular problem.
These common fixes didn't work for my issue
docker run
example(s) in the readme (removing any customizations I added)Thank you.
The text was updated successfully, but these errors were encountered: