DNS resolution failure #195
Unanswered
VorpalBlade
asked this question in
Q&A
Replies: 2 comments
-
Apparently the config has changed in this repo since I set up the container many months ago. I cloned this repo and did a pristine setup. Same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have been having this same issue. Any fix for it yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of recently DNS resolution stopped working in my local searxng container. I'm using podman in non-privileged (user) mode.
From what I can tell the issue is that the resolv.conf is wrong inside the searxng container:
Where
10.89.0.1
doesn't actually reply to DNS:Here is the
docker-compose.yml
file I use to start the searxng container, I don't see any obvious issues:I then use a user systemd service to start this searxng instance when I log in:
podman generate systemd vorpal_searxng > ~/.config/systemd/user/searxng_podman.service
However, even if I skip this step and start the container directly I run into the same issue. This started breaking about last week, though I initially worked around it by just adding 1.1.1.1 manually to resolv.conf inside the container. This does not persist across reboots however.
I'm unsure if this is a searxng or podman issue, but other podman user containers are not affected, using working nameservers in their resolv.conf files.
Beta Was this translation helpful? Give feedback.
All reactions