mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Domain update status 'Unset' when it exists in system hosts file #477
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brammp on GitHub (Dec 28, 2024).
TLDR: When the domain exists in

/etc/hoststhe domain status gets stuck on 'Unset', and is not updated when using binary on LinuxIs this urgent: No
DNS provider(s) you use: OVH & Custom
Program version:
2.9.0 (commit 78f30614b1d085ef6bfbfce92b0e45ca0204f42a)What are you using to run the container: N/A, using the binary on Linux
Extra information:
When the domain entry is removed from
/etc/hostseveryting works as expected and the ip is updated after restarting the binary.To replicate make sure
updates.jsonis empty.Also tested the Windows, MacOS/Darwin versions and Docker, and these are not effected.
Logs OVH:
Configuration file OVH:
Logs Custom:
Configuration file Custom:
Host OS(s):
Debian 12, Ubuntu 24.04,Fedora 41, Rocky Linux9, Alpine 3.21, Arch Linux,OpenSuse Leap 15.9, Centos-Stream 10
@Asklios commented on GitHub (Jan 13, 2025):
I had the same issue with a persistent unset status using docker and qmcgaw/ddns-updater:v2.9.0
I temporarily fixed it by using an older version.
@ParzivalSan commented on GitHub (Jan 14, 2025):
I have the same issue. I was working fine some weeks ago
@Aerya commented on GitHub (Jan 30, 2025):
Hi,
Same here:
Unset , 2562047h47m16.854775807s agoConfig example:
Any update bout this?
@jrmagers commented on GitHub (Mar 22, 2025):
I'm also having the same issue on v2.9.0. Downgrading to v2.8.2 did not fix it.
@pulsar895 commented on GitHub (Mar 25, 2025):
Same here with Docker latest, v2.8.2 and v.2.8.
@jrmagers commented on GitHub (Mar 25, 2025):
I was able to fix this by setting
network_mode: bridgein my docker-compose.yml file. Previously I was specifying a docker network.@pulsar895 commented on GitHub (Mar 25, 2025):
No change for me with
network_mode: bridgeedit: I fix my problem by using
--env RESOLVER_ADDRESS=193.110.81.9:53. It's a local DNS issue on my side.