mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Raspberry Pi 2 Fails to Update DDNS Properly #511
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 @malagege on GitHub (Mar 17, 2025).
My home network changes IP every 72 hours, but the ddns-updater fails to update the IP after 72 hours. There is no log entry indicating the update attempt during this period. However, restarting the container resolves the issue. I am unsure if this is related to the 32-bit OS. I am currently testing with a Raspberry Pi 3 (64-bit) to see if the issue persists.
This issue has occurred three times.
duckdns
dynv6
freedns
5.. What are you using to run the container: docker-compose
There is no log entry indicating the update attempt during this period.

Please refer to the Loki logs:
Logs:
After restarting the container, the IP updates correctly. The log is as follows:
Configuration file (remove your credentials!):
Host OS: Raspberry Pi OS 32Bit
@malagege commented on GitHub (Mar 20, 2025):
My Raspberry Pi 3B (OS 64bit) works fine. I'm not sure if it's the Raspberry Pi 2B (32Bit) or ARMv7 that has this issue.