unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub
@ 2022-07-12 17:34 John Kehayias
  2022-07-31 12:20 ` Philip McGrath
  2022-08-01 20:15 ` jbranso
  0 siblings, 2 replies; 3+ messages in thread
From: John Kehayias @ 2022-07-12 17:34 UTC (permalink / raw)
  To: mail@cbaines.net; +Cc: guix-devel@gnu.org

Hi Chris,

Thanks for setting up some more mirrors, here is what I just got (in a previous run the main Bordeaux server was a bit slower, more like 18 MB/s) on a wired connection that maxes out at about 320 Mbps.

❯ wget https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2022-07-12 13:27:43--  https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)... 185.233.100.56, 2a0c:e300::58
Connecting to bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)|185.233.100.56|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.2’

078vr3r8mn3yrwzwxw64hmcyshic 100%[===========================================>] 198.95M  24.2MB/s    in 8.3s

2022-07-12 13:27:52 (23.9 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.2’ saved [208615205/208615205]

❯ wget https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2022-07-12 13:27:56--  https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)... 5.161.49.48
Connecting to bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)|5.161.49.48|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.3’

078vr3r8mn3yrwzwxw64hmcyshic 100%[===========================================>] 198.95M  36.5MB/s    in 5.4s

2022-07-12 13:28:01 (37.0 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.3’ saved [208615205/208615205]

A nice speedup! And for good measure, I tried the main substitute server:

❯ wget https://ci.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2022-07-12 13:28:50--  https://ci.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40
Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [application/octet-stream]
Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.4’

078vr3r8mn3yrwzwxw64hmcyshic 100%[===========================================>] 198.95M  14.5MB/s    in 24s

2022-07-12 13:29:15 (8.42 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.4’ saved [208615205/208615205]


I guess I really should put Bordeaux (of any flavor) as what should be tried first, since either way it is much faster for me.

And happy to help support these additional mirrors, just point me to where I can donate.

John


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub
  2022-07-12 17:34 Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub John Kehayias
@ 2022-07-31 12:20 ` Philip McGrath
  2022-08-01 20:15 ` jbranso
  1 sibling, 0 replies; 3+ messages in thread
From: Philip McGrath @ 2022-07-31 12:20 UTC (permalink / raw)
  To: John Kehayias, mail@cbaines.net; +Cc: guix-devel@gnu.org, Vagrant Cascadian

Hi,

On Tue, Jul 12, 2022, at 1:34 PM, John Kehayias wrote:
> Hi Chris,
>
> Thanks for setting up some more mirrors, here is what I just got (in a 
> previous run the main Bordeaux server was a bit slower, more like 18 
> MB/s) on a wired connection that maxes out at about 320 Mbps.
>

I also get a nice speedup: results below.

I wondered why, given that, I still seemed to be getting substitutes primarily from https://ci.guix.gnu.org, until someone just mentioned on IRC (<https://logs.guix.gnu.org/guix/2022-07-31.log#110447>) that:

> you also need to make sure that the public key is authorised,
> or Guix will not trust the server even if present in the list of URLs.
> This is unfortunately the case with bordeaux if you installed from
> 1.3.0. If ‘grep 7D602902D3 /etc/guix/acl’ returns nothing, you're
> missing out on FREE substitutes included in your subscription,
> and you should add it

I checked, and it was indeed missing! Somehow I thought it was updated automatically when it was added to `%default-authorized-guix-keys`. Not only was this true on the foreign system where I installed manually about a year ago, the key also was missing on a machine where I more recently installed using the Debian (well, Kubuntu 22.04) package.

Just thought I'd mention it in case anyone else was as confused as I was.

-Philip

philip@bastet:/tmp/subs$ wget https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2022-07-31 07:58:16--  https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)... 185.233.100.56, 2a0c:e300::58
Connecting to bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)|185.233.100.56|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0’

078vr3r8mn3yrwzwxw64h 100%[======================>] 198.95M  8.17MB/s    in 27s     

2022-07-31 07:58:44 (7.45 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0’ saved [208615205/208615205]

philip@bastet:/tmp/subs$ wget https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2022-07-31 07:58:51--  https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)... 5.161.49.48
Connecting to bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)|5.161.49.48|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [text/plain]
Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.1’

078vr3r8mn3yrwzwxw64h 100%[======================>] 198.95M  25.2MB/s    in 8.5s    

2022-07-31 07:59:00 (23.4 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.1’ saved [208615205/208615205]

philip@bastet:/tmp/subs$ wget https://ci.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
--2022-07-31 07:59:25--  https://ci.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40
Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208615205 (199M) [application/octet-stream]
Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.2’

078vr3r8mn3yrwzwxw64h 100%[======================>] 198.95M  6.39MB/s    in 27s     

2022-07-31 07:59:53 (7.34 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.2’ saved [208615205/208615205]


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub
  2022-07-12 17:34 Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub John Kehayias
  2022-07-31 12:20 ` Philip McGrath
@ 2022-08-01 20:15 ` jbranso
  1 sibling, 0 replies; 3+ messages in thread
From: jbranso @ 2022-08-01 20:15 UTC (permalink / raw)
  To: Philip McGrath, John Kehayias, mail; +Cc: guix-devel, Vagrant Cascadian

July 31, 2022 8:22 AM, "Philip McGrath" <philip@philipmcgrath.com> wrote:

> Hi,
> 
> On Tue, Jul 12, 2022, at 1:34 PM, John Kehayias wrote:
> 
>> Hi Chris,
>> 
>> Thanks for setting up some more mirrors, here is what I just got (in a
>> previous run the main Bordeaux server was a bit slower, more like 18
>> MB/s) on a wired connection that maxes out at about 320 Mbps.
> 
> I also get a nice speedup: results below.
> 
> I wondered why, given that, I still seemed to be getting substitutes primarily from
> https://ci.guix.gnu.org, until someone just mentioned on IRC
> (<https://logs.guix.gnu.org/guix/2022-07-31.log#110447>) that:
> 
>> you also need to make sure that the public key is authorised,
>> or Guix will not trust the server even if present in the list of URLs.
>> This is unfortunately the case with bordeaux if you installed from
>> 1.3.0. If ‘grep 7D602902D3 /etc/guix/acl’ returns nothing, you're
>> missing out on FREE substitutes included in your subscription,
>> and you should add it
> 
> I checked, and it was indeed missing! Somehow I thought it was updated automatically when it was
> added to `%default-authorized-guix-keys`. Not only was this true on the foreign system where I
> installed manually about a year ago, the key also was missing on a machine where I more recently
> installed using the Debian (well, Kubuntu 22.04) package.
> 
> Just thought I'd mention it in case anyone else was as confused as I was.
> 
> -Philip
> 

Looks like this page has the public key and code to help you set it up.

https://bordeaux.guix.gnu.org/


> philip@bastet:/tmp/subs$ wget
> https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> --2022-07-31 07:58:16--
> https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> Resolving bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)... 185.233.100.56, 2a0c:e300::58
> Connecting to bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)|185.233.100.56|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 208615205 (199M) [text/plain]
> Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0’
> 
> 078vr3r8mn3yrwzwxw64h 100%[======================>] 198.95M 8.17MB/s in 27s
> 
> 2022-07-31 07:58:44 (7.45 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0’ saved
> [208615205/208615205]
> 
> philip@bastet:/tmp/subs$ wget
> https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.2
> .0
> --2022-07-31 07:58:51--
> https://bordeaux-us-east-mirror.cbaines.net/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.2
> .0
> Resolving bordeaux-us-east-mirror.cbaines.net (bordeaux-us-east-mirror.cbaines.net)... 5.161.49.48
> Connecting to bordeaux-us-east-mirror.cbaines.net
> (bordeaux-us-east-mirror.cbaines.net)|5.161.49.48|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 208615205 (199M) [text/plain]
> Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.1’
> 
> 078vr3r8mn3yrwzwxw64h 100%[======================>] 198.95M 25.2MB/s in 8.5s
> 
> 2022-07-31 07:59:00 (23.4 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.1’ saved
> [208615205/208615205]
> 
> philip@bastet:/tmp/subs$ wget
> https://ci.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> --2022-07-31 07:59:25--
> https://ci.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0
> Resolving ci.guix.gnu.org (ci.guix.gnu.org)... 141.80.181.40
> Connecting to ci.guix.gnu.org (ci.guix.gnu.org)|141.80.181.40|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 208615205 (199M) [application/octet-stream]
> Saving to: ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.2’
> 
> 078vr3r8mn3yrwzwxw64h 100%[======================>] 198.95M 6.39MB/s in 27s
> 
> 2022-07-31 07:59:53 (7.34 MB/s) - ‘078vr3r8mn3yrwzwxw64hmcyshic9p3q-stellarium-0.21.0.2’ saved
> [208615205/208615205]


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-01 20:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12 17:34 Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub John Kehayias
2022-07-31 12:20 ` Philip McGrath
2022-08-01 20:15 ` jbranso

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).