unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38446: Guix pull broken
@ 2019-12-01 18:15 Clément Lassieur
  2019-12-01 18:19 ` Clément Lassieur
  0 siblings, 1 reply; 10+ messages in thread
From: Clément Lassieur @ 2019-12-01 18:15 UTC (permalink / raw)
  To: 38446

https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error.

Reproducible 9 times out of 10.

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

* bug#38446: Guix pull broken
  2019-12-01 18:15 bug#38446: Guix pull broken Clément Lassieur
@ 2019-12-01 18:19 ` Clément Lassieur
  2019-12-02 18:09   ` zimoun
  0 siblings, 1 reply; 10+ messages in thread
From: Clément Lassieur @ 2019-12-01 18:19 UTC (permalink / raw)
  To: 38446

Clément Lassieur <clement@lassieur.org> writes:

> https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error.
>
> Reproducible 9 times out of 10.

Since at least yesterday.

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

* bug#38446: Guix pull broken
  2019-12-01 18:19 ` Clément Lassieur
@ 2019-12-02 18:09   ` zimoun
  2019-12-02 20:33     ` Amin Bandali
  0 siblings, 1 reply; 10+ messages in thread
From: zimoun @ 2019-12-02 18:09 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 38446

Hi,

On Sun, 1 Dec 2019 at 19:20, Clément Lassieur <clement@lassieur.org> wrote:
>
> Clément Lassieur <clement@lassieur.org> writes:
>
> > https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error.
> >
> > Reproducible 9 times out of 10.
>
> Since at least yesterday.

I have issues too.

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

* bug#38446: Guix pull broken
  2019-12-02 18:09   ` zimoun
@ 2019-12-02 20:33     ` Amin Bandali
  2019-12-02 23:15       ` Clément Lassieur
  0 siblings, 1 reply; 10+ messages in thread
From: Amin Bandali @ 2019-12-02 20:33 UTC (permalink / raw)
  To: zimoun; +Cc: 38446, Clément Lassieur

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

Hi folks,

The reason for these errors is that various parts of GNU Savannah have
been under a sizable botnet attack for a few days now.  Savannah hackers
and FSF sysadmins have been working on it mitigating the attack, but it
is an ongoing effort.

In the mean time, I suggest using "member checkouts" (i.e. ssh) for
accessing the repositories.  You need to a Savannah account for this,
but to my knowledge you don't have to be a member of that project to
just pull from its repositories using ssh.  Another option would be
using the git:// protocol, which I recommend against, as it's insecure
and prone to MITM attacks.

See
    https://savannah.gnu.org/git/?group=guix
and
    https://savannah.gnu.org/maintenance/UsingGit/
for more details.

Hope this helps.

-- 
Amin Bandali
Free Software Activist | GNU Maintainer & Webmaster
GPG: BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103
https://bandali.eu.org

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

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

* bug#38446: Guix pull broken
  2019-12-02 20:33     ` Amin Bandali
@ 2019-12-02 23:15       ` Clément Lassieur
  2019-12-02 23:22         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2019-12-02 23:27         ` Ricardo Wurmus
  0 siblings, 2 replies; 10+ messages in thread
From: Clément Lassieur @ 2019-12-02 23:15 UTC (permalink / raw)
  To: Amin Bandali; +Cc: 38446

Hi Amin,

Thank you for this nice reply.

Would it be possible to have an *official* backup Git repository hosted
somewhere else (like Github, or whatever), where we could redirect users
when they encounter issues?

Clément

Amin Bandali <bandali@gnu.org> writes:

> Hi folks,
>
> The reason for these errors is that various parts of GNU Savannah have
> been under a sizable botnet attack for a few days now.  Savannah hackers
> and FSF sysadmins have been working on it mitigating the attack, but it
> is an ongoing effort.
>
> In the mean time, I suggest using "member checkouts" (i.e. ssh) for
> accessing the repositories.  You need to a Savannah account for this,
> but to my knowledge you don't have to be a member of that project to
> just pull from its repositories using ssh.  Another option would be
> using the git:// protocol, which I recommend against, as it's insecure
> and prone to MITM attacks.
>
> See
>     https://savannah.gnu.org/git/?group=guix
> and
>     https://savannah.gnu.org/maintenance/UsingGit/
> for more details.
>
> Hope this helps.

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

* bug#38446: Guix pull broken
  2019-12-02 23:15       ` Clément Lassieur
@ 2019-12-02 23:22         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2019-12-02 23:27         ` Ricardo Wurmus
  1 sibling, 0 replies; 10+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-12-02 23:22 UTC (permalink / raw)
  To: 38446, Clément Lassieur

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

Clément Lassieur 写道:
> Would it be possible to have an *official* backup Git repository 
> hosted
> somewhere else (like Github, or whatever), where we could 
> redirect users
> when they encounter issues?

Coming soon ;-)

Kind regards,

T G-R

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

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

* bug#38446: Guix pull broken
  2019-12-02 23:15       ` Clément Lassieur
  2019-12-02 23:22         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2019-12-02 23:27         ` Ricardo Wurmus
  2019-12-02 23:32           ` Clément Lassieur
  2019-12-02 23:55           ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 2 replies; 10+ messages in thread
From: Ricardo Wurmus @ 2019-12-02 23:27 UTC (permalink / raw)
  To: Clément Lassieur; +Cc: 38446, Amin Bandali


Hi Clément,

> Would it be possible to have an *official* backup Git repository hosted
> somewhere else (like Github, or whatever), where we could redirect users
> when they encounter issues?

For the time being you can do

  git clone https://guix.gnu.org/git/guix

which is a read-only copy of my clone of the repository.  I’d like to
make it automatically sync up with the repo on Savannah, but I ran out
of time.

~~ Ricardo

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

* bug#38446: Guix pull broken
  2019-12-02 23:27         ` Ricardo Wurmus
@ 2019-12-02 23:32           ` Clément Lassieur
  2019-12-02 23:55           ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 0 replies; 10+ messages in thread
From: Clément Lassieur @ 2019-12-02 23:32 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 38446-done, Amin Bandali

Hi Ricardo,

Ricardo Wurmus <rekado@elephly.net> writes:

> For the time being you can do
>
>   git clone https://guix.gnu.org/git/guix
>
> which is a read-only copy of my clone of the repository.  I’d like to
> make it automatically sync up with the repo on Savannah, but I ran out
> of time.

Great!  Thank you very much,
Clément

PS: I'm closing the bug, since it doesn't really depend on us and we
have a workaround.

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

* bug#38446: Guix pull broken
  2019-12-02 23:27         ` Ricardo Wurmus
  2019-12-02 23:32           ` Clément Lassieur
@ 2019-12-02 23:55           ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2019-12-03  2:12             ` Ricardo Wurmus
  1 sibling, 1 reply; 10+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2019-12-02 23:55 UTC (permalink / raw)
  To: 38446, Ricardo Wurmus

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

Ricardo,

Ricardo Wurmus 写道:
> For the time being you can do
>
>   git clone https://guix.gnu.org/git/guix
>
> which is a read-only copy of my clone of the repository.  I’d 
> like to
> make it automatically sync up with the repo on Savannah, but I 
> ran out
> of time.

Did you use --mirror to do this?

It should be trivial to finish but I don't want to step on your 
toes.

Kind regards,

T G-R

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

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

* bug#38446: Guix pull broken
  2019-12-02 23:55           ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2019-12-03  2:12             ` Ricardo Wurmus
  0 siblings, 0 replies; 10+ messages in thread
From: Ricardo Wurmus @ 2019-12-03  2:12 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 38446


Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Ricardo,
>
> Ricardo Wurmus 写道:
>> For the time being you can do
>>
>>   git clone https://guix.gnu.org/git/guix
>>
>> which is a read-only copy of my clone of the repository.  I’d like
>> to
>> make it automatically sync up with the repo on Savannah, but I ran
>> out
>> of time.
>
> Did you use --mirror to do this?

No, I didn’t know about “--mirror”.  I only did this on berlin:

   cd /srv/git
   git init --bare guix

Then I set up git serving over HTTP with some changes to maintenance.git
(not pushed yet but changed on berlin).

Then I pushed to it from my laptop:

   git remote add berlin ssh://berlin.guixsd.org:/srv/git/guix
   git push berlin

~~ Ricardo

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

end of thread, other threads:[~2019-12-03  2:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-01 18:15 bug#38446: Guix pull broken Clément Lassieur
2019-12-01 18:19 ` Clément Lassieur
2019-12-02 18:09   ` zimoun
2019-12-02 20:33     ` Amin Bandali
2019-12-02 23:15       ` Clément Lassieur
2019-12-02 23:22         ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-12-02 23:27         ` Ricardo Wurmus
2019-12-02 23:32           ` Clément Lassieur
2019-12-02 23:55           ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2019-12-03  2:12             ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

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

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