[tlu] First Time in a Long Time

Bruno Voisin bvoisin at icloud.com
Sat Sep 14 14:30:35 CEST 2019


> On 14 Sep 2019, at 13:54, Herbert Schulz <herbs at wideopenwest.com> wrote:
> 
> It looks like the problem is related to Norbert's server. The last three lines in the log are 
> 
> 2019-09-14 11:35:35 +0000 Notice -[TLMOperation main][27256]	Successfully executed `/Library/TeX/texbin/tlmgr --machine-readable --repository http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet update --list --all`
> 2019-09-14 11:35:38 +0000 Notice -[TLMOperation main][27256]	Successfully executed `/Library/TeX/texbin/tlmgr --machine-readable --repository http://www.preining.info/tlgpg/ update --list --all`
> 2019-09-14 11:35:38 +0000 Notice -[TLMMainWindowController _handleListGPGUpdatesFinishedNotification:][27256]	Found 0 tlgpg packages to update from http://www.preining.info/tlgpg/
> 
> so the ctan.math.utah.edu call completed with no items to update and, three seconds later, the preining call completed with no updates. I'm guessing these calls are on separate asynchronous threads.

Seconded. Yesterday I did not perform any update, so today there were offered again. The log ended with

2019-09-14 12:21:06 +0000 Notice -[TLMOperation main][1121]	Successfully executed `/Library/TeX/texbin/tlmgr --machine-readable --repository http://www.preining.info/tlgpg/ update --list --all`
2019-09-14 12:21:06 +0000 Notice -[TLMMainWindowController _handleListGPGUpdatesFinishedNotification:][1121]	Found 0 tlgpg packages to update from http://www.preining.info/tlgpg/
[...]
2019-09-14 12:21:09 +0000 Notice -[TLMOperation main][1121]	Successfully executed `/Library/TeX/texbin/tlmgr --machine-readable --repository http://mirror.ibcp.fr/pub/CTAN/systems/texlive/tlnet/ update --list --all`

and there was no spinning wheel, while yesterday there was only (say)

2019-09-13 13:37:42 +0000 Notice -[TLMOperation main][1133]	Successfully executed `/Library/TeX/texbin/tlmgr --machine-readable --repository http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet update --list --all`

and the wheel kept spinning forever.

So it seems the problem was really with Norbert's server.

First I did not understand what you meant by "separate asynchronous threads", but now I get it: reading the list of packages on CTAN's and Norbert's servers are independent tasks carried out in parallel. Yesterday TLU could reach CTAN's server but not Norbert's, hence the wheel that kept spinning. Today TLU can reach both servers, the order in which they appear in the log being immaterial.

Bruno




More information about the tlu mailing list