unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Guixsd 0.15.0 Installation Fail
@ 2018-10-30 18:27 Anthony Eslick
  2018-10-30 20:17 ` Thorsten Wilms
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony Eslick @ 2018-10-30 18:27 UTC (permalink / raw)
  To: help-guix

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

When I run "guix system init /mnt/etc/config.scm /mnt" I get a message that
infinitely scrolls across the screen

substitute: guix substitute: warning: while fetching '
https://mirror.hydra.gnu.org/nix-cache-info': 504 ("Gateway Time-out")
substitute: guix substitute: warning: ignoring substitute server at '"
https://mirror.hydra.gnu.org"'

any advice I can get I will take at this point, Thanks.

[-- Attachment #2: Type: text/html, Size: 816 bytes --]

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

* Re: Guixsd 0.15.0 Installation Fail
  2018-10-30 18:27 Guixsd 0.15.0 Installation Fail Anthony Eslick
@ 2018-10-30 20:17 ` Thorsten Wilms
  2018-10-30 23:17   ` Clément Lassieur
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Wilms @ 2018-10-30 20:17 UTC (permalink / raw)
  To: help-guix

On 30/10/2018 19.27, Anthony Eslick wrote:
> When I run "guix system init /mnt/etc/config.scm /mnt" I get a message 
> that infinitely scrolls across the screen
> 
> substitute: guix substitute: warning: while fetching 
> 'https://mirror.hydra.gnu.org/nix-cache-info': 504 ("Gateway Time-out")
> substitute: guix substitute: warning: ignoring substitute server at 
> '"https://mirror.hydra.gnu.org"'

Hi!

Assembled from several posts:

hydra.gnu.org is currently down and mirror.hydra.gnu.org is just 
proxying it.

See https://lists.gnu.org/archive/html/guix-devel/2018-10/msg00434.html


Substitute-Server-Authorization:
As described at
https://www.gnu.org/software/guix/manual/en/guix.html#Substitute-Server-Authorization

After `guix archive --authorize < berlin.guixsd.org.pub`
you may run commands with:
`--substitute-urls="https://berlin.guixsd.org`


You may want to add this setting globally and permanently, so you don't 
have to specify it every time you run guix. You can do this by passing 
the option to the guix daemon

- when using GuixSD, modify guix-service in your system configuration, 
by specifying the substitute-urls in the configuration. (see 
guix-configuration in 
https://www.gnu.org/software/guix/manual/en/html_node/Base-Services.html )


Not applicable in your case:

- when using guix on another distribution with systemd, you can modify 
the the ExecStart line in /etc/systemd/system/guix-daemon.service as 
follows:

ExecStart=/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon 
--build-users-group=guixbuild 
"--substitute-urls=https://mirror.hydra.gnu.org https://berlin.guixsd.org";


-- 
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/

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

* Re: Guixsd 0.15.0 Installation Fail
  2018-10-30 20:17 ` Thorsten Wilms
@ 2018-10-30 23:17   ` Clément Lassieur
  0 siblings, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-10-30 23:17 UTC (permalink / raw)
  To: t_w_, Anthony Eslick; +Cc: help-guix

mirror.hydra.gnu.org doesn't work well either, see
https://bugs.gnu.org/33151.  I think your best bet is to only use
https://berlin.guixsd.org.

Thorsten Wilms <t_w_@freenet.de> writes:

> On 30/10/2018 19.27, Anthony Eslick wrote:
>> When I run "guix system init /mnt/etc/config.scm /mnt" I get a message that
>> infinitely scrolls across the screen
>>
>> substitute: guix substitute: warning: while fetching
>> 'https://mirror.hydra.gnu.org/nix-cache-info': 504 ("Gateway Time-out")
>> substitute: guix substitute: warning: ignoring substitute server at
>> '"https://mirror.hydra.gnu.org"'
>
> Hi!
>
> Assembled from several posts:
>
> hydra.gnu.org is currently down and mirror.hydra.gnu.org is just proxying it.
>
> See https://lists.gnu.org/archive/html/guix-devel/2018-10/msg00434.html
>
>
> Substitute-Server-Authorization:
> As described at
> https://www.gnu.org/software/guix/manual/en/guix.html#Substitute-Server-Authorization
>
> After `guix archive --authorize < berlin.guixsd.org.pub`
> you may run commands with:
> `--substitute-urls="https://berlin.guixsd.org`
>
>
> You may want to add this setting globally and permanently, so you don't have
> to specify it every time you run guix. You can do this by passing the option
> to the guix daemon
>
> - when using GuixSD, modify guix-service in your system configuration, by
> specifying the substitute-urls in the configuration. (see guix-configuration
> in https://www.gnu.org/software/guix/manual/en/html_node/Base-Services.html )
>
>
> Not applicable in your case:
>
> - when using guix on another distribution with systemd, you can modify the the
> ExecStart line in /etc/systemd/system/guix-daemon.service as follows:
>
> ExecStart=/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon
> --build-users-group=guixbuild "--substitute-urls=https://mirror.hydra.gnu.org
> https://berlin.guixsd.org";

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

end of thread, other threads:[~2018-10-30 23:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30 18:27 Guixsd 0.15.0 Installation Fail Anthony Eslick
2018-10-30 20:17 ` Thorsten Wilms
2018-10-30 23:17   ` Clément Lassieur

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).