ddclient-forum Mailing List for ddclient (Page 22)
Brought to you by:
supersandro2000,
wimpunk
This list is closed, nobody may subscribe to it.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(25) |
Sep
(27) |
Oct
(37) |
Nov
(35) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(36) |
Mar
(14) |
Apr
(13) |
May
(23) |
Jun
(23) |
Jul
(10) |
Aug
|
Sep
(12) |
Oct
(7) |
Nov
(35) |
Dec
(23) |
2009 |
Jan
(19) |
Feb
(16) |
Mar
(15) |
Apr
(18) |
May
(8) |
Jun
(11) |
Jul
(5) |
Aug
(22) |
Sep
(4) |
Oct
(11) |
Nov
(4) |
Dec
(1) |
2010 |
Jan
(1) |
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
(7) |
Jun
(12) |
Jul
(9) |
Aug
(2) |
Sep
(7) |
Oct
(5) |
Nov
|
Dec
(2) |
2011 |
Jan
|
Feb
(8) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
(7) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2012 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-08-28 19:58:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4489467 By: wimpunk I'm trying to force the error by using the same configuration but I don't get it. Which version of ddclient are you using? ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-28 19:20:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4489405 By: mvivash Hi, I'm getting a strange message and any help would be appreciated... WARNING: file /etc/ddclient.conf, line 5: unrecognized keyword 'mail-failure' (ignored) Oddly enough, I still get the failure e-mails anyway...just a lot of them telling me they don't recognize 'mail-failure'. Any idea how to clean this up? My config file is: # ddclient.conf daemon=300 syslog=yes mail=support@<xxx>.com mail-failure=support@<xxx>.com pid=/var/run/ddclient.pid use=web, web=checkip.dyndns.org/, web-skip='IP Address' server=www.zoneedit.com protocol=zoneedit1 login=<xxx> password=<xxx> <xxx>.com,www.<xxx>.com,beta.<xxx>.com >end of file Also, the sample conf file in the distro has the entry: ssl=yes # use ssl-support. Works with # ssl-library ...but it throws up the same error (unrecognized keyword) too if added to my config file. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-25 10:40:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4484256 By: wimpunk First, as far as I know, ubuntu stores its config in /etc/ddclient.conf while the official version uses /etc/ddclient/ddclient.conf. The normal cache can be found in /var/cache/ddclient/ddclient.cache but I'm afraid the ubuntu people changed it to. The latest version of ddclient is added to the latest version of ubuntu but I don't know how you can install it easily. You should check the ubuntu places about it. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-25 05:23:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4484086 By: soelknight Well it might be a problem on my end. I am running Ubuntu which I am not really familiar with and could be the culprit. So I had it installed as version 3.7.0 using apt-get. However, I was copying the ddclient from within the <location I downloaded it to>/trunk/svn (Version 3.7.3) to the /usr/sbin directory. I looked at the documentation on the source forge home page and see to modify the cache file, however I am not sure how because I cannot find the release notes in the svn directory or the tags/release3.7.3 directory that say what to modify. So if I need to modify the cache file what should I go about doing to it, also is this not the correct approach to use in ubuntu to upgrade ddclient. Is there maybe and apt-get upgrade in a sense I could use? ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-24 07:27:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4482316 By: wimpunk don't worry about that stuff. The Dyndns folks regularly warn us when there's something changed. We're quiet close. :-) Just happy it's not wrong what's out there. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-24 07:24:09
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4482314 By: wimpunk are you sure you're using the svn version? The error you mention was there on the 3.7.0 release. Looking at the svn version of the code I line 1968 has: if ($config{$host}{'login'} eq '') { So there's no $ne over there... Looking at the fix of r40 again, I think you get the problem only when running in debug mode. Am I correct? If so, please check if you're really using current version of svn (of take the latest release, it's quiet the same). ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-24 06:45:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4482276 By: soelknight Brand new download and installation of the subversion as of 08/24/07. Ran ddclient once, went great! Second time it ran I got this error message, "Use of uninitialized value in string ne at /usr/sbin/ddclient line 1968." Same config file I have been using since 3.7.0 which worked great! Removed the temp file (forgot the name, and I lost connectivity because my IP wont update ;), the file is created to keep track of the updates I presume), works perfectly again! Ran ddclient in verbose debug mode, it updates successfully it says but still gives the error message I mentioned above. Is there anyway to get this error message resolved? I am not to code savvy but it seems like the problem doesn't go with the line number given. Since I can't get my IP to update with zoneedit I cannot grab configuration files for yah but it is just like the basic configuration mentioned on the main wiki page. Thanks ddclient folk you rock! ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-23 22:58:06
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4481921 By: vikram_khatri Actually it was my fault. I have been using dyndns for couple of years and somewhere in the middle, they changed their address from http://www.dyndns.org to http://www.dyndns.com. So like an intelligent person, I concluded that now I have to change my address to www.dyndns.com. Sorry, my wrong interpretation. Thanks ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-23 05:50:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4480029 By: wimpunk I'm wondering where you found that you have to use www.dyndns.org in stead of members.dyndns.org. Actually, once you've specified you want to use the dyndns2 protocol by specifying protocol=dyndns2, ddclient uses by default the correct server members.dyndns.org. So if there's anything wrong out there, I want to correct it so others don't find the wrong information. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-23 00:59:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4479795 By: vikram_khatri After scourging through various posts given in the forum, I was finally able to set the IP address and I do no longer get infamous "Good 127.0.0.1" This is true for custom DNS for dyndns.org or www.dyndns.com. Somebody suggested to use members.dyndns.org instead of www.dyndns.org and that made the trick even if you have "custom" dns. here is my successful ddclient.conf file. (I did not understand why there was a need of \ in config as my following config worked well. ============================= daemon=300 syslog=yes mail=root mail-failure=root pid=/var/run/ddclient.pid ssl=no fw-login=myuser fw-password=mypwd use=fw, fw=http://192.168.100.100:80/Status.htm, fw-skip='WAN.*?IP Address:' wildcard=YES login=myuser password=mypwd custom=yes server=members.dyndns.org protocol=dyndns2 zinox.com,anabas.org ================================ Look at the config as I do not use \ after custom but it seems to work ok. I was confused as I saw \ at some places and it was not shown at other places. May be, perl is powerful (Hi Larry). I should have consulted sample config file as it specifically says to use members.dyndns.org for custom. Thank you so much. ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-23 00:33:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4479775 By: vikram_khatri Hi - Thanks for the reply. I am still having this trouble as of date. My IP address changes once or twice in a year so I get into this whenever IP update fails. This is my config file: ====================== daemon=300 syslog=yes protocol=dyndns2 mail=root mail-failure=root pid=/var/run/ddclient.pid ssl=no fw-login=mylogin fw-password=mypwd use=fw, fw=http://192.168.100.100:80/Status.htm, fw-skip='WAN.*?IP Address:' server=www.dyndns.com wildcard=YES login=mylogin password=mypwd custom=yes zinox.com ====================== This is the partial output from debug: DEBUG: proxy = DEBUG: url = http://192.168.100.100:80/Status.htm DEBUG: server = 192.168.100.100:80 DEBUG: opt(fw = DEBUG: glo fw = http://192.168.100.100:80/Status.htm CONNECT: 192.168.100.100:80 CONNECTED: using HTTP SENDING: GET /Status.htm HTTP/1.0 SENDING: Host: 192.168.100.100:80 SENDING: Authorization: Basic YWRtaW46YWRtaW4= SENDING: User-Agent: ddclient/3.7.3 SENDING: Connection: close SENDING: ->->->->->->->->-> DEBUG: get_ip: using fw, http://192.168.100.100:80/Status.htm reports 24.40.134.32 INFO: forcing updating zinox.com because no cached entry exists. DEBUG: DEBUG: nic_dyndns2_update ------------------- INFO: setting IP address to 24.40.134.32 for zinox.com UPDATE: updating zinox.com DEBUG: proxy = DEBUG: url = http://www.dyndns.com/nic/update?system=custom&hostname=zinox.com&myip=24.40.1 41.46&wildcard=ON DEBUG: server = www.dyndns.com DEBUG: opt(fw = DEBUG: glo fw = http://192.168.100.100:80/Status.htm CONNECT: www.dyndns.com CONNECTED: using HTTP SENDING: GET /nic/update?system=custom&hostname=zinox.com&myip=24.40.134.32&wil dcard=ON HTTP/1.0 SENDING: Host: www.dyndns.com SENDING: Authorization: Basic dmlrcmFtazphbmphbGk= SENDING: User-Agent: ddclient/3.7.3 SENDING: Connection: close SENDING: RECEIVE: HTTP/1.1 200 OK RECEIVE: Date: Thu, 23 Aug 2007 00:19:23 GMT RECEIVE: Server: Apache RECEIVE: X-UpdateCode: X RECEIVE: Content-Length: 14 RECEIVE: Connection: close RECEIVE: Content-Type: text/plain; charset=ISO-8859-1 RECEIVE: RECEIVE: good 127.0.0.1 SUCCESS: updating zinox.com: good: IP address set to 127.0.0.1 If I type the url http://www.dyndns.com/nic/update?system=custom&hostname=zinox.com&myip=24.40.134 .32&wildcard=ON in my browser address, it returns as "good 127.0.0.1" Though ddclient is running on my machine but it does not seem to work. May be, it is not the ddclient issue but dyndns returns infamous "good 127.0.0.1". Or is it getting right credentials passed on? All of these my wild guesses. I can help fix this if you give me directions. I can work with perl a little bit. Your help is very much appreciated. Thanks ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-16 05:58:10
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4467690 By: wimpunk Your script looks nice but I think it's a better idea to check why ddclient is hanging. It's _not_ a normal behavior and I'm pretty interested why ddclient hangs. ______________________________________________________________________ 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=399429 |
From: SourceForge.net <no...@so...> - 2007-08-15 21:59:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4467257 By: fest3er Some years ago, I had trouble keeping ddclient running reliably. IIRC, ddclient would 'hang' and stop updating the dyndns service. As a workaround, I wrote the following shell script to be run via init(1). The basic idea is that init(1) runs the script. The script runs ddclient, then sleeps for some minutes, to give ddclient enough time to do its job. Then, regardless of the update's success, ddclient is killed. When the script exits, init(1) restarts it. I did this because ddclient, as a daemon, was hanging and not updating the DNS entry. Ameritech's DSL system changes the IP address almost as often as humans blink. Because I needed reliable remote access to the target system, I decided to use init(1) to be sure that ddclient ran regularly. Since then, ddclient has been more stable than bedrock (plate tectonics, you see...). Five years now and it's been running without a hitch. So, in case this option might be of use to the project or to others, here's the inittab entry and the shell script: inittab entry: DD:23:respawn:/etc/ddclient.sh shell script: #! /bin/sh # 4/10/02 Neal P. Murphy # Donated to the ddclient project, 8/15/07 # ddclient shell script to run from init(1) # run once, sleep 300 seconds and exit, letting init(1) # restart it. # Run ddclient in background and save PID /usr/sbin/ddclient -pid "/var/run/ddclient.pid"& PID=$! # Give ddclient 5 minutes to do its magic, then murder it sleep 300 kill -9 $PID `cat /var/run/ddclient.pid 2>/dev/null` >/dev/null 2>&1 rm -f /var/run/ddclient.pid >/dev/null 2>&1 # Now exit, and let init restart it exit 0 ______________________________________________________________________ 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=399429 |
From: SourceForge.net <no...@so...> - 2007-08-13 14:50:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4462046 By: wimpunk You're welcome. Thanks for using ddclient. ______________________________________________________________________ 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=399427 |
From: SourceForge.net <no...@so...> - 2007-08-13 14:48:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4462041 By: phermi Many, many thanks. It is done! ______________________________________________________________________ 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=399427 |
From: SourceForge.net <no...@so...> - 2007-08-13 14:07:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461963 By: wimpunk In fact, the last line says it all: 124. FATAL: Cannot create file '/var/cache/ddclient/ddclient.cache'. (No such file or directory) Create /var/cache/ddclient and make it writable for the user running ddclient (mostly root) ______________________________________________________________________ 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=399427 |
From: SourceForge.net <no...@so...> - 2007-08-13 13:48:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461934 By: phermi wimpppunk, Thanks. It is in fact a cache issue: RECEIVE: 74.236.44.54 DEBUG: get_ip: using web, www.whatismyip.org reports 74.236.44.54 INFO: forcing updating ipt.dnsalias.com because no cached entry exists. http://ddclient.pastebin.com/m544cc878 ______________________________________________________________________ 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=399427 |
From: SourceForge.net <no...@so...> - 2007-08-13 06:49:16
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461537 By: wimpunk It's probably a cache problem. Try to run ddclient more verbose: ddclient -verbose or even `ddclient -daemon=0 -debug -verbose -noquiet` If you don't understand anything of the output, post the output on ddclient.pastebin.com and put a link here. ______________________________________________________________________ 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=399427 |
From: SourceForge.net <no...@so...> - 2007-08-13 01:39:08
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4461354 By: phermi DynDNS is continuosly blocking my domain. Every time I run ddclient, every 5 minutes, while the IP remain the same, I always got a "SUCCESS: updating mydomain: good: IP address set to xx.yy.zz.ww. I am runninf ddclinet like this: ddclient -web www.whatismyip.org -noforce Any advice is appreciatted. phermi ______________________________________________________________________ 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=399427 |
From: SourceForge.net <no...@so...> - 2007-08-08 05:53:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4453086 By: wimpunk See README.ssl or the faq on http://ddclient.wiki.sourceforge.net/Faq: <quote> Check the README.ssl, you'll find a hint there. You probably didn't installed a package providing IO::Socket::SSL. You need it if you want to use the ssl functionality. On debian and ubuntu you need libio-socket-ssl-perl to have IO::Socket::SSL. </quote> ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-08 00:31:53
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4452877 By: mfcardenas How can I configure the SSL support? The output is this Can't locate IO/Socket/SSL.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i486-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i486-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) at /usr/sbin/ddclient line 1666. How can I install that module? or instead, remove the SSL support for ddclient? Thanks! ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-06 18:28:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4450613 By: wimpunk There are a few important changes: * if you want to use ssl support, you need IO::Socket::SSL support in perl * configuration moved from /etc/ddclient to /etc/ddclient/ddclient.conf Check the result of ddclient -daemon=0 -debug -verbose, it will probably tell you what's going wrong. Kind regards, wimpunk ______________________________________________________________________ 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 |
From: SourceForge.net <no...@so...> - 2007-08-06 18:16:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4450600 By: mfcardenas I've used ddclient for years and never had a problem like this. My configuration file is okay, /var/cache/ddclient already exists and I delete by hand /var/run/ddclient.pid before running it again So, I run ddclient and it dies immediatly! no warning/error mesages, no syslog output, it dies silently and does not update my ip. What could be the problem? I've upgraded from Slackware 11 to Slackware 12, but am using the same version and configuration file. I suspect it could be an incompatibility with a library or something like since does not work in daemon mode nor manual mode... Any suggestion? Thanks, Miguel ______________________________________________________________________ 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 |