Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4418796
By: alessiocesar
Guys,
I need some help here please.
I run RedHat Enterprise Linux 5 and installed ddclient by following the
instructions...
I can start it manually:
root@Linux ddclient]# service ddclient restart
Shutting down ddclient: [ OK ]
Starting ddclient: [ OK ]
I see it running, counting down to 0 sec:
[root@Linux ddclient]# ps -ef | grep "ddclient"
root 3700 1 0 17:20 pts/1 00:00:00 ddclient - sleeping for 270
seconds
root 3704 2579 0 17:21 pts/1 00:00:00 grep ddclient
but when it reaches 0 nothing happens...
If I run ddclient -verbose -daemon=0 it does the trick...
[root@Linux ddclient]# chkconfig ddclient --list
ddclient 0:off 1:off 2:on 3:on 4:on 5:on 6:off
I also did this as it was never created by the system:
[root@Linux ~]# touch /etc/ddclient/ddclient.cache
You have new mail in /var/spool/mail/root
[root@Linux ~]# chmod 660 /etc/ddclient/ddclient.cache
It seems that it never writes to this cache file..
/etc/ddclient/ddclient.conf is:
# Basic configuration file for ddclient
#
# /etc/ddclient.conf
daemon=300
pid=/var/run/ddclient.pid
use=web, web=checkip.dyndns.com/, web-skip='IP Address'
login=mylogin
password=mypasswd
protocol=dyndns2
server=members.dyndns.org
wildcard=YES
Also what is the wildcard doing here really?
Please help!
Thanks,
AC
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=399428
|