Re: [NTG-context] Super slow installation

2023-05-31 Thread Bruce Horrocks via ntg-context
On 31 May 2023, at 01:51, Thangalin  wrote:
> 
> From twelve99.net:
> 
> If you’re interested in our IP city prefixes, we have a lookup table on our 
> website: https://www.arelion.com/our-network/bgp-routing/bgp-communities 
> Scroll down to “Origin + Communities” and expand that section. You can see 
> that sea-b1 (your hop 8) is not in Brussels, but is our router in Seattle.
>  
> My guess would be that the hostname “us-was” for Liberty Global (aorta.net) 
> stands for U.S.A. and Washington D.C, not Warsaw. They’re probably using ICMP 
> tunneling for their MPLS backbone, that’s why the ping times are weird for 
> you.

Good point about the MPLS.

I was using https://www.geolocation.com/ to do the geolocation and it claims 
Warsaw but that - in hindsight - is wrong. So "us-was" is likely to be 
Washington as per the name and is also the device "taking the blame" for the 
entirety of the MPLS latency. Since that will include the transatlantic time 
the extra 75ms isn't quite so bad as it looks.

—
Bruce Horrocks
Hampshire, UK

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Max Chernoff via ntg-context
Hi all,

I think that this is all resolved now, but if not, maybe this extra info
will help?

I'm using this script to test:

   #!/bin/sh
   
   for x in \
   "https://speed.cloudflare.com/__down?bytes=$(echo '50*1024^2' | bc)" \
   "https://speedtest1.mnd.bulk.iss.as9143.net:8080/random5000x5000.jpg; \
   "http://lmtx.pragma-ade.com/install-lmtx/texmf.zip; \
   ;do
   echo "$x"
   curl -w 'scale=2;%{speed_download}*8/1024^2\n' -sSo /dev/null "$x" | bc
   echo
   done
   
Cloudflare should have a fast data centre near anywhere, and
...as9143.net is hosted directly by the ISP that lmtx.pragma-ade.com
uses. I'll also run 

   traceroute -I lmtx.pragma-ade.com

This is what I get from home (Red Deer, Alberta; with Telus):

   https://speed.cloudflare.com/__down?bytes=52428800
   41.27
   
   https://speedtest1.mnd.bulk.iss.as9143.net:8080/random5000x5000.jpg
   12.49
   
   http://lmtx.pragma-ade.com/install-lmtx/texmf.zip
   13.92
   
   traceroute to lmtx.pragma-ade.com (213.125.29.165), 30 hops max, 60 byte 
packets
1  _gateway (10.XX.XX.XX)  1.422 ms  1.634 ms  1.888 ms
2  10.XX.XX.XX (10.XX.XX.XX)  7.211 ms  7.429 ms *
3  154.11.15.111 (154.11.15.111)  28.474 ms * *
4  ae57.edge6.Seattle1.Level3.net (4.14.240.209)  31.370 ms * *
5  * * *
6  us-sjo01a-ri3-ae-6-0.aorta.net (213.46.190.57)  43.847 ms *  42.311 ms
7  us-nyc01b-rd2-ae-18-0.aorta.net (84.116.146.34)  201.019 ms * *
8  us-was03a-rd1-ae-5-0.aorta.net (84.116.146.142)  172.439 ms *  174.154 ms
9  * * *
   10  asd-rc0001-cr101-be60-2.core.as33915.net (213.51.64.5)  173.222 ms * *
   11  213.51.7.227 (213.51.7.227)  174.405 ms * *
   12  D57D1DA5.static.ziggozakelijk.nl (213.125.29.165)  202.408 ms * *

And this is what I get from a server in Germany (Hetzner):

   https://speed.cloudflare.com/__down?bytes=52428800 
   714.28 

 
   https://speedtest1.mnd.bulk.iss.as9143.net:8080/random5000x5000.jpg
   478.20 

 
   http://lmtx.pragma-ade.com/install-lmtx/texmf.zip  
   38.13
   
   traceroute to lmtx.pragma-ade.com (213.125.29.165), 30 hops max, 60 byte 
packets
1  static.161.94.4.46.clients.your-server.de (46.4.94.161)  0.439 ms  0.433 
ms  0.433 ms
2  core24.fsn1.hetzner.com (213.239.229.117)  0.424 ms  0.427 ms  0.432 ms
3  juniper6.dc2.nbg1.hetzner.com (213.239.245.53)  2.864 ms  2.867 ms  
2.867 ms
4  ae12-500.nbg40.core-backbone.com (80.255.9.21)  2.867 ms  2.867 ms  
2.867 ms
5  ae5-2074.ams10.core-backbone.com (81.95.2.138)  11.049 ms  11.052 ms  
11.052 ms
6  nl-ams04a-ri3-ae-29-0.aorta.net (213.46.182.185)  11.465 ms  11.293 ms  
11.310 ms
7  asd-rc0001-cr101-be64.core.as9143.net (213.51.64.65)  17.658 ms  17.785 
ms  17.789 ms
8  asd-tr0021-dr141-lag2-2.core.as33915.net (213.51.7.227)  17.386 ms  
17.402 ms  17.397 ms
9  D57D1DA5.static.ziggozakelijk.nl (213.125.29.165)  25.103 ms  27.319 ms  
27.323 ms
   
Thanks,
-- Max
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thangalin via ntg-context
>From twelve99.net:


If you’re interested in our IP city prefixes, we have a lookup table on our
website: https://www.arelion.com/our-network/bgp-routing/bgp-communities
Scroll down to “Origin + Communities” and expand that section. You can see
that sea-b1 (your hop 8) is not in Brussels, but is our router in Seattle.



My guess would be that the hostname “us-was” for Liberty Global (aorta.net)
stands for U.S.A. and Washington D.C, not Warsaw. They’re probably using
ICMP tunneling for their MPLS backbone, that’s why the ping times are weird
for you.


Cheers!
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Bruce Horrocks via ntg-context
On 30 May 2023, at 18:59, Thangalin via ntg-context  wrote:

[snip]

> $ traceroute lmtx.pragma-ade.com
>  3  rc1bb-be150-1.vc.shawcable.net (64.59.147.161)  22.062 ms  22.094 ms  
> 22.127 ms
>  4  24.244.60.185 (24.244.60.185)  23.964 ms  24.273 ms  23.612 ms
Vancouver

>  5  24.244.62.57 (24.244.62.57)  24.565 ms  24.926 ms  25.269 ms
Edmonton

>  6  rc1bb-be214.vc.shawcable.net (24.244.58.61)  23.201 ms  16.376 ms  16.637 
> ms
back in Vancouver!

>  7  rc1wt.wa.shawcable.net (66.163.76.66)  20.228 ms  15.492 ms  15.227 ms
Winnipeg

>  8  sea-b1-link.ip.twelve99.net (213.248.67.224)  24.968 ms  28.435 ms  
> 24.726 ms
Brussels (allegedly - I don't believe this gelocation site result because 
Winipeg isn't exactly close to the Atlantic and any undersea cable)

>  9  chi-b23-link.ip.twelve99.net (62.115.132.154)  64.194 ms  64.310 ms  
> 64.081 ms
Chicago (that's more like it)

> 10  nyk-bb2-link.ip.twelve99.net (62.115.137.58)  80.232 ms 
> nyk-bb1-link.ip.twelve99.net (80.91.246.163)  80.730 ms 
> nyk-bb2-link.ip.twelve99.net (62.115.137.58)  80.335 ms
New York

> 11  nyk-b1-link.ip.twelve99.net (62.115.135.133)  84.971 ms  85.189 ms  
> 84.776 ms
still New York - worth a site-seeing tour though!

> 12  upc-ic-355153.ip.twelve99-cust.net (62.115.190.245)  90.268 ms  90.132 ms 
>  90.416 ms
Brussels

> 13  us-was03a-rd1-ae-8-0.aorta.net (84.116.133.98)  165.845 ms  159.578 ms  
> 161.045 ms
Warsaw (plus an extra 75ms latency - that's longer than it took to cross the 
Atlantic)

> 14  nl-ams17b-rc1-lag-105-0.aorta.net (84.116.130.65)  168.328 ms  161.507 ms 
>  162.117 ms
Amsterdam - at last!

> 15  asd-rc0001-cr101-be60-2.core.as33915.net (213.51.64.5)  164.180 ms  
> 168.938 ms  169.739 ms
Amsterdam still

> 16  213.51.7.227 (213.51.7.227)  165.693 ms  161.384 ms  161.558 ms
Hoogeveen

> 17  * * *
This timeout is almost certainly because the last server has been set to ignore 
UDP traffic.

  $ traceroute -I lmtx.pragma-ade.com

uses TCP packets rather than UDP and we get the final response much more 
quickly, which is:

17  d57d1da5.static.ziggozakelijk.nl (213.125.29.165)
which is in Hasselt. :-)

> 
> Something is funky on the network.

Yes. A bit of weirdness in Canada - which could be down to a fault causing 
re-routing. But the Warsaw hop, with its huge increase in latency looks like a 
misconfiguration.

Update: just tried it through a VPN that emerges in Vancouver and I also get 
the trip to Warsaw with a big increase in latency. For some reason Aorta.net 
routing some (or maybe all) traffic through Warsaw - perhaps that's where the 
NSA pay them to spy on on all US->Europe traffic? [1]

[1] Joke. (Besides, they'd never do it for traceroute packets because they'd 
want to hide their snooping.) ;-)  [2]
[2] Also a joke ;-)

—
Bruce Horrocks
Hampshire, UK

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Floris van Manen via ntg-context




On 30/05/2023 22:50, Thangalin via ntg-context wrote:

Looks like it's back to its previous speed, thank you.


indeed!
works smooth & fast again.
Thanks Hans!

.F
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thangalin via ntg-context
mkdir /tmp/context
cd /tmp/context
wget "lmtx.pragma-ade.com/install-lmtx/context-linux-64.zip"
unzip context-linux-64.zip
sh install.sh

Installation went quite quickly (after downloading the zip files). Ran it
cleanly twice.

Looks like it's back to its previous speed, thank you.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Hans Hagen via ntg-context

On 5/30/2023 9:16 PM, Jim via ntg-context wrote:

On Tue, May 30, 2023 at 13:40 (-0400), Aditya Mahajan via ntg-context wrote:


On Tue, 30 May 2023, Thangalin via ntg-context wrote:



FWIW, I'm seeing the same slow down issue from three different machines:



1. My personal computer in Vancouver BC.
2. A work computer on Vancouver Island (Victoria BC)
3. Microsoft ADO servers (presumably in Seattle WA).



Is it possible there's a slow pipe from North America to Europe?



Could be. For me (Montreal, Canada) it took more than a minute:



❯ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
--2023-05-30 13:38:26--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
Connecting to lmtx.pragma-ade.com (lmtx.pragma-ade.com)|213.125.29.165|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ‘texmf.zip’



texmf.zip   100%[==>]  50.82M   637KB/sin 72s



2023-05-30 13:39:38 (721 KB/s) - ‘texmf.zip’ saved [53293716/53293716]



Can I play too?

  time wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
--2023-05-30 16:14:51--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
Connecting to lmtx.pragma-ade.com (lmtx.pragma-ade.com)|213.125.29.165|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ?texmf.zip?

texmf.zip   100%[===>]  50.82M  3.76MB/sin 13s

2023-05-30 16:15:05 (3.79 MB/s) - ?texmf.zip? saved [53293716/53293716]

wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip  0.06s user 0.61s 
system 4% cpu 13.780 total

So that is 13.78 seconds from Dartmouth, NS (that's the "far east" for
those of you who don't know Canadian geography :-).
i restarted the modems, switches, routers, virtual host and virtual 
machines .. that's all i can do, ok, i also updated the zips


the lmtx web server is a opensuse vm on a proxmox server on xeon driven 
hardware; the router is a fast pfsense (with failover) and the 
connection used is guaranteed 300/40 cable connection (i can't provide a 
fallback on the reasonable fast dsl line because that one as only one ip 
address that is used for something else http(s)


so it must be some hickup in the chain outside


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Jim via ntg-context
On Tue, May 30, 2023 at 13:40 (-0400), Aditya Mahajan via ntg-context wrote:

> On Tue, 30 May 2023, Thangalin via ntg-context wrote:

>> FWIW, I'm seeing the same slow down issue from three different machines:

>>1. My personal computer in Vancouver BC.
>>2. A work computer on Vancouver Island (Victoria BC)
>>3. Microsoft ADO servers (presumably in Seattle WA).

>> Is it possible there's a slow pipe from North America to Europe?

> Could be. For me (Montreal, Canada) it took more than a minute:

> ❯ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
> --2023-05-30 13:38:26--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
> Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
> Connecting to lmtx.pragma-ade.com (lmtx.pragma-ade.com)|213.125.29.165|:80... 
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 53293716 (51M) [application/zip]
> Saving to: ‘texmf.zip’

> texmf.zip   100%[==>]  50.82M   637KB/sin 72s

> 2023-05-30 13:39:38 (721 KB/s) - ‘texmf.zip’ saved [53293716/53293716]


Can I play too?

 time wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
--2023-05-30 16:14:51--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
Connecting to lmtx.pragma-ade.com (lmtx.pragma-ade.com)|213.125.29.165|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ?texmf.zip?

texmf.zip   100%[===>]  50.82M  3.76MB/sin 13s 

2023-05-30 16:15:05 (3.79 MB/s) - ?texmf.zip? saved [53293716/53293716]

wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip  0.06s user 0.61s 
system 4% cpu 13.780 total

So that is 13.78 seconds from Dartmouth, NS (that's the "far east" for
those of you who don't know Canadian geography :-).

Jim
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Floris van Manen via ntg-context




On 30/05/2023 19:33, Thangalin via ntg-context wrote:

Is it possible there's a slow pipe from North America to Europe?


it is slow here in the Netherlands too.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thangalin via ntg-context
Here's a comparison of miljuschka.nl and lmtx.pragma-ade.com:

$ ping miljuschka.nl
PING miljuschka.nl (162.159.135.42) 56(84) bytes of data.
64 bytes from 162.159.135.42 (162.159.135.42): icmp_seq=1 ttl=59 time=16.5
ms
64 bytes from 162.159.135.42 (162.159.135.42): icmp_seq=2 ttl=59 time=15.6
ms
64 bytes from 162.159.135.42 (162.159.135.42): icmp_seq=3 ttl=59 time=16.2
ms
64 bytes from 162.159.135.42 (162.159.135.42): icmp_seq=4 ttl=59 time=16.4
ms
$ traceroute miljuschka.nl
 3  rc1bb-be150-1.vc.shawcable.net (64.59.147.161)  15.574 ms  15.619 ms
 15.660 ms
 4  24.244.60.185 (24.244.60.185)  16.303 ms  16.509 ms  16.609 ms
 5  24.244.62.57 (24.244.62.57)  17.562 ms  17.878 ms  17.648 ms
 6  rc1bb-be214.vc.shawcable.net (24.244.58.61)  16.742 ms  13.168 ms
 13.281 ms
 7  rc1wt.wa.shawcable.net (66.163.76.66)  15.847 ms  15.384 ms  15.665 ms
 8  six.as13335.com (206.81.81.10)  24.052 ms  24.243 ms  24.509 ms
 9  172.71.144.3 (172.71.144.3)  26.393 ms 172.71.140.3 (172.71.140.3)
 23.617 ms 108.162.243.11 (108.162.243.11)  23.044 ms
10  162.159.135.42 (162.159.135.42)  22.763 ms  23.258 ms  22.567 ms

$ ping lmtx.pragma-ade.com
PING lmtx.pragma-ade.com (213.125.29.165) 56(84) bytes of data.
64 bytes from D57D1DA5.static.ziggozakelijk.nl (213.125.29.165): icmp_seq=1
ttl=51 time=177 ms
64 bytes from D57D1DA5.static.ziggozakelijk.nl (213.125.29.165): icmp_seq=2
ttl=51 time=168 ms
64 bytes from D57D1DA5.static.ziggozakelijk.nl (213.125.29.165): icmp_seq=3
ttl=51 time=169 ms
64 bytes from D57D1DA5.static.ziggozakelijk.nl (213.125.29.165): icmp_seq=4
ttl=51 time=169 ms

$ traceroute lmtx.pragma-ade.com
 3  rc1bb-be150-1.vc.shawcable.net (64.59.147.161)  22.062 ms  22.094 ms
 22.127 ms
 4  24.244.60.185 (24.244.60.185)  23.964 ms  24.273 ms  23.612 ms
 5  24.244.62.57 (24.244.62.57)  24.565 ms  24.926 ms  25.269 ms
 6  rc1bb-be214.vc.shawcable.net (24.244.58.61)  23.201 ms  16.376 ms
 16.637 ms
 7  rc1wt.wa.shawcable.net (66.163.76.66)  20.228 ms  15.492 ms  15.227 ms
 8  sea-b1-link.ip.twelve99.net (213.248.67.224)  24.968 ms  28.435 ms
 24.726 ms
 9  chi-b23-link.ip.twelve99.net (62.115.132.154)  64.194 ms  64.310 ms
 64.081 ms
10  nyk-bb2-link.ip.twelve99.net (62.115.137.58)  80.232 ms
nyk-bb1-link.ip.twelve99.net (80.91.246.163)  80.730 ms
nyk-bb2-link.ip.twelve99.net (62.115.137.58)  80.335 ms
11  nyk-b1-link.ip.twelve99.net (62.115.135.133)  84.971 ms  85.189 ms
 84.776 ms
12  upc-ic-355153.ip.twelve99-cust.net (62.115.190.245)  90.268 ms  90.132
ms  90.416 ms
13  us-was03a-rd1-ae-8-0.aorta.net (84.116.133.98)  165.845 ms  159.578 ms
 161.045 ms
14  nl-ams17b-rc1-lag-105-0.aorta.net (84.116.130.65)  168.328 ms  161.507
ms  162.117 ms
15  asd-rc0001-cr101-be60-2.core.as33915.net (213.51.64.5)  164.180 ms
 168.938 ms  169.739 ms
16  213.51.7.227 (213.51.7.227)  165.693 ms  161.384 ms  161.558 ms
17  * * *

Something is funky on the network.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Aditya Mahajan via ntg-context
On Tue, 30 May 2023, Thangalin via ntg-context wrote:

> FWIW, I'm seeing the same slow down issue from three different machines:
> 
>1. My personal computer in Vancouver BC.
>2. A work computer on Vancouver Island (Victoria BC)
>3. Microsoft ADO servers (presumably in Seattle WA).
> 
> Is it possible there's a slow pipe from North America to Europe?

Could be. For me (Montreal, Canada) it took more than a minute:

❯ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
--2023-05-30 13:38:26--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
Connecting to lmtx.pragma-ade.com (lmtx.pragma-ade.com)|213.125.29.165|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ‘texmf.zip’

texmf.zip   100%[==>]  50.82M   637KB/sin 72s

2023-05-30 13:39:38 (721 KB/s) - ‘texmf.zip’ saved [53293716/53293716]

Aditya___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thangalin via ntg-context
FWIW, I'm seeing the same slow down issue from three different machines:

   1. My personal computer in Vancouver BC.
   2. A work computer on Vancouver Island (Victoria BC)
   3. Microsoft ADO servers (presumably in Seattle WA).

Is it possible there's a slow pipe from North America to Europe?

On Tue, May 30, 2023 at 10:28 AM Thangalin  wrote:

> Here's the result from downloading a YouTube video using yt-dlp:
>
> [download] 100% of  225.74MiB in 00:00:09 at 24.43MiB/s
>
> 9 seconds for 225 MB.
>
> I haven't touched my router configuration in years.
>
> https://www.speedtest.net/result/14802746497
>
> Download 935 Mbps; Upload 106 MBps.
>
> Looks fine on my side?
>
>
> On Tue, May 30, 2023 at 9:16 AM Thomas A. Schmitz via ntg-context <
> ntg-context@ntg.nl> wrote:
>
>> On 5/30/23 18:07, Thangalin via ntg-context wrote:
>> > Still sluggish. Downloading texmf.zip took 22s for 50MB:
>> >
>> > $ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
>> > 
>> > --2023-05-30 09:02:50--
>> > http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
>> > 
>> > Resolving lmtx.pragma-ade.com 
>> > (lmtx.pragma-ade.com )... 213.125.29.165
>> > Connecting to lmtx.pragma-ade.com 
>> > (lmtx.pragma-ade.com )|213.125.29.165|:80...
>>
>> > connected.
>> > HTTP request sent, awaiting response... 200 OK
>> > Length: 53293716 (51M) [application/zip]
>> > Saving to: ‘texmf.zip’
>> >
>> > texmf.zip   100%[===>]  50.82M  2.48MB/sin
>> 22s
>> >
>> > 2023-05-30 09:03:13 (2.26 MB/s) - ‘texmf.zip’ saved [53293716/53293716]
>> >
>> > In the past, downloading 50MB has been much faster.
>>
>>
>> Couldn't it be something on your side, like a misconfigured router or ad
>> blocker or something? I get faster download times:
>>
>> wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
>> --2023-05-30 18:12:43--
>> http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
>> Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
>> Connecting to lmtx.pragma-ade.com
>> (lmtx.pragma-ade.com)|213.125.29.165|:80... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 53293716 (51M) [application/zip]
>> Saving to: ‘texmf.zip’
>>
>> texmf.zip   100%[===>]  50,82M  4,85MB/sin
>> 11s
>>
>> 2023-05-30 18:12:53 (4,82 MB/s) - ‘texmf.zip’ saved [53293716/53293716]
>>
>> Thomas
>>
>> ___
>> If your question is of interest to others as well, please add an entry to
>> the Wiki!
>>
>> maillist : ntg-context@ntg.nl /
>> https://www.ntg.nl/mailman/listinfo/ntg-context
>> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki : https://contextgarden.net
>>
>> ___
>>
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thangalin via ntg-context
Here's the result from downloading a YouTube video using yt-dlp:

[download] 100% of  225.74MiB in 00:00:09 at 24.43MiB/s

9 seconds for 225 MB.

I haven't touched my router configuration in years.

https://www.speedtest.net/result/14802746497

Download 935 Mbps; Upload 106 MBps.

Looks fine on my side?


On Tue, May 30, 2023 at 9:16 AM Thomas A. Schmitz via ntg-context <
ntg-context@ntg.nl> wrote:

> On 5/30/23 18:07, Thangalin via ntg-context wrote:
> > Still sluggish. Downloading texmf.zip took 22s for 50MB:
> >
> > $ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
> > 
> > --2023-05-30 09:02:50--
> > http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
> > 
> > Resolving lmtx.pragma-ade.com 
> > (lmtx.pragma-ade.com )... 213.125.29.165
> > Connecting to lmtx.pragma-ade.com 
> > (lmtx.pragma-ade.com )|213.125.29.165|:80...
>
> > connected.
> > HTTP request sent, awaiting response... 200 OK
> > Length: 53293716 (51M) [application/zip]
> > Saving to: ‘texmf.zip’
> >
> > texmf.zip   100%[===>]  50.82M  2.48MB/sin
> 22s
> >
> > 2023-05-30 09:03:13 (2.26 MB/s) - ‘texmf.zip’ saved [53293716/53293716]
> >
> > In the past, downloading 50MB has been much faster.
>
>
> Couldn't it be something on your side, like a misconfigured router or ad
> blocker or something? I get faster download times:
>
> wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
> --2023-05-30 18:12:43--
> http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
> Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
> Connecting to lmtx.pragma-ade.com
> (lmtx.pragma-ade.com)|213.125.29.165|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 53293716 (51M) [application/zip]
> Saving to: ‘texmf.zip’
>
> texmf.zip   100%[===>]  50,82M  4,85MB/sin
> 11s
>
> 2023-05-30 18:12:53 (4,82 MB/s) - ‘texmf.zip’ saved [53293716/53293716]
>
> Thomas
>
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
>
> ___
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thomas A. Schmitz via ntg-context

On 5/30/23 18:07, Thangalin via ntg-context wrote:

Still sluggish. Downloading texmf.zip took 22s for 50MB:

$ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip 

--2023-05-30 09:02:50-- 
http://lmtx.pragma-ade.com/install-lmtx//texmf.zip 

Resolving lmtx.pragma-ade.com  
(lmtx.pragma-ade.com )... 213.125.29.165
Connecting to lmtx.pragma-ade.com  
(lmtx.pragma-ade.com )|213.125.29.165|:80... 
connected.

HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ‘texmf.zip’

texmf.zip           100%[===>]  50.82M  2.48MB/s    in 22s

2023-05-30 09:03:13 (2.26 MB/s) - ‘texmf.zip’ saved [53293716/53293716]

In the past, downloading 50MB has been much faster.



Couldn't it be something on your side, like a misconfigured router or ad 
blocker or something? I get faster download times:


wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
--2023-05-30 18:12:43--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
Connecting to lmtx.pragma-ade.com 
(lmtx.pragma-ade.com)|213.125.29.165|:80... connected.

HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ‘texmf.zip’

texmf.zip   100%[===>]  50,82M  4,85MB/sin 
11s


2023-05-30 18:12:53 (4,82 MB/s) - ‘texmf.zip’ saved [53293716/53293716]

Thomas
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Thangalin via ntg-context
Still sluggish. Downloading texmf.zip took 22s for 50MB:

$ wget http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
--2023-05-30 09:02:50--  http://lmtx.pragma-ade.com/install-lmtx//texmf.zip
Resolving lmtx.pragma-ade.com (lmtx.pragma-ade.com)... 213.125.29.165
Connecting to lmtx.pragma-ade.com (lmtx.pragma-ade.com)|213.125.29.165|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 53293716 (51M) [application/zip]
Saving to: ‘texmf.zip’

texmf.zip   100%[===>]  50.82M  2.48MB/sin 22s


2023-05-30 09:03:13 (2.26 MB/s) - ‘texmf.zip’ saved [53293716/53293716]

In the past, downloading 50MB has been much faster.



The following takes about 4 minutes:

mtx-install | unzipping 'texmf.zip'
  69 files of  692 done,6635323 bytes, 0.027 seconds
... snip ...
 692 files of  692 done,   86353557 bytes, 0.477 seconds
mtx-install | installing tex/texmf, 642 files
mtx-install | new  :   0 % :   115868 :
tex/texmf/fonts/data/cms/companion/RalphSmithsFormalScript-Companion.otf
mtx-install | new  :   0 % : 5308 :
tex/texmf/fonts/data/cms/companion/TeXGyreBonumMath-Companion.otf
... snip ...
mtx-install | new  :  22 % :   139508 :
tex/texmf/fonts/data/gust/kurier-math/kurierri.pfb

Previously, getting to 22% was also quite quick.

Cheers!
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Floris van Manen via ntg-context




On 30/05/2023 11:32, Hans Hagen via ntg-context wrote:



can you try again? maybe the vm was in the process of beging backed up


nope.
still very slow.
> 25 minutes

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Super slow installation

2023-05-30 Thread Hans Hagen via ntg-context

On 5/30/2023 1:03 AM, Thangalin via ntg-context wrote:

Hi,

Installation of a fresh copy of LMTX has gone from a few minutes to
about 30 minutes. Here's what I ran:

1. Open terminal
2. Change to root
3. cd /opt
4. mkdir context-2023-05-29
5. cd context-2023-05-29
6. wget "http://lmtx.pragma-ade.com/install-lmtx//texmf.zip;
7. unzip texmf.zip
8. chmod +x install.sh
9. ./install.sh

mtx-install | unzipping 'texmf-context.zip'
  518 files of 5180 done,   81058499 bytes, 0.403 seconds
  ... snip ...
5180 files of 5180 done,  171691491 bytes, 1.035 seconds
mtx-install | installing tex/texmf-context, 4924 files
mtx-install | new  :   0 % : 2447 :
tex/texmf-context/context-readme.txt
... snip ...
mtx-install | new  :  48 % :21898 :
tex/texmf-context/doc/context/sources/general/manuals/about/still-expanding-10.png

Getting to this point has taken shy of 15 minutes.

Any ideas what's going on or how to fix it?

Note that upgrading against the version prior to 2023.05.29 (i.e.,
without re-installing from scratch), the process happens pretty
quickly.

can you try again? maybe the vm was in the process of beging backed up

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___