Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

/etc/ddclient.conf

use=web, web=checkip.dyndns.org/, web-skip='IP Address'
protocol=easydns
ssl=yes
server=members.easydns.com
login=stueng
password='****'
home.***.**

EDIT:

I no longer get the keyword error now after waiting a few hours. However, I still have an issue

http://paste.ubuntu.com/1023502/

The above looks succesfull to me, however I am not seeing an update in easydns and I cannot resolve the address to the correct address

can I get additional debug info out of this to make sure its succesfull?

share|improve this question
The error message mentions /var/cache/ddclient/ddclient.cache, and that's where the invalid value. Can you try renaming or changing that file (as it's under /var/cache/, it should be safe to delete it, but better be on the safe side...). It looks like, for some reason, ddclient.conf is being cached under /var/cache/. – njsg Jun 4 '12 at 12:54
I recommend opening a new question about the new issues. – ObsessiveSSOℲ Jul 31 '12 at 14:04

closed as too localized by Marco Ceppi Jun 25 '12 at 22:12

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

Assuming you have p5-IO-Socket-SSL-1.48, there was a problem with the p5-IO-Socket-SSL-1.48 FreeBSD port. Upgrading the port to 1.49 seems to have solved the problem.

share|improve this answer
How does that affect ddclient and what is the exact issue - link please? – izx Jun 4 '12 at 13:38
up vote -1 down vote accepted

this just started to work magically a few hours later

/shrug

share|improve this answer
Was there an update for ddclient that fixed this? – ObsessiveSSOℲ Jul 30 '12 at 21:59
nah, it just started to work after a few hours of leaving it be – stueng Jul 31 '12 at 22:01

Not the answer you're looking for? Browse other questions tagged or ask your own question.