ddclient-forum Mailing List for ddclient (Page 6)
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...> - 2009-07-02 02:32:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7474981 By: eredicatorx Thanks that worked! I was using my old conf and had just upgraded the perl script. Thanks again. E./ ______________________________________________________________________ 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...> - 2009-07-01 19:08:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7474460 By: wimpunk If the script fails, you should get an error like "WARNING: Can not execute post script: /home/erin/conf/bin/proftpd-update.sh" Since it doesn't do that, I would suggest you to put the postscript parameter in the configuration file and don't add it to commandline. I know for sure it should work with the latest release and with the postscript added in the config file. I din't tried it as a parameter to the command line. ______________________________________________________________________ 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...> - 2009-07-01 06:50:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7473224 By: eredicatorx I am trying to create a postscript that changes my IP in the masquerade field of my proftpd.conf When I run the script it works as it should. It takes the first argument and seds it into a mock proftpd.conf and then copies the file to the conf directory. I checked that the script is executable. I have tried to start it using the following arguments, like ddclient -debug -syslog -cache /home/erin/conf/ddclient/cache/ddclient.cache -postscript /home/erin/conf/bin/proftpd-update.sh I also added the path to the postscript section in the perl file at line 585 [ "postscript", "/home/erin/conf/bin/proftpd-update.sh", "-postscript : script to run after updating ddclient, has new IP as param" ], Which of course did not work. Finally I straced the program and still could not find anything usefull to tell me why the program was failing. If anyone can help I would apperciate it. The shell script below works well for what I need, others are welcome to try it out. <script> #!/bin/bash -x IP=$1 WORKDIR=/home/erin/conf/proftpd/ PROFTPDHOME=/etc/proftpd/ CACHEFILE=/var/cache/ddclient/ddclient.cache #awk -F, '{ print $5}' $CACHEFILE | sed "s# cd $WORKDIR sed "s#MasqueradeAddress MASKADD#MasqueradeAddress ${IP}#" proftpd.conf-working > proftpd.conf cp proftpd.conf $PROFTPDHOME /sbin/service proftpd restart exit </script> ______________________________________________________________________ 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...> - 2009-06-16 06:25:29
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7446685 By: swordphsh I read in the change log that version 3.8.0 has support of multiple ip addresses, but I cannot find any documentation on how to do this. I'm running a server with two WAN connections (eth1 and eth2) and would like to designate which ip/interface updates which hostname without running a second instance of 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...> - 2009-06-08 18:00:37
|
Bugs item #2800723, was opened at 2009-06-03 23:08 Message generated for change (Comment added) made by erijo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Erik Johansson (erijo) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid Value for keyword 'ip' = '' saved to cache Initial Comment: ddclient saves an empty value for the IP-address to the cache, resulting in the following warning the next time ddclient is run: WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = '' The reason for this is that the server I connect to (dyndns2, custom) replies with "good" after updating and "nochg" when no update have been done. But ddclient seems to except that the reply contains the IP, which it in this case doesn't do. The attached patch fixes the problem for me with ddclient version 3.7.3. ---------------------------------------------------------------------- >Comment By: Erik Johansson (erijo) Date: 2009-06-08 20:00 Message: I have now tried the latest version from subversion and it doesn't work without my patch. But with the patch applied it works. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2009-06-04 09:14 Message: I've been commenting your patch before I took a look. I remember there has been a patch out to fix almost the same problem. I will have to check the archive. Could you please verify your patch against 3.8.0 or the subversion version? ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2009-06-04 09:09 Message: I think you interpreted the result incorrect. The ip in the cache file is the latest version it knew. On line 3387 of the subversion version you see what ddclient does when it gets a nochg answer from dyndns. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-06-07 04:15:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7430223 By: cashion77 Sorry, the last line in the example config shouldn't have the "http://" inserted. ______________________________________________________________________ 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...> - 2009-06-07 04:12:25
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7430222 By: cashion77 I just finished testing hankessels patch with the 3.8.0 release and can confirm that his works for updating multiple domains using the same host names. I believe the patch mentioned by edmdude was implemented into 3.8.0, and it appears to me that patch only worked if you were dealing with a single domain (allowing multiple hosts as necessary). If you were to implement hankessels patch, I would change the sample config file like so: ## ## NameCheap (namecheap.com) ## # protocol=namecheap, \ # server=dynamicdns.park-your-domain.com, \ # login=yourdomain.com \ # password=dyndns password \ # @.yourdomain.com # www.yourdomain.com ______________________________________________________________________ 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...> - 2009-06-04 07:14:46
|
Bugs item #2800723, was opened at 2009-06-03 21:08 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Erik Johansson (erijo) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid Value for keyword 'ip' = '' saved to cache Initial Comment: ddclient saves an empty value for the IP-address to the cache, resulting in the following warning the next time ddclient is run: WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = '' The reason for this is that the server I connect to (dyndns2, custom) replies with "good" after updating and "nochg" when no update have been done. But ddclient seems to except that the reply contains the IP, which it in this case doesn't do. The attached patch fixes the problem for me with ddclient version 3.7.3. ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2009-06-04 07:14 Message: I've been commenting your patch before I took a look. I remember there has been a patch out to fix almost the same problem. I will have to check the archive. Could you please verify your patch against 3.8.0 or the subversion version? ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2009-06-04 07:09 Message: I think you interpreted the result incorrect. The ip in the cache file is the latest version it knew. On line 3387 of the subversion version you see what ddclient does when it gets a nochg answer from dyndns. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-06-04 07:09:26
|
Bugs item #2800723, was opened at 2009-06-03 21:08 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Erik Johansson (erijo) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid Value for keyword 'ip' = '' saved to cache Initial Comment: ddclient saves an empty value for the IP-address to the cache, resulting in the following warning the next time ddclient is run: WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = '' The reason for this is that the server I connect to (dyndns2, custom) replies with "good" after updating and "nochg" when no update have been done. But ddclient seems to except that the reply contains the IP, which it in this case doesn't do. The attached patch fixes the problem for me with ddclient version 3.7.3. ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2009-06-04 07:09 Message: I think you interpreted the result incorrect. The ip in the cache file is the latest version it knew. On line 3387 of the subversion version you see what ddclient does when it gets a nochg answer from dyndns. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-06-03 21:08:38
|
Bugs item #2800723, was opened at 2009-06-03 23:08 Message generated for change (Tracker Item Submitted) made by erijo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Erik Johansson (erijo) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid Value for keyword 'ip' = '' saved to cache Initial Comment: ddclient saves an empty value for the IP-address to the cache, resulting in the following warning the next time ddclient is run: WARNING: file /var/cache/ddclient/ddclient.cache, line 4: Invalid Value for keyword 'ip' = '' The reason for this is that the server I connect to (dyndns2, custom) replies with "good" after updating and "nochg" when no update have been done. But ddclient seems to except that the reply contains the IP, which it in this case doesn't do. The attached patch fixes the problem for me with ddclient version 3.7.3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2800723&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-06-03 18:43:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7425408 By: wimpunk You could either try to use=web or find the exact url on your router where ddclient can find the WAN ip. It's explained in the documentation how to do this. ______________________________________________________________________ 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...> - 2009-06-03 14:43:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7424986 By: msalmanmasood Need ddclient for the ZTE routers.... please help!! ______________________________________________________________________ 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...> - 2009-06-01 12:21:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7420730 By: baron_bits In the last post, Sourceforge automatically appended the "http://", that's not actually in 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...> - 2009-06-01 05:21:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7420225 By: baron_bits I've applied the eNom patch, but am having troubles with the host definitions. For example, I have several domains I'd like to update. I want to update the 'www' A record for these domains. When I define multiple hosts and do not include the FQDN, it skips everything but the last host. However, if I put in the FQDN, it processes each host, however, it sets the FQDN as the hostname in eNom so I things like 'www.mydomain.com.mydomain.com'. Included below are a few sample configs I've tried, none work the way I need them though. Thanks in advance to anyone that can give me a hand on this one. --- Config 1: Works for one host --- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www -- end Config 1 -- ---- Config 2: Only works for the last defined host ---- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www # domain2.com domain=domain2.com login=domain2.com password=abc123 www ---- End Config 2 ---- ---- Config 3: Updates all hosts defined, but adds hostnames with domain names to eNom ---- # Global Variables pid=/var/run/ddclient.pid daemon=300 protocol=enom server=dynamic.name-services.com syslog=yes use=if, if=eth0 ssl=yes # domain1.com domain=domain1.com login=domain1.com password=abc123 www.domain1.com # domain2.com domain=domain2.com login=domain2.com password=abc123 www.domain2.com ---- end Config 3 ---- ______________________________________________________________________ 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...> - 2009-05-29 19:19:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7417071 By: dupuy Which protocol should I use for this service? I am currently using inadyn, but ddclient seems a bit more sophisticated, so am considering switching over. I would guess that dyndns1 protocol might work, but am wondering if anyone knows for sure. @alex ______________________________________________________________________ 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...> - 2009-05-22 23:54:22
|
Feature Requests item #1436145, was opened at 2006-02-21 20:57 Message generated for change (Comment added) made by blueyed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1436145&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Bill Wohler (wohler) Assigned to: wimpunk (wimpunk) Summary: Add "use" to host definition Initial Comment: It appears that "use" is a global definition only. However, I'd like it to be useful in host definitions also. For example, I'd like home.dyndns.org to reflect the IP address for my firewall at home and laptop.dyndns.org to reflect the IP address of my laptop, no matter where it is. I thought something like the following would do the trick, but it only confused ddclient (3.6.2-6, on Debian GNU/Linux (etch)). protocol=dyndns2 server=members.dyndns.org login=<login> password=<password> use=web laptop.dyndns.org use=fw, \ fw=http://192.168.0.1/status.html, \ fw-login=<login>, \ fw-password=<password> \ home.dyndns.org ---------------------------------------------------------------------- Comment By: daniel hahler (blueyed) Date: 2009-05-23 01:54 Message: With 3.8.0 the following appears to work: use=web some-server-settings server=updates.opendns.com, use=cmd, cmd="wget -q www.example.com/ip.php -O-" login=$USER, password='$PASS' $NAME It uses "web" by default, but the specified command in the second case. Looks like adding this feature caused multiple queries for the same "use" (i.e. if you have just one global "use" config, it gets refetched per server entry), filed at 2795656. However, this item can be closes, as far as I can see. ---------------------------------------------------------------------- Comment By: Crazy_Hopper (crazy_hopper) Date: 2008-05-22 17:15 Message: Logged In: YES user_id=1371696 Originator: NO Same goes for 'if' setting. One must be able to monitor different local interfaces for different host entries. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1436145&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-05-22 23:45:32
|
Feature Requests item #2795656, was opened at 2009-05-23 01:45 Message generated for change (Tracker Item Submitted) made by blueyed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=2795656&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: daniel hahler (blueyed) Assigned to: Nobody/Anonymous (nobody) Summary: Only fetch IP once (for each set of "use") Initial Comment: Typically, you'll have a global config for "use", e.g. "use=web". Now, if you have several server/host entries, it will fetch the IP multiple times (i.e. runs "cmd" multiple times, or in the use=web case, fetches the resource multiple times), which is not necessary. Since you may want to use different IPs (and therefore use-methods) for different servers, this should get cached for the current run per "use"-set: i.e. if you use "web" as default, but "cmd" for a server, this might in fact result in different IPs. The param(s) to the "use"-method should get considered, of course, since "web" can be used with different sites, much like "cmd". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=2795656&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-05-22 23:39:15
|
Feature Requests item #1758564, was opened at 2007-07-22 22:37 Message generated for change (Comment added) made by blueyed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1758564&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Access to other dyndns service providers Group: None Status: Open Priority: 5 Private: No Submitted By: Tyler (fssnowboard) Assigned to: wimpunk (wimpunk) Summary: OpenDNS update support Initial Comment: Recently, OpenDNS has enabled a dynamic IP update system so that account settings can be dynamically updated. This is important because OpenDNS accounts can filter DNS requests, but you need an up to date IP for it to work properly. Below is a link to the FAQ at OpenDNS. http://www.opendns.com/account/dynamic_dns/ ---------------------------------------------------------------------- Comment By: daniel hahler (blueyed) Date: 2009-05-23 01:39 Message: This is possible using: ssl=yes server=updates.opendns.com, login=$USER, password='$PASS' $LABEL I have used ssl=yes as a global option, but it might work in the server-line, too (have not tried, apart from options=ssl, which failed - misinterpreted from the help I guess) ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2007-07-23 14:23 Message: Logged In: YES user_id=722282 Originator: NO If their discription is correct, the attached patch should make it possible to use their service using use=dyndns2. It's just a quick fix so if you test it successful, I'll create a better one. File Added: opendns.patch ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2007-07-23 12:55 Message: Logged In: YES user_id=722282 Originator: NO Taking a quick look at the site, it looks like you could use the dyndns2 code for it. It can't be hard to implement. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1758564&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-05-16 10:08:12
|
Bugs item #2792436, was opened at 2009-05-15 19:11 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2792436&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Dan McCombs (override_x) Assigned to: Nobody/Anonymous (nobody) Summary: URL in abuse message for DynDNS is out of date Initial Comment: When an abuse response is received when trying to update a DynDNS hostname, ddclient prints: "The hostname specified is blocked for abuse; fill in the form at http://support.dyndns.org/abuse.php to be unblocked" However, http://support.dyndns.org/abuse.php no longer exists. In fact, there isn't a direct URL anymore for unblock requests, it's just shown on the page for each host. This message should probably read: "The hostname specified is blocked for abusive updates; login to your account at http://www.dyndns.com for more information" ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2009-05-16 10:08 Message: Fix in revision 110 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2792436&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-05-15 19:11:37
|
Bugs item #2792436, was opened at 2009-05-15 19:11 Message generated for change (Tracker Item Submitted) made by override_x You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2792436&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dan McCombs (override_x) Assigned to: Nobody/Anonymous (nobody) Summary: URL in abuse message for DynDNS is out of date Initial Comment: When an abuse response is received when trying to update a DynDNS hostname, ddclient prints: "The hostname specified is blocked for abuse; fill in the form at http://support.dyndns.org/abuse.php to be unblocked" However, http://support.dyndns.org/abuse.php no longer exists. In fact, there isn't a direct URL anymore for unblock requests, it's just shown on the page for each host. This message should probably read: "The hostname specified is blocked for abusive updates; login to your account at http://www.dyndns.com for more information" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2792436&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-05-01 21:40:42
|
Bugs item #2785293, was opened at 2009-05-01 21:40 Message generated for change (Tracker Item Submitted) made by jimmik You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2785293&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: current version Status: Open Resolution: None Priority: 5 Private: No Submitted By: JimKnopf (jimmik) Assigned to: wimpunk (wimpunk) Summary: given 'opt' should have priority to global-defaults Initial Comment: Hi, if no use= is defined in ddclient.conf and you start ddclient as following: /usr/sbin/ddclient -daemon 300 -use if -if ppp0 then you will get: DEBUG: get_ip: using ip, ip reports <undefined> WARNING: unable to determine IP address this is telling me that given opt('use') has no effect. Attached patch fix this Problem (added to patches, too "https://sourceforge.net/tracker/?func=detail&aid=2785288&group_id=116817&atid=676130") ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2785293&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-05-01 21:34:06
|
Patches item #2785288, was opened at 2009-05-01 21:34 Message generated for change (Tracker Item Submitted) made by jimmik You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=2785288&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: JimKnopf (jimmik) Assigned to: Nobody/Anonymous (nobody) Summary: given 'opt' should have priority to global-defaults Initial Comment: Hi, if no use= is defined in ddclient.conf and you start ddclient as following: /usr/sbin/ddclient -daemon 300 -use if -if ppp0 then you will get: DEBUG: get_ip: using ip, ip reports <undefined> WARNING: unable to determine IP address this is telling me that given opt('use') has no effect. Attached patch fix this Problem ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=2785288&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-04-29 01:06:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7311967 By: robertwilcox Thanks. I would have posted it there if I had found a forum there, but I didn't see one. Anyway, one of the guys got it installed so I withdraw the question. ______________________________________________________________________ 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...> - 2009-04-28 20:44:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7310427 By: wimpunk I think you should post your question on the site where you find the instructions. ______________________________________________________________________ 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...> - 2009-04-28 12:17:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7306907 By: robertwilcox I found the following instructions on http://www.sonoracomm.com/support/19-inet-support/232-ddclient wget http://cdn.dyndns.com/ddclient.tar.gz tar -xzvf ddclient.tar.gz cd ddclient-3.7.3/ mkdir /etc/ddclient mkdir /var/cache/ddclient cp ddclient /usr/local/bin cp sample-etc_ddclient.conf cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient chkconfig --add ddclient cd .. rm -rf ddclient-3.7.3/ on the second cp command there is only on file. Shouldn't there be a destination also? ______________________________________________________________________ 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 |