Yesterday I installed duplicacy-web 1.2.0 on my Linux server and I’m getting the following error when running a check
job. I don’t know if this is related to the new version (on my windows PC I did not get the error with the new version), but I’d like to understand what it means:
2020-02-11 02:29:50.541 TRACE SNAPSHOT_LIST_REVISIONS Listing revisions for snapshot PC_D
2020-02-11 02:30:28.948 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/319' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/319: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: read udp 127.0.0.1:33099->127.0.0.53:53: read: connection refused)
2020-02-11 02:32:03.135 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:32:03.710 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:32:04.824 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:32:07.145 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:32:11.188 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:32:21.566 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:32:47.208 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:33:39.341 TRACE WEBDAV_RETRY URL request 'PROPFIND snapshots/PC_D/460' returned an error (Propfind https://webdav.pcloud.com/Backup/Duplicacy/snapshots/PC_D/460: dial tcp: lookup webdav.pcloud.com on 127.0.0.53:53: no such host)
2020-02-11 02:35:21.714 ERROR SNAPSHOT_INFO Failed to get the information on the snapshot PC_D at revision 460: Maximum backoff reached
Failed to get the information on the snapshot PC_D at revision 460: Maximum backoff reached
Is duplicacy doing a DNS lookup on 127.0.0.53? Is that some kind of default DNS IP? It is not the IP of my DNS, obviously. Why is duplicacy checking that IP? And why is it doing a DNS look-up at all, given that it has already been in touch with the storage server for half an hour or so?