ddclient-forum Mailing List for ddclient (Page 7)
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-04-22 20:26:24
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7263782 By: dcg9381 Namecheap seems to be unaware of this problem. I mentioned that their documentation indicating how to correctly configure a ddclient.conf file resulted in errors. They basically asked me over a long chain of emails to test scenario A, scenario B, etc. Their solution works for a named host within a domain. If you're just trying to update the domain itself, there are problems. The conf file that works for me: # /etc/ddclient.conf protocol=namecheap use=if, if=eth1 server=dynamicdns.park-your-domain.com login=mydomain.net password=<password> <hostA>,www Where <password> = your dynamic DNS password as indicated by namecheap. This is not your account password, it is dynamically generated. <hostA> = apparently you must list at least one host within your domain. It does not need to be a real host, but must be created on the namecheap side. Other notes: When I do this, I get a cache file. If I attempt to rerun referencing that same cache file, I get the following error: "Use of uninitialized value in string ne at /usr/sbin/ddclient line 2030." I'm working around by removing the cached file each time, but that obviously breaks the "don't update unless dirty IP" functionality... ______________________________________________________________________ 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-04-22 05:28:33
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7258461 By: dragudor Well this is something which i also have been trying to get to work, will post the code. 'dlink-655' => { 'name' => 'D-Link DIR-655', 'url' => '/Status/Device_Info.shtml' 'skip' => 'IP Address', }, How ever that only resulted in the responce of the following in the mail to root. WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' Also the portion in the /Status/Device_Info.shtml file where the part for the WAN IP should be located looks like this <p> <label class="duple">IP Address :</label> <span id="wan_ip_address_0" class="output"> </span> </p> My knowledge of coding these types of things is not that high, how ever I can be somewhat stubborn about it. But this was what i were trying with. But could not quite get it to work. So any suggestions to what to try would be nice :) ______________________________________________________________________ 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-19 11:50:00
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7226361 By: wimpunk The readme of ddclient tells you sitelution is already supported. ______________________________________________________________________ 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=467339 |
From: SourceForge.net <no...@so...> - 2009-04-17 16:55:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7210515 By: t-j-w Hello, at the moment I'm searching for a DDNS client demon supporting the sitelutions DDNS service provider. That service is quite attractive since it supports a secure connections an as many domains and subdomains as one needs. On the site of the provider I found a sample to update an IP for an URL: Sample Update URL https://www.sitelutions.com/dnsup?id=990331&user=my...@my...&pass=Secre tPass&ip=192.168.10.4 My question: Is it possible to make ddclient to support sitelutions DDNS service? Kind regards, TJ ______________________________________________________________________ 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=467339 |
From: SourceForge.net <no...@so...> - 2009-04-15 06:38:43
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7176616 By: wimpunk It looks like I wasn't awake when I posted my previous post. You were pretty correct, just remove line 11 and it should work. You could even do a little more, see changed I made on http://pastebin.com/m3ebd063f ______________________________________________________________________ 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-14 19:11:49
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7172613 By: avaodoemena Success! Thank you. The reason the eth0 line was there in the first place, was because during install, ddclient asked me to choose it among pppowhatever, so I thought I had to take what seemed most logical (to me). Took me 4 days to figure this one out :-) ______________________________________________________________________ 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-14 10:53:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7169498 By: avaodoemena OK, I'm not sure what you mean here, I'm guessing what you're saying is that line 11 should not be there at all. So I will delete it and see, if ddclient will take the instruction from line 8. I'll report back if that brings the desired result:-) ______________________________________________________________________ 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-14 06:49:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7168109 By: wimpunk I think if you do a `sudo ifconfig eth0` you'll see 192.168.1.15... so ddclient is sending your IP like you configured. It's configured at line 11 of your configuration file. You could either try to fetch your WAN-ip from your router or use `use=web` on line 11 to fetch your ip from checkip.dyndns.org. ______________________________________________________________________ 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-13 17:54:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7164408 By: avaodoemena Aloha, I run a small opensim standalone on my regular Desktop PC on a ADSL fed LAN, behind a router and I'm using dynDNS. For some odd reason ddclient is sending my *internal* IP address to dynDNS. So when I go to check the current IP address with the host, it's the 192.168.1.15 which is the internal IP address on the LAN for my PC/server. The config file is here http://pastebin.com/m21e9b01c ______________________________________________________________________ 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-09 05:35:05
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7121490 By: wimpunk You could post your modified code to the patches section. ______________________________________________________________________ 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-09 02:26:57
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7120480 By: vinetree I had modified the code to make D-Link Router 655 work. The code is not pretty(just make it work). For those are interested, send me an email, I will send you the code. My email address: vin...@gm... Cheers... ______________________________________________________________________ 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-07 22:49:03
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7105252 By: loudog23 I have the same problem here. (for running an FTP) It's was up and running fine for 3days straight, then out of no-where the domain-name dose not connect to my computer anymore. I can log by using my router IP (192.168.xxx.xxx) or my WAN IP but i cannot connect when using my domain name. I did NOT change anything since last good Login If i do 'sudo /etc/init.d/ddclient restart' i get [OK] If i do 'sudo ddclient -daemon=0 -verbose -debug -noquiet' i get (last few lines): "RECEIVE: <html><head><title>Current IP Check</title></head><body>Current IP Address: xxx.xxx.xxx.xxx</body></html> DEBUG: get_ip: using web, checkip.dyndns.org/ reports xxx.xxx.xxx.xxx SUCCESS: myname.dyndns.org: skipped: IP address was already set to xxx.xxx.xxx.xxx." The Ip that appears (i've blanked it with xxx.xxx.) is correct. So in other word, i can access my FTP locally (by using my router IP:Port) I can access my FTP by typing my WAN IP:Port ddclient does update my IP correctly but i CANNOT access with my domain name Any1 can help? Thanks in advance ______________________________________________________________________ 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-07 15:26:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7101275 By: dcg9381 This was driving me nuts. The tech support at namecheap does not know what is going on and managed to feed be back incorrect useage for the conf file. Just for reference, I updated to ddclient 3.8 and this is the conf file format that is correctly working for me. It's updating both my host and the domain now... # /etc/ddclient.conf protocol=namecheap use=if, if=eth1 server=dynamicdns.park-your-domain.com login=22returbo.net password=1b9aa1865e02<CENSOR> host1,www ______________________________________________________________________ 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-01 17:34:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7043124 By: fafaforza Ah, ok, I'll do more research on the option. I'm actually updating the IP for a remote host which queries my ntp server for time. I don't have access to the actual router (and I'm told it's really old, told not to mess with it), so instead am going by a log file. I'll just keep my own cache and only force it if the IP changes. 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-04-01 08:32:08
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7039382 By: wimpunk it a little strange you didn't find an answer in the forum because this has been asked a few times. Since it's not allowed to query the dyndns nameservers intense and since the local dns isn't always reliable, ddclient completely depends on its cache file. So if you really want to force an update, use the force-option but keep in mind that your dynamic dns provider will block you if you to try it to much. If you just rely on ddclient, everything works fine. There is no reason why you should use anything else to change the registrated ip. ______________________________________________________________________ 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-03-31 21:27:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7035299 By: fafaforza I searched the error around but did not find any real solutions. I'm trying to use ddclient manually, ie: providing it the IP it should set with DynDNS. I tried it with this command (with or without -use=ip, no difference): # ddclient -use=ip -ip 1.2.3.223 -file /etc/ddclient/ddclient.conf -daemon 0 -verbose In return, I get: # ddclient[7249]: SUCCESS: somehost.mine.nu: skipped: IP address was already set to 1.2.3.222. I thought the whole point was to update something that might very possibly be already set to something else. Deleting /var/cache/ddclient/ddclient.cache is the only way to get it to update the IP. I also waited 10 or so minutes beteen updates. Am I missing something? Below is my config: daemon=300 syslog=yes mail=root mail-failure=root pid=/var/run/ddclient.pid ssl=no protocol=dyndns2 server=members.dyndns.org login=uname password=passwd custom=yes, \ server=members.dyndns.org, \ protocol=dyndns2 \ somehost.mine.nu ______________________________________________________________________ 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-03-20 10:53:54
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6886445 By: aksaxs Do you think this could be a bug? This configuration was working fine under a earlier version of ddClient and ddClient is picking up that an update is needed its just not executing the code to send the information to easyDNS's website to update IP:dns info, where as the information for the second host is being sent. ______________________________________________________________________ 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-03-18 19:00:35
|
Bugs item #2692419, was opened at 2009-03-18 19:59 Message generated for change (Tracker Item Submitted) made by calypso2k You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2692419&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: calypso 2k (calypso2k) Assigned to: wimpunk (wimpunk) Summary: ddclient sleeps for vely long time Initial Comment: Hello everyone, just want to say I love this piece of script :) so long story short: I have machine with broken BIOS battery. Every time it boots up the date is totally random. In this scenario ddclient will sleep for million of seconds: -computer boots up, current date is in future -ddclient starts as daemon, updates dyndns, etc... -meanwhile ntpd starts and sets up correct date -ddclint will sleep for millions of seconds reproduce: ddclient in daemon mode, any version, any perl version Perl function sleep returns number of seconds actually slept so this line $left -= sleep $delay; will put it in sleep for 7 millions seconds or so. I attached a patch file, one extra if block will not kill performance and makes sure that ddclient will not sleep more than should :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=2692419&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-03-18 11:17:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6853242 By: aksaxs Thanks for the reply but the cache directory is r/w for ddclient, and the cache file is being written when I run ddclient.... like I said when I run ddclient for a single host its fine, when I introduce the second it 'skips' the first host. The logs show that its picking up that a update is needed for the first host but it doesn't send the request to dns provider. 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-03-18 07:44:02
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6850580 By: wimpunk I think it has nothing to do with multiple domains. It's related to a bug reported earlier: the cache directory isn't create automatically. Create a cache directory /var/cache/ddclient and make it owned by the user running ddclient. Try again afterward. ______________________________________________________________________ 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-03-17 20:25:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6843510 By: aksaxs Hi, I've been using ddclient for years, or at least set it up a nice few years ago and haven't had to touch it since :) but now I've upgraded to a new server and moved my old config to the new box and am using 3.8.0 but it won't work or at least it won't update all of the hosts listed... I've been trying for a while now to get ddclient to update easyDNS for a while now, my config for easyDNS looks as follows: ddclient.conf....snip protocol=easydns,\ login=<username>,\ password=<passwod> <host1>.<host2> EasyDNS and debug/verbose logging show host2 gets updated but host1 never does... if I run just for host1 its fine, same for just host2... Log show when running for both host1 and host 2: INFO: forcing updating <host1> because no cached entry exists. CONNECT: 192.168.1.1:82 ...snip INFO: forcing updating <host2> because no cached entry exists. INFO: setting IP address to <ip> for <host2> UPDATE: updating <host2> CONNECT: members.easydns.com CONNECTED: using HTTP SENDING: GET /dyn/dyndns.php?hostname=<host2>&myip=<ip>&wildcard=OFF HTTP/1.0 SENDING: Host: members.easydns.com SENDING: Authorization: Basic <key> SENDING: User-Agent: ddclient/3.8.0 SENDING: Connection: close SENDING: I've tried just about every combinations of options out there, and it always results in the same thing. This config was working on a previous version of ddclient on another localserver but I'm unsure of the version, I can get it if needed but I will have to go find the old HD and install it again. If anyone has any suggestions that would be great. 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-03-15 17:14:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6811135 By: rbemerson There's a minor omission in the how-to for using ddclient with cron. While running ddclient, there's a call to /var/cache/ddclient/ddclient.cache - if /var/cache/ddclient/ doesn't exist, the error "FATAL: Cannot create file '/var/cache/ddclient/ddclient.cache'. (No such file or directory)" is issued. The fix is to create the needed directory and all is well. The problem was found using openSUSE 11.1 and ddclient 3.8.0 and it may well be due to how my particular system was set up. YMMV. ______________________________________________________________________ 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-03-14 22:51:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6800655 By: z-row I've posted a proposed patch to implement this feature request in the patches tracker: https://sourceforge.net/tracker/index.php?func=detail&aid=2686318&group_id=11681 7&atid=676130 ______________________________________________________________________ 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=467339 |
From: SourceForge.net <no...@so...> - 2009-03-13 17:20:24
|
Patches item #2686326, was opened at 2009-03-13 13:18 Message generated for change (Comment added) made by z-row You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=2686326&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: Kyle Powell (z-row) Assigned to: Nobody/Anonymous (nobody) Summary: A few more minor patches Initial Comment: patch2: I've noticed a common help topic is user accounts being blocked for abuse when ddclient is unable to write to the cache file [1][2]. The patch causes ddclient to attempt to create the cache file if it doesn't exist and fail with a fatal() if it cannot create the file. [1] https://sourceforge.net/forum/forum.php?thread_id=1799118&forum_id=399427 [2] https://sourceforge.net/forum/forum.php?thread_id=1994414&forum_id=399428 patch3: Add info on what provides IO::Socket::SSL for Fedora (not usually necessary since the Fedora ddclient package has the proper requirements). patch4: A minor typo I saw ---------------------------------------------------------------------- >Comment By: Kyle Powell (z-row) Date: 2009-03-13 13:20 Message: File Added: patch4.diff ---------------------------------------------------------------------- Comment By: Kyle Powell (z-row) Date: 2009-03-13 13:19 Message: File Added: patch3.diff ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=2686326&group_id=116817 |
From: SourceForge.net <no...@so...> - 2009-03-13 17:19:43
|
Patches item #2686326, was opened at 2009-03-13 13:18 Message generated for change (Comment added) made by z-row You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=2686326&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: Kyle Powell (z-row) Assigned to: Nobody/Anonymous (nobody) Summary: A few more minor patches Initial Comment: patch2: I've noticed a common help topic is user accounts being blocked for abuse when ddclient is unable to write to the cache file [1][2]. The patch causes ddclient to attempt to create the cache file if it doesn't exist and fail with a fatal() if it cannot create the file. [1] https://sourceforge.net/forum/forum.php?thread_id=1799118&forum_id=399427 [2] https://sourceforge.net/forum/forum.php?thread_id=1994414&forum_id=399428 patch3: Add info on what provides IO::Socket::SSL for Fedora (not usually necessary since the Fedora ddclient package has the proper requirements). patch4: A minor typo I saw ---------------------------------------------------------------------- >Comment By: Kyle Powell (z-row) Date: 2009-03-13 13:19 Message: File Added: patch3.diff ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=2686326&group_id=116817 |