Don't be concerned about it.

It simply means that ddns_gargoyle has not yet cached the IP. If you've been using ddns_gargoyle, then you will know that this is also the same thing that happens when you have an opendns.com service config section for it, for example.
This is because ddns_gargoyle has NO WAY of knowing what the current remote IP for an opendns.com account is, or for ANY account for that matter, when the service is (RE)STARTED (the cached IP does not exist), like what you saw in my log.
After a successful update, then ddns_gargoyle caches the IP that was just updated for the account. And succeeding logs will now show the cached remote IP, and no more "remote IP cannot be determined". If you will study the source code for ddns_garogyle, then you will see what I'm talking about.
For your peace of mind, I will show an updated logread whereby I have issued an unscheduled CHECK to the daemon, and the "remote IP cannot be determined" is gone.
This is the NORMAL ddns_gargoyle output when it is (re)started:
Code: Select all
Fri Aug 28 03:52:11 2015 daemon.info ddns_gargoyle[7873]: Forcing update:
Fri Aug 28 03:52:11 2015 daemon.info ddns_gargoyle[7873]: service provider=he.net
Fri Aug 28 03:52:11 2015 daemon.info ddns_gargoyle[7873]: domain=<TUNNELID>
Fri Aug 28 03:52:11 2015 daemon.info ddns_gargoyle[7873]: local IP = 49.149.x.y
Fri Aug 28 03:52:11 2015 daemon.info ddns_gargoyle[7873]: remote IP cannot be determined
Fri Aug 28 03:52:18 2015 daemon.info ddns_gargoyle[7873]: Update successful
Fri Aug 28 03:52:18 2015 daemon.info ddns_gargoyle[7873]: Checking whether update needed:
Fri Aug 28 03:52:18 2015 daemon.info ddns_gargoyle[7873]: service provider=opendns.com
Fri Aug 28 03:52:18 2015 daemon.info ddns_gargoyle[7873]: local IP = 49.149.x.y
Fri Aug 28 03:52:18 2015 daemon.info ddns_gargoyle[7873]: remote IP cannot be determined
Fri Aug 28 03:52:23 2015 daemon.info ddns_gargoyle[7873]: Update successful
Fri Aug 28 03:52:23 2015 daemon.info ddns_gargoyle[7873]: Checking whether update needed:
Fri Aug 28 03:52:23 2015 daemon.info ddns_gargoyle[7873]: service provider=duckdns.org
Fri Aug 28 03:52:23 2015 daemon.info ddns_gargoyle[7873]: domain=<DOMAIN>
Fri Aug 28 03:52:23 2015 daemon.info ddns_gargoyle[7873]: local IP = 49.149.x.y
Fri Aug 28 03:52:23 2015 daemon.info ddns_gargoyle[7873]: remote IP cannot be determined
Fri Aug 28 03:52:27 2015 daemon.info ddns_gargoyle[7873]: Update successful
Notice how ALL of my accounts show "remote IP cannot be determined". ddns_gargoyle has no way of determining that, so it relies upon the IP it caches AFTER a successful update for that IP.
And this is the output AFTER a check by ddns_gargoyle. Notice that by this time the remote IP has been already cached:
Code: Select all
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: Checking whether update needed:
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: service provider=he.net
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: domain=<TUNNELID>
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: local IP = 49.149.x.y
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: remote IP = 49.149.x.y
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: Update not needed, IPs match
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: Checking whether update needed:
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: service provider=opendns.com
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: local IP = 49.149.x.y
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: remote IP = 49.149.x.y
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: Update not needed, IPs match
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: Checking whether update needed:
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: service provider=duckdns.org
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: domain=<DOMAIN>
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: local IP = 49.149.x.y
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: remote IP = 49.149.x.y
Fri Aug 28 03:55:34 2015 daemon.info ddns_gargoyle[7873]: Update not needed, IPs match