all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* URLs of substitutes
@ 2023-09-14  8:59 Roman Riabenko via
  2023-09-14  9:03 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Riabenko via @ 2023-09-14  8:59 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

Hello

Is it possible to get a URL for a substitute, for example for the Linux
kernel?

I am trying to troubleshoot connection to a substitute sever with my
tunnel broker, which is slow for this server for some reason and
eventually times out when running `guix system reconfigure
/etc/config.scm`. I considered showing wget output to the technical
support as an example but do not know how to find the URL.

Roman

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: URLs of substitutes
  2023-09-14  8:59 URLs of substitutes Roman Riabenko via
@ 2023-09-14  9:03 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-14  9:03 UTC (permalink / raw)
  To: Roman Riabenko; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1646 bytes --]


Roman Riabenko via <help-guix@gnu.org> writes:

> Is it possible to get a URL for a substitute, for example for the Linux
> kernel?
>
> I am trying to troubleshoot connection to a substitute sever with my
> tunnel broker, which is slow for this server for some reason and
> eventually times out when running `guix system reconfigure
> /etc/config.scm`. I considered showing wget output to the technical
> support as an example but do not know how to find the URL.

The proper way to do this is to fetch the narinfo, and then get the URL
from that, but generally you can take the filename in the store, and
then add it on to https://bordeaux.guix.gnu.org/nar/lzip/ . For example:


→ guix build --no-grafts linux-libre
/gnu/store/1xw4p9gnvmnvvifw07y588i9w92gw7yl-linux-libre-6.4.12

→ wget https://bordeaux.guix.gnu.org/nar/lzip/1xw4p9gnvmnvvifw07y588i9w92gw7yl-linux-libre-6.4.12
--2023-09-14 10:03:11--  https://bordeaux.guix.gnu.org/nar/lzip/1xw4p9gnvmnvvifw07y588i9w92gw7yl-linux-libre-6.4.12
Resolving bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)... 2a0c:e300::58, 185.233.100.56
Connecting to bordeaux.guix.gnu.org (bordeaux.guix.gnu.org)|2a0c:e300::58|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 109569109 (104M) [text/plain]
Saving to: ‘1xw4p9gnvmnvvifw07y588i9w92gw7yl-linux-libre-6.4.12’

1xw4p9gnvmnvvifw07y588i9w92gw7yl-linux-l 100%[===============================================================================>] 104.49M  3.06MB/s    in 34s

2023-09-14 10:03:44 (3.12 MB/s) - ‘1xw4p9gnvmnvvifw07y588i9w92gw7yl-linux-libre-6.4.12’ saved [109569109/109569109]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-09-14  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14  8:59 URLs of substitutes Roman Riabenko via
2023-09-14  9:03 ` Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.