Jared Monger
Jared Monger
Thanks! I fixed it in the second commit.
This is where I found the solution if that is helpful. It fixed my issues. https://discourse.pi-hole.net/t/running-pi-hole-on-bullseye-with-unbound-resolvconf-file-appears-after-reboot/52814
I had this same issue running on Arch Linux. Installed via the AUR. The only difference is I was searching TuneIn. `tizonia --tunein-search`
Looks that way from the other issues posted.
+1 from me on this issue.
Crash may be the wrong word. The p2p error at the end is the problem. It only occurs with the options listed above in `/etc/monerod.conf`, and leaves the service in...
I figured it out. The service file wasn't waiting for networking to be online before starting. That's needed for DNS resolution using `add-priority-node`. I changed the unit from `network.target` to...