all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22215: guix package fails to use more than the first substitute server in case of 404 failure
@ 2015-12-20 21:40 Florian Paul Schmidt
  2017-11-27  3:12 ` Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Paul Schmidt @ 2015-12-20 21:40 UTC (permalink / raw)
  To: 22215

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


guix package --substitute-urls="http://fps.io:9999
http://hydra.gnu.org" -i emacs

fails due to

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21888

with a 404 and consequently fails to try hydra for the download after
the download from fps.io failed.

Regards,
Flo

- -- 
https://fps.io
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWdyBUAAoJEA5f4Coltk8Zxr0H/2rYvNj9tUifhM6A1kPCT48A
y8pSYn33dRDToCjJmZf74X6i0qrULohv0npX2wgfI1AY/fzO0lXrWNtqK2KhcGcK
8KPxNzAdCUgu/Ekx/OIRn2LD/PtvFHcWDkIW4rVuCUNKA/A2VB8GCca8ZLDai9EW
vSf9VWG+5MtZ/wbwU6Ec3sY+5fX2RCTlNIs++HmD+6/jSmigXP4mQyvXd2h+WABM
DTs8URtvONataGYiLWjuRmqYUaMhYukdJZJ980XjTHr38uCCltavthL3RumWp0L8
kJcsbb2Zi9W/T7O5ILk4K9615TISCtmHjVIBzejwJBpI8W171vvXzM8Oid5/xz0=
=FIZ/
-----END PGP SIGNATURE-----

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

* bug#22215: guix package fails to use more than the first substitute server in case of 404 failure
  2015-12-20 21:40 bug#22215: guix package fails to use more than the first substitute server in case of 404 failure Florian Paul Schmidt
@ 2017-11-27  3:12 ` Maxim Cournoyer
  2017-11-28 16:14   ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2017-11-27  3:12 UTC (permalink / raw)
  To: Florian Paul Schmidt; +Cc: 22215

Hello!

Florian Paul Schmidt <mista.tapas@gmx.net> writes:

> guix package --substitute-urls="http://fps.io:9999
> http://hydra.gnu.org" -i emacs
>
> fails due to
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21888
>
> with a 404 and consequently fails to try hydra for the download after
> the download from fps.io failed.
>
> Regards,
> Flo

I couldn't reproduce the 404 error with the above command, however there
is still a problem because it is hanging with no sign of timing out. I
canceled it with C-c.

Maxim

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

* bug#22215: guix package fails to use more than the first substitute server in case of 404 failure
  2017-11-27  3:12 ` Maxim Cournoyer
@ 2017-11-28 16:14   ` Ludovic Courtès
  2017-11-29 12:55     ` Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2017-11-28 16:14 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 22215

Hi Maxim,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> Florian Paul Schmidt <mista.tapas@gmx.net> writes:
>
>> guix package --substitute-urls="http://fps.io:9999
>> http://hydra.gnu.org" -i emacs
>>
>> fails due to
>>
>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21888
>>
>> with a 404 and consequently fails to try hydra for the download after
>> the download from fps.io failed.
>>
>> Regards,
>> Flo
>
> I couldn't reproduce the 404 error with the above command, however there
> is still a problem because it is hanging with no sign of timing out. I
> canceled it with C-c.

Do you have more info as to how to reproduce the issue?

Thanks,
Ludo’.

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

* bug#22215: guix package fails to use more than the first substitute server in case of 404 failure
  2017-11-28 16:14   ` Ludovic Courtès
@ 2017-11-29 12:55     ` Maxim Cournoyer
  2017-11-29 16:59       ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2017-11-29 12:55 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 22215

Hello,

ludo@gnu.org (Ludovic Courtès) writes:

> Hi Maxim,
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>> Florian Paul Schmidt <mista.tapas@gmx.net> writes:
>>
>>> guix package --substitute-urls="http://fps.io:9999
>>> http://hydra.gnu.org" -i emacs
>>>
>>> fails due to
>>>
>>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21888
>>>
>>> with a 404 and consequently fails to try hydra for the download after
>>> the download from fps.io failed.
>>>
>>> Regards,
>>> Flo
>>
>> I couldn't reproduce the 404 error with the above command, however there
>> is still a problem because it is hanging with no sign of timing out. I
>> canceled it with C-c.
>
> Do you have more info as to how to reproduce the issue?

It seems my network (WiFi managed with nmcli (network-manager)) had some
problems resolving DNS at that time. I cannot reproduce it anymore, so I
think this issue can be closed. We have a similar issue in 26833, which
for some reason is not listed on our Debbugs tracker anymore (still
available here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26833).

I could easily reproduce that one in the last days, with Bayfront
seemingly down it was crashing Guix with a "no route to host" error or
similar.

Maxim

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

* bug#22215: guix package fails to use more than the first substitute server in case of 404 failure
  2017-11-29 12:55     ` Maxim Cournoyer
@ 2017-11-29 16:59       ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2017-11-29 16:59 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 22215-done

Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Hi Maxim,
>>
>> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>>
>>> Florian Paul Schmidt <mista.tapas@gmx.net> writes:
>>>
>>>> guix package --substitute-urls="http://fps.io:9999
>>>> http://hydra.gnu.org" -i emacs
>>>>
>>>> fails due to
>>>>
>>>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21888
>>>>
>>>> with a 404 and consequently fails to try hydra for the download after
>>>> the download from fps.io failed.
>>>>
>>>> Regards,
>>>> Flo
>>>
>>> I couldn't reproduce the 404 error with the above command, however there
>>> is still a problem because it is hanging with no sign of timing out. I
>>> canceled it with C-c.
>>
>> Do you have more info as to how to reproduce the issue?
>
> It seems my network (WiFi managed with nmcli (network-manager)) had some
> problems resolving DNS at that time. I cannot reproduce it anymore, so I
> think this issue can be closed.

OK, closing.

> We have a similar issue in 26833, which for some reason is not listed
> on our Debbugs tracker anymore (still available here:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26833).

It’s not listed because it’s merged with #26035.

> I could easily reproduce that one in the last days, with Bayfront
> seemingly down it was crashing Guix with a "no route to host" error or
> similar.

Noted!

Thanks,
Ludo’.

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

end of thread, other threads:[~2017-11-29 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-20 21:40 bug#22215: guix package fails to use more than the first substitute server in case of 404 failure Florian Paul Schmidt
2017-11-27  3:12 ` Maxim Cournoyer
2017-11-28 16:14   ` Ludovic Courtès
2017-11-29 12:55     ` Maxim Cournoyer
2017-11-29 16:59       ` Ludovic Courtès

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.