* Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv
@ 2018-11-04 15:41 Brian Woodcox
2018-11-04 19:31 ` swedebugia
0 siblings, 1 reply; 5+ messages in thread
From: Brian Woodcox @ 2018-11-04 15:41 UTC (permalink / raw)
To: help-guix
This is my last error while installing GuixSD 0.15.0.
So rsgj5syf4azvg4y80gqbr94gr4i9226y-guix-artwork-6998d30-checkout.drv is trying to download git clone git://git.savannah.gnu.org/guix/guix-artwork.git
But I get the following error:
Cloning into 'guix-artwork'...
fatal: unable to connect to git.savannah.gnu.org:
git.savannah.gnu.org[0: 208.118.235.201]: errno=Connection refused
Could it be that the file is not there?
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv
2018-11-04 15:41 Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv Brian Woodcox
@ 2018-11-04 19:31 ` swedebugia
2018-11-04 20:26 ` Brian Woodcox
0 siblings, 1 reply; 5+ messages in thread
From: swedebugia @ 2018-11-04 19:31 UTC (permalink / raw)
To: Brian Woodcox, help-guix
Hi
On 2018-11-04 16:41, Brian Woodcox wrote:
> This is my last error while installing GuixSD 0.15.0.
>
> So rsgj5syf4azvg4y80gqbr94gr4i9226y-guix-artwork-6998d30-checkout.drv is trying to download git clone git://git.savannah.gnu.org/guix/guix-artwork.git
>
> But I get the following error:
>
> Cloning into 'guix-artwork'...
> fatal: unable to connect to git.savannah.gnu.org:
> git.savannah.gnu.org[0: 208.118.235.201]: errno=Connection refused
>
> Could it be that the file is not there?
Worked fine here:
$ ping git.savannah.gnu.org
PING git.savannah.gnu.org (208.118.235.201) 56(84) bytes of data.
64 bytes from vcs0.savannah.gnu.org (208.118.235.201): icmp_seq=1 ttl=50
time=162 ms
$ git clone git://git.savannah.gnu.org/guix/guix-artwork.git --depth=1
Klonar till "guix-artwork"...
remote: Counting objects: 313, done.
remote: Compressing objects: 100% (259/259), done.
remote: Total 313 (delta 57), reused 241 (delta 44)
Tar emot objekt: 100% (313/313), 8.33 MiB | 294.00 KiB/s, klart.
Analyserar delta: 100% (57/57), klart.
--
Cheers
Swedebugia
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv
2018-11-04 19:31 ` swedebugia
@ 2018-11-04 20:26 ` Brian Woodcox
2018-11-04 21:01 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: Brian Woodcox @ 2018-11-04 20:26 UTC (permalink / raw)
To: swedebugia; +Cc: help-guix
Your right.
I think port 9418 needs to be open.
So scratch that one from the list.
>
>> On 2018-11-04 16:41, Brian Woodcox wrote:
>> This is my last error while installing GuixSD 0.15.0.
>>
>> So rsgj5syf4azvg4y80gqbr94gr4i9226y-guix-artwork-6998d30-checkout.drv is trying to download git clone git://git.savannah.gnu.org/guix/guix-artwork.git
>>
>> But I get the following error:
>>
>> Cloning into 'guix-artwork'...
>> fatal: unable to connect to git.savannah.gnu.org:
>> git.savannah.gnu.org[0: 208.118.235.201]: errno=Connection refused
>>
>> Could it be that the file is not there?
>
> Worked fine here:
>
> $ ping git.savannah.gnu.org
> PING git.savannah.gnu.org (208.118.235.201) 56(84) bytes of data.
> 64 bytes from vcs0.savannah.gnu.org (208.118.235.201): icmp_seq=1 ttl=50 time=162 ms
>
> $ git clone git://git.savannah.gnu.org/guix/guix-artwork.git --depth=1
> Klonar till "guix-artwork"...
> remote: Counting objects: 313, done.
> remote: Compressing objects: 100% (259/259), done.
> remote: Total 313 (delta 57), reused 241 (delta 44)
> Tar emot objekt: 100% (313/313), 8.33 MiB | 294.00 KiB/s, klart.
> Analyserar delta: 100% (57/57), klart.
>
> --
> Cheers
> Swedebugia
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv
2018-11-04 20:26 ` Brian Woodcox
@ 2018-11-04 21:01 ` Leo Famulari
2018-11-04 23:15 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2018-11-04 21:01 UTC (permalink / raw)
To: Brian Woodcox; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
On Sun, Nov 04, 2018 at 01:26:23PM -0700, Brian Woodcox wrote:
> Your right.
>
> I think port 9418 needs to be open.
>
> So scratch that one from the list.
> >
> >> On 2018-11-04 16:41, Brian Woodcox wrote:
> >> This is my last error while installing GuixSD 0.15.0.
> >>
> >> So rsgj5syf4azvg4y80gqbr94gr4i9226y-guix-artwork-6998d30-checkout.drv is trying to download git clone git://git.savannah.gnu.org/guix/guix-artwork.git
We should probably make it fetch over HTTPS, since port 443 can
typically be assumed to be open.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv
2018-11-04 21:01 ` Leo Famulari
@ 2018-11-04 23:15 ` Leo Famulari
0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2018-11-04 23:15 UTC (permalink / raw)
To: Brian Woodcox; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
On Sun, Nov 04, 2018 at 04:01:32PM -0500, Leo Famulari wrote:
> On Sun, Nov 04, 2018 at 01:26:23PM -0700, Brian Woodcox wrote:
> > Your right.
> >
> > I think port 9418 needs to be open.
> >
> > So scratch that one from the list.
> > >
> > >> On 2018-11-04 16:41, Brian Woodcox wrote:
> > >> This is my last error while installing GuixSD 0.15.0.
> > >>
> > >> So rsgj5syf4azvg4y80gqbr94gr4i9226y-guix-artwork-6998d30-checkout.drv is trying to download git clone git://git.savannah.gnu.org/guix/guix-artwork.git
>
> We should probably make it fetch over HTTPS, since port 443 can
> typically be assumed to be open.
Ludovic and I raced to make this change — he won with commit
688d1a01e45eb1277a6337987bfd53f3fe3caaec
:)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-11-04 23:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-04 15:41 Issue with install of GuixSD 0.15.0 regarding guix-artwork-6998d30.drv Brian Woodcox
2018-11-04 19:31 ` swedebugia
2018-11-04 20:26 ` Brian Woodcox
2018-11-04 21:01 ` Leo Famulari
2018-11-04 23:15 ` Leo Famulari
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).