ddclient-forum Mailing List for ddclient (Page 15)
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...> - 2008-04-28 17:43:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4933437 By: adsldude It fixed! Your comment on the interpreter pointed me in the right direction. I had made a change to the ddclient script recent based on a forum thread and left a reference/comment at the top of the file: # patched see: http://sourceforge.net/forum/forum.php?thread_id=1945780&forum_id =399429 #!/usr/bin/perl -w #!/usr/local/bin/perl -w ###################################################################### # $Id: ddclient 78 2007-08-07 06:35:55Z wimpunk $ # # DDCLIENT - a Perl client for updating DynDNS information # # Author: Paul Burry (pau...@bu...) # ddclient-developers: see https://sourceforge.net/project/memberlist.php?group_id=116817 # # website: http://ddclient.sf.net # ###################################################################### I moved the 1st line into the banner area below the interpreter lines and ddclient fired up first time. I'm not versed in perl so I didn't realize the interpreter lines needed to be at the top of the script. Thanks for your 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...> - 2008-04-28 15:37:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4933217 By: wimpunk it looks like you have a problem with your interpreter. There's (or at least should be) a #!/usr/bin/perl in the beginning of ddclient which should be used as interpreter. Check how ddclient gets started by your init script. I think you'll see something like 'sh /usr/bin/ddclient' in stead of '/usr/bin/ddclient' without interpreter. Try to run ddclient manual with "ddclient -daemon=0 -debug -verbose" ______________________________________________________________________ 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...> - 2008-04-28 14:59:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4933132 By: adsldude Problem: ddclient 3.73 no longer starts Symptom: here are the errors messages root@host:~# /etc/rc.d/rc.ddclient start Starting ddclient: /usr/sbin/ddclient: line 14: require: command not found /usr/sbin/ddclient: line 15: use: command not found /usr/sbin/ddclient: line 16: use: command not found /usr/sbin/ddclient: line 17: use: command not found /usr/sbin/ddclient: line 18: use: command not found /usr/sbin/ddclient: line 20: my: command not found /usr/sbin/ddclient: line 21: my: command not found /usr/sbin/ddclient: line 22: =~: command not found /usr/sbin/ddclient: line 23: my: command not found /usr/sbin/ddclient: line 24: =~: command not found /usr/sbin/ddclient: line 25: my: command not found /usr/sbin/ddclient: line 26: syntax error near unexpected token `(' /usr/sbin/ddclient: line 26: `my $hostname = hostname();' Background: I'm running ddclient on Slackware 12. I have been using it for a few years without issue. I believe the problems may have started a month or so ago when I upgraded from Slack 11 to Slack 12, but that only a guess. It appears that /usr/sbin/ddclient is having trouble finding perl, again a guess. Slack 12 uses perl 5.8.8 which I use for other functions without apparent issue. I've search the help forum here and Google but no joy. Any ideas on how to bring ddclient back to life? TIA ______________________________________________________________________ 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...> - 2008-04-24 19:40:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4926421 By: wimpunk So what did you do to fix 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...> - 2008-04-24 07:33:50
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4924932 By: wimpunk First, it's always a good idea to start a new threat if you have a new question. Post your configuration and the result of ddclient -daemon=0 -debug -verbose -noquiet on http://ddclient.pastebin.ca. Make two posts (don't forget to remove at least your password) and post the links 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=399428 |
|
From: SourceForge.net <no...@so...> - 2008-04-24 07:29:37
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4924925 By: wimpunk This has been fixed in r83 in subversion. See http://ddclient.svn.sourceforge.net/viewvc/ddclient/trunk/svn/ddclient?revision= 83&view=markup This issue has been described in the faq. ______________________________________________________________________ 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...> - 2008-04-22 14:14:39
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4920754 By: snowstone Hello, it worked fine so far. Thank you very 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...> - 2008-04-21 21:42:01
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4919132 By: linuxmercedes Oh, one other question. I have two subdomains: foo.doesntexist.com and bar.homelinux.com (examples =]). They were listed in the .conf file as bar.homelinux.com,foo.doesntexist.com. When I run "sudo ddclient -verbose -debug" it only mentions bar.homelinux.com. Is it updating foo.doesntexist.com as well, or is something wrong? 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...> - 2008-04-21 21:09:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4919081 By: linuxmercedes Hi, I'm running ddclient 3.7.3 on Ubuntu Server 7.10 updating a couple of url's from DynDns. I get the message WARNING: caught SIGTERM; exiting in syslog Should I be worried about this? (I haven't yet seen if ddclient is actually working because my IP hasn't changed yet) 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...> - 2008-04-02 15:34:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4880120 By: wimpunk I guess ddclient could not write your cache file, check your syslog. Try to run ddclient with verbose enabled. ______________________________________________________________________ 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...> - 2008-04-02 15:27:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4880101 By: snowstone Hello everybody: My DynDNS account has been blocked 3 times in the last 10 days I have configured my ddclient following the instructions at DynDNS: http://www.dyndns.com/support/kb/using_ddclient_with_dyndns_services.html I used the automatic config file generator, and the file content is: ---- ## ddclient configuration file daemon=600 # check every 600 seconds syslog=yes # log update msgs to syslog mai...@My... # Mail failed updates to user pid=/var/run/ddclient.pid # record PID in file. ## Detect IP with our CheckIP server use=web, web=checkip.dyndns.com/, web-skip='IP Address' ## DynDNS username and password here login=myLogin password=myPassword ## Default options protocol=dyndns2 server=members.dyndns.org ## Dynamic DNS hosts 10is10.dyndns.org ssl=yes ---- What am I doing wrong? Best regards, Pere ______________________________________________________________________ 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...> - 2008-03-28 22:22:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4870514 By: bbobbo this is support for the popular router replacement firmware dd-wrt. patched against 3.7.3. --- ddclient.orig 2008-01-23 14:21:12.000000000 -0500 +++ ddclient 2008-03-28 18:07:43.000000000 -0400 @@ -62,6 +62,11 @@ my %builtinweb = ( 'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', }, ); my %builtinfw = ( + 'dd-wrt' => { + 'name' => 'DD-WRT FW', + 'url' => '/', + 'skip' => 'WAN IP', + }, 'watchguard-soho' => { 'name' => 'Watchguard SOHO FW', 'url' => '/pubnet.htm', ______________________________________________________________________ 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...> - 2008-03-26 16:17:19
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4865256 By: wimpunk Check the postscript option. ______________________________________________________________________ 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...> - 2008-03-26 15:21:22
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4865123 By: ashaw I'm looking for a way to have ddclient execute a shell script or other system call when the IP address changes. Is there any such mechanism? The background is this: My server (dynamic IP, running ddclient, accessible via myhostname.dyndns.com) hosts a mysql slave connecting to a master server, and master server limits mysql connections to users from specified IP address. When slave server's IP address changes, somebody needs to tell master server the new IP address, or mysql slave connections will be denied. Simplest solution seems to be to have ddclient call a script on the master server that will update the IP address of slave server based on DNS records for myhostname.dyndns.com. If a mechanism for system calls doesn't exist, I suppose the easiest way to add it would be to create a protocol for it, correct? ______________________________________________________________________ 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...> - 2008-03-20 07:28:05
|
Feature Requests item #1920641, was opened at 2008-03-20 04:52 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1920641&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: Next Release (example) >Status: Closed Priority: 5 Private: No Submitted By: angelchen1111 (angelchen1111) Assigned to: Nobody/Anonymous (nobody) Summary: nonplaintext password in ddclient.conf Initial Comment: Is there any way to encrypt the password in ddclient.conf so that it won't be plain text? The Windows version of dyndns updater shows the encrypted password rather than the plaintext password in its ini file, and I want to do that for linux as well. ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2008-03-20 07:28 Message: Logged In: YES user_id=722282 Originator: NO There have already been questions about this in the past. Since the program has to decrypt the password to send it to dyndns, it would be a wrong feeling of safety to encrypt it in the file. Actually, you should set the configuration only readable by root so others can't read the password. Combined with the use of ssl it's more safe write it encrypted in the configuration file since it has to be decrypted to send to dyndns. Check the archives to find more about this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1920641&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-20 04:52:55
|
Feature Requests item #1920641, was opened at 2008-03-19 21:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1920641&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: Next Release (example) Status: Open Priority: 5 Private: No Submitted By: angelchen1111 (angelchen1111) Assigned to: Nobody/Anonymous (nobody) Summary: nonplaintext password in ddclient.conf Initial Comment: Is there any way to encrypt the password in ddclient.conf so that it won't be plain text? The Windows version of dyndns updater shows the encrypted password rather than the plaintext password in its ini file, and I want to do that for linux as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676131&aid=1920641&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-18 15:03:45
|
Bugs item #1906478, was opened at 2008-03-03 14:45 Message generated for change (Comment added) made by ashaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: Allen Shaw (ashaw) Date: 2008-03-18 10:03 Message: Logged In: YES user_id=661441 Originator: YES The bad auth error was giving me fits for some time; in the end it seems that the bad auth problem is fixed by just inserting a comma between the two domains in line 17 of the config file protocol=dyndns2, mysubdomain.homelinux.net anothersubdomain.podzone.net becomes protocol=dyndns2, mysubdomain.homelinux.net,anothersubdomain.podzone.net The original problem has, for better or worse, just gone away. I'm closing this bug so as not to bother you with it anymore. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-04 17:29 Message: Logged In: YES user_id=722282 Originator: NO take a look at the last line: there's something wrong with your configuration. You get a bad auth which means your username or password is wrong. ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-04 17:12 Message: Logged In: YES user_id=661441 Originator: YES I'm using the config file you created, but the problem persists. Output of `ddclient -daemon=0 -debug -verbose -noquiet` can be found here: http://ddclient.pastebin.ca/928259 Apologies for submitting a bug unnecessarily. Feel free to close it and we can move this to the forums if you like. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-04 03:24 Message: Logged In: YES user_id=722282 Originator: NO I took a closer look at your config and maybe we could first start with debugging your configuration. I've created a good one based on your configuration on http://ddclient.pastebin.ca/927415. Try and post the result of `ddclient -daemon=0 -debug -verbose -noquiet` either in the pastebin or here. If you use the pastebin, post a link here. (btw, you shouldn't have used a bugreport, it would be better if you used either the forum or the mailinglist) ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 16:40 Message: Logged In: YES user_id=661441 Originator: YES To my knowledge, there is no -test option being passed to ddclient. You can see it's not in the config file. ddclient is being managed by the attached init script -- you'll notice it only calls ddclient with -daemon 300 and no other options (sorry if this is redundant, considering you seem to have the script). Any clues where a -test option could be enabled other than ddclient.conf and the init script? File Added: ddclient ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-03 15:00 Message: Logged In: YES user_id=722282 Originator: NO You must have a -test option enabled somewhere. It's the only way (as far as I know) to make ddclient write something in /tmp ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 14:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-04 22:29:33
|
Bugs item #1906478, was opened at 2008-03-03 19:45 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2008-03-04 22:29 Message: Logged In: YES user_id=722282 Originator: NO take a look at the last line: there's something wrong with your configuration. You get a bad auth which means your username or password is wrong. ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-04 22:12 Message: Logged In: YES user_id=661441 Originator: YES I'm using the config file you created, but the problem persists. Output of `ddclient -daemon=0 -debug -verbose -noquiet` can be found here: http://ddclient.pastebin.ca/928259 Apologies for submitting a bug unnecessarily. Feel free to close it and we can move this to the forums if you like. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-04 08:24 Message: Logged In: YES user_id=722282 Originator: NO I took a closer look at your config and maybe we could first start with debugging your configuration. I've created a good one based on your configuration on http://ddclient.pastebin.ca/927415. Try and post the result of `ddclient -daemon=0 -debug -verbose -noquiet` either in the pastebin or here. If you use the pastebin, post a link here. (btw, you shouldn't have used a bugreport, it would be better if you used either the forum or the mailinglist) ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 21:40 Message: Logged In: YES user_id=661441 Originator: YES To my knowledge, there is no -test option being passed to ddclient. You can see it's not in the config file. ddclient is being managed by the attached init script -- you'll notice it only calls ddclient with -daemon 300 and no other options (sorry if this is redundant, considering you seem to have the script). Any clues where a -test option could be enabled other than ddclient.conf and the init script? File Added: ddclient ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-03 20:00 Message: Logged In: YES user_id=722282 Originator: NO You must have a -test option enabled somewhere. It's the only way (as far as I know) to make ddclient write something in /tmp ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 19:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-04 22:12:38
|
Bugs item #1906478, was opened at 2008-03-03 14:45 Message generated for change (Comment added) made by ashaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: Allen Shaw (ashaw) Date: 2008-03-04 17:12 Message: Logged In: YES user_id=661441 Originator: YES I'm using the config file you created, but the problem persists. Output of `ddclient -daemon=0 -debug -verbose -noquiet` can be found here: http://ddclient.pastebin.ca/928259 Apologies for submitting a bug unnecessarily. Feel free to close it and we can move this to the forums if you like. ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-04 03:24 Message: Logged In: YES user_id=722282 Originator: NO I took a closer look at your config and maybe we could first start with debugging your configuration. I've created a good one based on your configuration on http://ddclient.pastebin.ca/927415. Try and post the result of `ddclient -daemon=0 -debug -verbose -noquiet` either in the pastebin or here. If you use the pastebin, post a link here. (btw, you shouldn't have used a bugreport, it would be better if you used either the forum or the mailinglist) ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 16:40 Message: Logged In: YES user_id=661441 Originator: YES To my knowledge, there is no -test option being passed to ddclient. You can see it's not in the config file. ddclient is being managed by the attached init script -- you'll notice it only calls ddclient with -daemon 300 and no other options (sorry if this is redundant, considering you seem to have the script). Any clues where a -test option could be enabled other than ddclient.conf and the init script? File Added: ddclient ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-03 15:00 Message: Logged In: YES user_id=722282 Originator: NO You must have a -test option enabled somewhere. It's the only way (as far as I know) to make ddclient write something in /tmp ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 14:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-04 15:53:12
|
Patches item #1907107, was opened at 2008-03-04 15:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=1907107&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: new router Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nexus7 (nexus7) Assigned to: Nobody/Anonymous (nobody) Summary: Adds option for Broadxent DSL Router Initial Comment: The following entry into %builtinfw adds the options to use ddclient with a Broadxent Briteport 8120 DSL router. 'broadxent-8120' => { 'name' => 'Broadxent Briteport 8120', 'url' => '/vendor/status.html', 'skip' => 'IP Address' }, ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676130&aid=1907107&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-04 08:24:59
|
Bugs item #1906478, was opened at 2008-03-03 19:45 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2008-03-04 08:24 Message: Logged In: YES user_id=722282 Originator: NO I took a closer look at your config and maybe we could first start with debugging your configuration. I've created a good one based on your configuration on http://ddclient.pastebin.ca/927415. Try and post the result of `ddclient -daemon=0 -debug -verbose -noquiet` either in the pastebin or here. If you use the pastebin, post a link here. (btw, you shouldn't have used a bugreport, it would be better if you used either the forum or the mailinglist) ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 21:40 Message: Logged In: YES user_id=661441 Originator: YES To my knowledge, there is no -test option being passed to ddclient. You can see it's not in the config file. ddclient is being managed by the attached init script -- you'll notice it only calls ddclient with -daemon 300 and no other options (sorry if this is redundant, considering you seem to have the script). Any clues where a -test option could be enabled other than ddclient.conf and the init script? File Added: ddclient ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-03 20:00 Message: Logged In: YES user_id=722282 Originator: NO You must have a -test option enabled somewhere. It's the only way (as far as I know) to make ddclient write something in /tmp ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 19:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-03 21:40:56
|
Bugs item #1906478, was opened at 2008-03-03 14:45 Message generated for change (Comment added) made by ashaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: Allen Shaw (ashaw) Date: 2008-03-03 16:40 Message: Logged In: YES user_id=661441 Originator: YES To my knowledge, there is no -test option being passed to ddclient. You can see it's not in the config file. ddclient is being managed by the attached init script -- you'll notice it only calls ddclient with -daemon 300 and no other options (sorry if this is redundant, considering you seem to have the script). Any clues where a -test option could be enabled other than ddclient.conf and the init script? File Added: ddclient ---------------------------------------------------------------------- Comment By: wimpunk (wimpunk) Date: 2008-03-03 15:00 Message: Logged In: YES user_id=722282 Originator: NO You must have a -test option enabled somewhere. It's the only way (as far as I know) to make ddclient write something in /tmp ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 14:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-03 20:00:04
|
Bugs item #1906478, was opened at 2008-03-03 19:45 Message generated for change (Comment added) made by wimpunk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: wimpunk (wimpunk) Date: 2008-03-03 20:00 Message: Logged In: YES user_id=722282 Originator: NO You must have a -test option enabled somewhere. It's the only way (as far as I know) to make ddclient write something in /tmp ---------------------------------------------------------------------- Comment By: Allen Shaw (ashaw) Date: 2008-03-03 19:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-03 19:46:31
|
Bugs item #1906478, was opened at 2008-03-03 14:45 Message generated for change (Comment added) made by ashaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- >Comment By: Allen Shaw (ashaw) Date: 2008-03-03 14:46 Message: Logged In: YES user_id=661441 Originator: YES File Added: ddclient.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |
|
From: SourceForge.net <no...@so...> - 2008-03-03 19:45:10
|
Bugs item #1906478, was opened at 2008-03-03 14:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&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: Allen Shaw (ashaw) Assigned to: Nobody/Anonymous (nobody) Summary: thousands of temporary files filling up /tmp Initial Comment: When using fw to determine IP, ddclient is writing a temporary file named "192.168.1.1/StaRouter.htm-[0-9]*" under /tmp, and then leaving this file until somebody else (myself or tmpwatch) removes it. Since it does this on every invocation, I get a new file every five minutes. Shouldn't ddclient be removing these files when it's done with them? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1906478&group_id=116817 |