[tex-live] This morning's 2011 pretest (hyphenation, ftp issues)
Norbert Preining
preining at logic.at
Tue Jun 21 15:53:21 CEST 2011
On Di, 21 Jun 2011, Taco Hoekwater wrote:
> to take a multiple of 3 minutes before it is recovered from (some retry
> timeout?). I think one could do a whole bunch of wget connects in the
Bingo. Can you reproduce it? The default timeout for LWP is 180secs,
so it takes 3min until the connection breaks. Plus, we retry 5 times,
that can take quite some time.
What is a suggested timeout? 10sec?
If you have an easy way to reproduce it, can you try the following patch
to TLDownload.pm:
--- TLDownload.pm (revision 23077)
+++ TLDownload.pm (working copy)
@@ -45,6 +45,7 @@
agent => "texlive/lwp",
keep_alive => 3,
env_proxy => 1,
+ timeout => 10,
);
$self->{'ua'} = $ua;
$self->{'enabled'} = 1;
and tell me if it helps?
Best wishes
Norbert
------------------------------------------------------------------------
Norbert Preining preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
SHANKLIN (n.)
The hoop of skin around a single slice of salami.
--- Douglas Adams, The Meaning of Liff
More information about the tex-live
mailing list