<div dir="ltr"><div dir="ltr">Hey,<br>Windows 10 cmd:<br><br>with quotes:<br><div>C:\Users\berka>curl -Ls -o nul -w '%{url_effective}' <a href="https://mirror.ctan.org/" target="_blank">https://mirror.ctan.org/</a><br><br></div><div>'<a href="https://ctan.mirrors.hoobly.com/" target="_blank">https://ctan.mirrors.hoobly.com/</a>'<br><br>without quotes:</div><div>C:\Users\berka>curl -Ls -o nul -w %{url_effective} <a href="https://mirror.ctan.org/" target="_blank">https://mirror.ctan.org/</a><br><br></div><div><a href="https://mirror.las.iastate.edu/tex-archive/" target="_blank">https://mirror.las.iastate.edu/tex-archive/</a></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am So., 9. Mai 2021 um 22:29 Uhr schrieb Siep Kroonenberg <<a href="mailto:siepo@bitmuis.nl" target="_blank">siepo@bitmuis.nl</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, May 10, 2021 at 04:16:45AM +0900, Norbert Preining wrote:<br>
> Hi Siep, hi Uwe, hi Berkan, hi all,<br>
> <br>
> > TeX Live installer invocation: C:/Users/berka/AppData/Local/Temp/nsm9CC0.tmp/install-tl-20210508/install-tl -from_ext_gui <br>
> > Loading <a href="https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb" rel="noreferrer" target="_blank">https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb</a><br>
> > Installing TeX Live 2021 from: <a href="https://www.ctan.org/tex-archive/systems/texlive/tlnet" rel="noreferrer" target="_blank">https://www.ctan.org/tex-archive/systems/texlive/tlnet</a> (not verified)<br>
> <br>
> That is the problem, and this SHOULD NOT HAPPEN!!!<br>
> <br>
> When doing this on Linux, I see<br>
> $ ./install-tl -no-cls<br>
> Loading <a href="https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/systems/texlive/tlnet/tlpkg/texlive.tlpdb" rel="noreferrer" target="_blank">https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/systems/texlive/tlnet/tlpkg/texlive.tlpdb</a><br>
> Installing TeX Live 2021 from: <a href="https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/systems/texlive/tlnet" rel="noreferrer" target="_blank">https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/systems/texlive/tlnet</a> (verified)<br>
> <br>
> So I install from an actual mirror, while on Windows it seems to always<br>
> hit the main mirror.<br>
<br>
It does try a number of mirrors:<br>
<br>
D:querying mirror, got '<a href="https://ftp.snt.utwente.nl/pub/software/tex/" rel="noreferrer" target="_blank">https://ftp.snt.utwente.nl/pub/software/tex/</a>'<br>
D:querying mirror, got '<a href="https://mirror.koddos.net/CTAN/" rel="noreferrer" target="_blank">https://mirror.koddos.net/CTAN/</a>'<br>
D:querying mirror, got '<a href="https://mirror.koddos.net/CTAN/" rel="noreferrer" target="_blank">https://mirror.koddos.net/CTAN/</a>'<br>
D:querying mirror, got '<a href="https://mirror.lyrahosting.com/CTAN/" rel="noreferrer" target="_blank">https://mirror.lyrahosting.com/CTAN/</a>'<br>
D:querying mirror, got '<a href="https://mirror.koddos.net/CTAN/" rel="noreferrer" target="_blank">https://mirror.koddos.net/CTAN/</a>'<br>
D:no mirror found ... randomly selecting backbone<br>
Loading <a href="https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb" rel="noreferrer" target="_blank">https://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb</a><br>
<br>
but is not happy with any of them.<br>
<br>
> And that one might have restrictions on access and block, thus the<br>
> failures.<br>
> <br>
> We need to investigate why the redirection code doesn't work on<br>
> Windows!!!<br>
> <br>
> Questions that can be answer by passing -v or -v -v to the installer:<br>
> * is it using wget or curl for computing the redirection?<br>
> * which curl is used?<br>
> * does curl work as expected? What does<br>
>       curl -Ls -o nul -w '%{url_effective}' <a href="https://mirror.ctan.org/" rel="noreferrer" target="_blank">https://mirror.ctan.org/</a><br>
>   give?<br>
>   (IDEA: the quotes might be a problem on Windows??? If the above fails,<br>
>   what does<br>
>       curl -Ls -o nul -w %{url_effective} <a href="https://mirror.ctan.org/" rel="noreferrer" target="_blank">https://mirror.ctan.org/</a><br>
>   give?)<br>
<br>
With both syntaxes, I get an actual mirror:<br>
<br>
C:\Users\siepo>curl -Ls -o nul -w '%{url_effective}' <a href="https://mirror.ctan.org/" rel="noreferrer" target="_blank">https://mirror.ctan.org/</a><br>
'<a href="https://ftp.snt.utwente.nl/pub/software/tex/" rel="noreferrer" target="_blank">https://ftp.snt.utwente.nl/pub/software/tex/</a>'<br>
C:\Users\siepo>curl -Ls -o nul -w %{url_effective} <a href="https://mirror.ctan.org/" rel="noreferrer" target="_blank">https://mirror.ctan.org/</a><br>
<a href="https://mirror.lyrahosting.com/CTAN/" rel="noreferrer" target="_blank">https://mirror.lyrahosting.com/CTAN/</a><br>
<br>
For completeness, I attach the logfile.<br>
<br>
-- <br>
Siep Kroonenberg<br>
</blockquote></div>