all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix system image: unexpected guix pull from savannah
@ 2024-06-25 21:09 Vasilii Smirnov
  2024-06-27 13:26 ` Felix Lechner via
  2024-06-27 13:34 ` Andreas Enge
  0 siblings, 2 replies; 4+ messages in thread
From: Vasilii Smirnov @ 2024-06-25 21:09 UTC (permalink / raw)
  To: help-guix

Hello, people. So, today savannah is down for some reason, which
prompted me to switch to a local guix mirror:

> $ guix describe
> Generation 27      Jun 25 2024 21:31:53    (current)
>   guix 43e102b
>     repository URL: /home/user/Projects/guix
>     branch: master
>     commit: 43e102be746e5be11ddd9e1af9b65e3d8571d232

After this I checked "guix pull" and "guix system reconfigure" - they
worked fine. But then I tried creating an installation image and it
failed trying to pull from savannah again:

> $ guix system image --image-type=iso9660 --fallback installer.scm
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Backtrace:
> In guix/gexp.scm:
>     913:4 19 (_ _)
> In guix/store.scm:
>   2090:12 18 (_ #<store-connection 256.100 7ff670c46280>)
>   1407:11 17 (map/accumulate-builds #<store-connection 256.100 7ff6…> …)
>    1325:8 16 (call-with-build-handler #<procedure 7ff66ffa97b0 at g…> …)
>   2205:25 15 (run-with-store #<store-connection 256.100 7ff670c46280> …)
> In guix/gexp.scm:
>    918:13 14 (_ _)
> In guix/store.scm:
>    2033:8 13 (_ _)
> In guix/gexp.scm:
>    299:22 12 (_ _)
> In guix/store.scm:
>    2033:8 11 (_ _)
> In guix/gexp.scm:
>    299:22 10 (_ _)
> In guix/store.scm:
>    2033:8  9 (_ _)
> In guix/packages.scm:
>   2010:11  8 (_ _)
> In guix/build-system/channel.scm:
>      43:2  7 (_ _)
> In guix/store.scm:
>   2077:38  6 (_ #<store-connection 256.100 7ff670c46280>)
> In guix/channels.scm:
>    559:23  5 (latest-channel-instances #<store-connection 256.100 7…> …)
>    422:18  4 (latest-channel-instance #<store-connection 256.100 7f…> …)
> In guix/git.scm:
>     541:7  3 (update-cached-checkout _ #:ref _ #:recursive? _ # _ # _ …)
> In git/bindings.scm:
>      77:2  2 (raise-git-error _)
> In ice-9/boot-9.scm:
>   1685:16  1 (raise-exception _ #:continuable? _)
>   1685:16  0 (raise-exception _ #:continuable? _)
> 
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> Git error: failed to connect to git.savannah.gnu.org: Network is unreachable

Does anyone know why it does that? Any way to fix this?


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

* Re: guix system image: unexpected guix pull from savannah
  2024-06-25 21:09 guix system image: unexpected guix pull from savannah Vasilii Smirnov
@ 2024-06-27 13:26 ` Felix Lechner via
  2024-06-27 13:34 ` Andreas Enge
  1 sibling, 0 replies; 4+ messages in thread
From: Felix Lechner via @ 2024-06-27 13:26 UTC (permalink / raw)
  To: Vasilii Smirnov, help-guix

Hi Vasilii,

On Tue, Jun 25 2024, Vasilii Smirnov wrote:

>> Git error: failed to connect to git.savannah.gnu.org: Network is unreachable

FSF had a big outage two days ago.  The reason was a failed storage
array.  I had similar issues, but it works for me now.

Kind regards
Felix


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

* Re: guix system image: unexpected guix pull from savannah
  2024-06-25 21:09 guix system image: unexpected guix pull from savannah Vasilii Smirnov
  2024-06-27 13:26 ` Felix Lechner via
@ 2024-06-27 13:34 ` Andreas Enge
  2024-06-27 14:04   ` Vasilii Smirnov
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2024-06-27 13:34 UTC (permalink / raw)
  To: Vasilii Smirnov; +Cc: help-guix

Am Tue, Jun 25, 2024 at 11:09:01PM +0200 schrieb Vasilii Smirnov:
> > ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> > Git error: failed to connect to git.savannah.gnu.org: Network is unreachable
> Does anyone know why it does that? Any way to fix this?

Did you try again? I seem to recall that there were problems connecting
to savannah for a short time, but at least now I can connect.

Andreas



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

* Re: guix system image: unexpected guix pull from savannah
  2024-06-27 13:34 ` Andreas Enge
@ 2024-06-27 14:04   ` Vasilii Smirnov
  0 siblings, 0 replies; 4+ messages in thread
From: Vasilii Smirnov @ 2024-06-27 14:04 UTC (permalink / raw)
  To: Andreas Enge; +Cc: help-guix, Felix Lechner

On 6/27/24 15:34, Andreas Enge wrote:
> Am Tue, Jun 25, 2024 at 11:09:01PM +0200 schrieb Vasilii Smirnov:
>>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>>> Git error: failed to connect to git.savannah.gnu.org: Network is unreachable
>> Does anyone know why it does that? Any way to fix this?
> 
> Did you try again? I seem to recall that there were problems connecting
> to savannah for a short time, but at least now I can connect.
> 
> Andreas

Yeah, it works now, but the underlying issue is still there - the guix
system image command "phones home" even though the main guix pull
command respects my settings in channels.scm.

I haven't had the time to investigate this yet, I'll probably convert
this to a bug report later.


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

end of thread, other threads:[~2024-06-27 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 21:09 guix system image: unexpected guix pull from savannah Vasilii Smirnov
2024-06-27 13:26 ` Felix Lechner via
2024-06-27 13:34 ` Andreas Enge
2024-06-27 14:04   ` Vasilii Smirnov

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.