-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
TASK [Ensure Pi-hole is running.] fatal: [127.0.0.1]: FAILED! #613
Comments
It looks to me like something else is already bound to Run this to get the PID: sudo ss -tulpen | grep -w '0.0.0.0:53' where you should get back something like Then from there (for each matching PID): ps -ef | grep -w '75382' | grep -v grep where in this example the PID is |
Hi, well like i said, it's Pihole DHCP server
pihole 1092 1020 0 01:54 ? 00:00:00 /usr/bin/pihole-FTL -f |
I think more context is needed. It almost sounds like you're trying to run 2 different listeners on the same host. What does your And please when responding, follow this style guide and use code fences around pasted config files, logs, etc: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code |
Hi, thanks for the quick reply.
Will comply
Well, meanwhile i have done a few thnings: |
|
I see. So you're trying to run an instance of pihole using this stack, in addition to your preexisting pihole instance? |
Thank you for getting back to me so quick! |
Hi,
While trying to install Internet PI, (i am allready running Pihole for some time).
Ran into permissions issues with Docker but they got fixed when i added my user to the group dokcer.
Pihole is up and running ass it should.
On running
$ ansible-playbook main.yml
i get the following error:
My PiHole is handling DHCP on the network, so it makes sense to be bound on port 53.
Any thought on how to proceed with the installation?
The text was updated successfully, but these errors were encountered: