Hi guys, i have a lil problem, when i run ddclient i get his message
# /etc/init.d/./ddclient -daemon=0 -noquiet -debug
DEBUG: proxy =
DEBUG: url = http://checkip.dyndns.org/
DEBUG: server = checkip.dyndns.org
DEBUG: opt(fw =
Use of uninitialized value in concatenation (.) or string at /etc/init.d/./ddclient line 1660.
DEBUG: glo fw =
DEBUG: get_ip: using web, http://checkip.dyndns.org/ reports xxx.xxx.xxx.xxx
Whats wrong with this guy, what should i change? im using FC6
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please post your config with username & password removed. Which version of ddclient are you using?
If you search the archive, you'll see that this error is mostly caused by enabling ssl without installing the perl-ssl package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
################################################## ####################q
daemon=600 # check ip every hour via checkip.dyndns.org, cache it, update if needed
syslog=yes # log update msgs to syslog
mail=root # mail all msgs to root
mail-failure=root # mail failed update msgs to root
pid=/var/run/ddclient.pid # record PID in file.
use=web # via web
#
protocol=dyndns2 # default protocol
#proxy=fasthttp.sympatico.ca:80 # default dyn server proxy
server=members.dyndns.org # default dyn server
#server=members.dyndns.org:8245 # default server (bypassing proxies)
login=**** # default login on dyndns.org
password=**** # default password on dyndns.org
#mx=mx.for.your.host # default MX
backupmx=no # host is primary MX
## dyndns.org dynamic addresses
***.selfip.net
thats it, it worked with 3.6
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's just a problem with the init scripts. We provide an example but it doesn't always work. You could check the skeleton init script from your distribution and try to modify it. Or you could install ddclient provided with FC6 and use that init script.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys, i have a lil problem, when i run ddclient i get his message
# /etc/init.d/./ddclient -daemon=0 -noquiet -debug
DEBUG: proxy =
DEBUG: url = http://checkip.dyndns.org/
DEBUG: server = checkip.dyndns.org
DEBUG: opt(fw =
Use of uninitialized value in concatenation (.) or string at /etc/init.d/./ddclient line 1660.
DEBUG: glo fw =
DEBUG: get_ip: using web, http://checkip.dyndns.org/ reports xxx.xxx.xxx.xxx
Whats wrong with this guy, what should i change? im using FC6
Please post your config with username & password removed. Which version of ddclient are you using?
If you search the archive, you'll see that this error is mostly caused by enabling ssl without installing the perl-ssl package.
im using 3.7.1
################################################## ####################q
daemon=600 # check ip every hour via checkip.dyndns.org, cache it, update if needed
syslog=yes # log update msgs to syslog
mail=root # mail all msgs to root
mail-failure=root # mail failed update msgs to root
pid=/var/run/ddclient.pid # record PID in file.
use=web # via web
#
protocol=dyndns2 # default protocol
#proxy=fasthttp.sympatico.ca:80 # default dyn server proxy
server=members.dyndns.org # default dyn server
#server=members.dyndns.org:8245 # default server (bypassing proxies)
login=**** # default login on dyndns.org
password=**** # default password on dyndns.org
#mx=mx.for.your.host # default MX
backupmx=no # host is primary MX
## dyndns.org dynamic addresses
***.selfip.net
thats it, it worked with 3.6
as far as i see, it's just a little bug in the debug message. It will be changed in the next version of ddclient. See http://svn.sourceforge.net/viewvc/ddclient?view=rev&revision=43
:o so i should just wait :( hope it will be ready soon
Thanks
It's already fixed in the subversion version. I don't think it causes any other problem, ddclient still works correct.
wimpunk.
Nice!its totally works now...just final question cant use chkconfig with FC6 is there another way to use it at boot?
It's just a problem with the init scripts. We provide an example but it doesn't always work. You could check the skeleton init script from your distribution and try to modify it. Or you could install ddclient provided with FC6 and use that init script.