Closed stmps closed 3 years ago
Thanks for reporting the issue (and sorry I'm pretty late replying!).
I'm guessing this is probably something that'd need to be addressed in the https://github.com/linuxserver/docker-smokeping base image.
I'm glad you at least have a workaround. Not sure if it'd fit with your setup, but you could use a volume to override /etc/resolv.conf
with your own set of nameservers. It then will use that rather than creating a new file on start up.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed.
Hello there! Thanks for this image 👍 :)
It looks like an IPv6 entry in
/etc/resolv.conf
causes the container start-up process to bomb out.Logs in stdout show that it gets stuck in a loop:
Inside the container, my
/etc/resolv.conf
looks like this:As a temporary workaround, if I delete the last line (with the IPv6 link-local address), then the smokeping process breaks out of the loop and continues happily along. The service works fine after that.
Unfortunately,
/etc/resolv.conf
seems to get re-created when restarting the container, so I have to perform the workaround every reboot or container restart.My system is CentOS Linux release 8.2.2004 (Core), running a non-root container in podman.