[Ddclient-forum] [ ddclient-Bugs-3349033 ] ip param empty for FreeDNS
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2011-07-02 14:04:12
|
Bugs item #3349033, was opened at 2011-07-01 15:39 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=3349033&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: microbooster (microbooster) Assigned to: Nobody/Anonymous (nobody) Summary: ip param empty for FreeDNS Initial Comment: Hi, I'm using ddclient (latest svn r125) to update two hosts, one using DynDNS the other FreeDNS. The DynDNS one has no issues but the FreeDNS seems to always have an empty ip param in the cache file and also I see in the logs warnings like file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' This is the whole cache file atime=0,backupmx=0,custom=0,host=aaa.ath.cx,ip=94.224.18.53,mtime=1309533850,mx=,script=/nic/update,static=0,status=good,warned-min-error-interval=0,warned-min-interval=0,wildcard=0,wtime=30 muon.ath.cx atime=1309534451,host=bbb.irc.su,ip=,mtime=0,status=noconnect,warned-min-error-interval=0,warned-min-interval=0,wtime=0 muon.irc.su And this is my config ## DynDNS use=web, \ web=checkip.dyndns.com/, \ web-skip='IP Address', \ protocol=dyndns2, \ server=members.dyndns.org, \ login=xxxxxxxx, \ password=xxxxxxxx \ aaa.ath.cx ## freedns use=web, \ web=checkip.dyndns.com/, \ web-skip='IP Address', \ protocol=freedns, \ server=freedns.afraid.org, \ login=xxxxxxxx, \ password=xxxxxxxx \ bbb.irc.su ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2011-07-02 14:04 Message: I think your issue is related to http://sourceforge.net/apps/trac/ddclient/ticket/28 If someone can provide me a clean patch, I'll add it to ddclient. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=3349033&group_id=116817 |