I've installed and setup ddclient as 3.6.3 and it seems to work, but I used the instructions included in the readme as follows.
"## For those using Redhat style rc files and using daemon-mode:
cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient
## enable automatic startup when booting
/sbin/chkconfig --add ddclient "
This doesn't seem to be working. After rebooting my server and using the command "ps afx" ddclient is nowhere to be found.
Manually starting the system and using the command line:
"ddclient -daemon=0 -debug -verbose -noquiet"
Yields in part the output:
"=== cache ====
CONNECT: checkip.dyndns.org
CONNECTED:
SENDING: GET / HTTP/1.0
SENDING: Host: checkip.dyndns.org
SENDING: User-Agent: ddclient/3.6.3
SENDING: Connection: close
SENDING:
RECEIVE: HTTP/1.1 200 OK
RECEIVE: Date: Mon, 16 Jun 2003 00:30:30 GMT
RECEIVE: Server: Apache/2.0.46 (Unix)
RECEIVE: Pragma: no-cache
RECEIVE: Cache-Control: no-cache
RECEIVE: Content-Length: 173
RECEIVE: Connection: close
RECEIVE: Content-Type: text/html; charset=ISO-8859-1
RECEIVE:
RECEIVE:
Current IP Check
RECEIVE:
RECEIVE: Current IP Address: 216.75.190.175
RECEIVE:
Hostname: 190-175.speede.golden.net
RECEIVE:
DEBUG: get_ip: using web, checkip.dyndns.org/ reports 216.75.190.175"
How can I make this script autostart....???