Trouble installing Pi-hole on UDM Special Edition, please help #376
Replies: 1 comment 12 replies
-
Hello, see my answers below.
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks to all who have contributed to this excellent set of tools. I have run into a few problems with Pi-hole instructions and had a few questions on getting the dns programs running.
I am installing on UDM SE with up to date f/w.
/mnt/data/on_boot.d/05-install-cni-plugins.sh
I got the following error:
/mnt/data/on_boot.d/05-install-cni-plugins.sh: line 8: syntax error near unexpected token
newline' /mnt/data/on_boot.d/05-install-cni-plugins.sh: line 8:
'Q: Does this mean it did not run successfully?
curl -L https://github.com/boostchicken-dev/udm-utilities/raw/master/cni-plugins/20-dns.conflist -o /mnt/data/podman/cni/dns.conflist
I edited this for my specific IP and vlan, but was not sure if the file was supposed to named dns-conflist (as in the instructions) or 20-dns.conflist. I copied the file and have both dns.conflist and 20-dns.conflist in the directory.
curl -L https://github.com/boostchicken-dev/udm-utilities/raw/master/cni-plugins/20-dns.conflist -o /etc/cni/net.d/dns.conflist
I get an error that the directory does not exist. Indeed it does not. There are many directories within /etc/ but cni is not among them. I even searched for net.d to see if there was a typo, and nothing.
podman network create dns
resulted in an error, “podman: command not found”
after investigating I saw the 2nd zip file and unzipped it, but I still get this error even after the second unzip created and inflated the various files it was supposed to.
Q: How do I get podman to install correctly?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions