minus-squarezikal@lemmynsfw.comtoSelfhosted@lemmy.world•[SOLVED] Podman won't start Pihole with an error saying that it can't bind to port 53, as it is already in use, but nothing is using port 53.linkfedilinkEnglisharrow-up8arrow-down3·8 months agoCheck with “sudo ss -tupan | grep 53” to see if there is a process already using port 53. It might be systemd’s resolver or something like that. linkfedilink
Check with “sudo ss -tupan | grep 53” to see if there is a process already using port 53. It might be systemd’s resolver or something like that.