Bugs item #1820127, was opened at 2007-10-25 16:42
Message generated for change (Comment added) made by wimpunk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1820127&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: None
>Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Neil Darlow (ndarlow)
Assigned to: wimpunk (wimpunk)
Summary: timeout option needs default value
Initial Comment:
I just updated to ddclient-3.7.3 and immediately had problems with timeout errors when performing updates with SSL.
Looking at the timeout option initialisation code I see that a minimum value of 120s is specified but there is no default value.
May I suggest that interval('120s') is put in the default field of the timeout option.
----------------------------------------------------------------------
>Comment By: wimpunk (wimpunk)
Date: 2007-10-26 07:45
Message:
Logged In: YES
user_id=722282
Originator: NO
I've done some extra investigation about what changed. The last
modification concerning the timeout was this one:
- added timeout option to the IO::Socket call for timing out the initial
connection, bug: #1085110
It can be found in the changelog of 3.7.0
Since most users first check the forum, please let's take this discussion
to the forum. Maybe there are more people out there who could help us
tracking this bug down.
----------------------------------------------------------------------
Comment By: Neil Darlow (ndarlow)
Date: 2007-10-25 17:28
Message:
Logged In: YES
user_id=39443
Originator: YES
I am using ddclient on FreeBSD. Before 3.7.3 I never needed to use timeout
but now I must specify it or I receive timeout errors reliably. I am not
alone in seeing this. I have asked another person to confirm my findings
and he reports the same problem exactly.
----------------------------------------------------------------------
Comment By: wimpunk (wimpunk)
Date: 2007-10-25 17:00
Message:
Logged In: YES
user_id=722282
Originator: NO
Works for me.
When timeout isn't specified, it uses your system defaults is better than
specifying a specific timeout from ddclient. Timeout should only be used
in rare situations.
And please first discuss your problem before posting it a as bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1820127&group_id=116817
|