You are not logged in.
Pages: 1
Hi,
on a current arch ppc, I installed ddclient (from AUR, changing arch)
I configured ddclient.conf (for server dyndns.it)
I have:
running:
sudo ddclient -daemon 0 -debug -noquiet
WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
DEBUG: proxy =
DEBUG: url = checkip.dyndns.org/
DEBUG: server = checkip.dyndns.org
DEBUG: get_ip: using web, checkip.dyndns.org/ reports 151.72.80.248
Use of uninitialized value in string ne at /usr/sbin/ddclient line 1968.
DEBUG:
DEBUG: nic_dyndns2_update -------------------
DEBUG: proxy =
DEBUG: url = http://dyndns.it/nic/update?system=dynd … .72.80.248
DEBUG: server = dyndns.it
but I view that url : http://dyndns.it/nic/update?system=dynd … .72.80.248
is right.... if executed standalone...
but error is in the file: ddclient.cache
...it is this:
## ddclient-3.7.3
## last updated at Wed May 28 22:26:04 2008 (1212006364)
atime=1212006364,backupmx=0,custom=0,host=sacarde.homepc.it,ip=,mtime=0,mx=,static=0,status=noconnect,warned-min-error-interval=0,warned-min-interval=0,wildcard=0,wtime=0 sacarde.homepc.it
I cant explain how there are errors in file-cache but it create a correct url, .... in final... the upgrade is not done
thankyou
Last edited by sacarde (2008-05-29 12:35:08)
Offline
this is ddclient.conf
daemon=300
syslog=yes
mail=root
mail-failure=root
pid=/var/run/ddclient.pid
ssl=yes
protocol=dyndns2
use=web, web=checkip.dyndns.org/, web-skip='IP Address'
server=dyndns.it
login=XXXX
password="YYYY"
sacarde.homepc.it
Offline
I inexplicabily solved with this conf:
daemon=300
custom=yes
pid=/var/run/ddclient.pid
login=xxxxx
password=yyyyyyy
protocol=dyndns2
use=web, web=checkip.dyndns.org, web-skip='Current IP Address: '
server=dyndns.it
sacarde.homepc.it
NOTE, warning in file-cache remain ... but I have:
SUCCESS: updating sacarde.homepc.it: good: IP address set to 151.72.92.209
Offline
Pages: 1