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
|