git down

Started by Erik Rijkersabout 8 years ago9 messages
#1Erik Rijkers
er@xs4all.nl

git.postgresql.org is down/unreachable

( git://git.postgresql.org/git/postgresql.git )

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Erik Rijkers (#1)
Re: [HACKERS] git down

Erik Rijkers <er@xs4all.nl> writes:

git.postgresql.org is down/unreachable
( git://git.postgresql.org/git/postgresql.git )

pgwww is probably a better forum for reporting that.

gitmaster seems wedged as well, although the host is responding
to pings.

regards, tom lane

--
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

#3Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Tom Lane (#2)
Re: [HACKERS] git down

On 10/27/2017 11:14 PM, Tom Lane wrote:

Erik Rijkers <er@xs4all.nl> writes:

git.postgresql.org is down/unreachable
( git://git.postgresql.org/git/postgresql.git )

pgwww is probably a better forum for reporting that.

gitmaster seems wedged as well, although the host is responding
to pings.

should be fixed now - sorry for the slight delay but almost all of us
were sitting at the after-pgconf.eu dinner ;)

not sure I can reproduce the issue with gitmaster though - that box
looks fine to me?

regards

Stefan

--
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Stefan Kaltenbrunner (#3)
Re: [HACKERS] git down

Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:

On 10/27/2017 11:14 PM, Tom Lane wrote:

gitmaster seems wedged as well, although the host is responding
to pings.

should be fixed now - sorry for the slight delay but almost all of us
were sitting at the after-pgconf.eu dinner ;)
not sure I can reproduce the issue with gitmaster though - that box
looks fine to me?

It's okay now. Maybe it was just a glitch in my ssl connection?

regards, tom lane

--
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

#5Stefan Kaltenbrunner
stefan@kaltenbrunner.cc
In reply to: Tom Lane (#4)
Re: [HACKERS] git down

On 10/27/2017 11:47 PM, Tom Lane wrote:

Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:

On 10/27/2017 11:14 PM, Tom Lane wrote:

gitmaster seems wedged as well, although the host is responding
to pings.

should be fixed now - sorry for the slight delay but almost all of us
were sitting at the after-pgconf.eu dinner ;)
not sure I can reproduce the issue with gitmaster though - that box
looks fine to me?

It's okay now. Maybe it was just a glitch in my ssl connection?

ah - if you tested around 22:20 CEST the reason might have been that the
firewall in front of some of our boxes was reloaded (for 3-5min) as part
of an attempt to fix this issue - so maybe this is what you saw.

Stefan

--
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

#6Andreas Karlsson
andreas@proxel.se
In reply to: Erik Rijkers (#1)
Re: git down

On 10/27/2017 10:51 PM, Erik Rijkers wrote:

git.postgresql.org is down/unreachable

( git://git.postgresql.org/git/postgresql.git )

Yes, I noticed this too, but
https://git.postgresql.org/git/postgresql.git still works fine.

I guess it makes sense to remove unencrypted access, but in that case
https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary should not
advertise supporting the git protocol. I have not seen any announcement
either, but that could just be me not paying enough attention.

Andreas

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#7Magnus Hagander
magnus@hagander.net
In reply to: Andreas Karlsson (#6)
Re: git down

On Mon, Oct 30, 2017 at 2:35 AM, Andreas Karlsson <andreas@proxel.se> wrote:

On 10/27/2017 10:51 PM, Erik Rijkers wrote:

git.postgresql.org is down/unreachable

( git://git.postgresql.org/git/postgresql.git )

Yes, I noticed this too, but https://git.postgresql.org/git/postgresql.git
still works fine.

I guess it makes sense to remove unencrypted access, but in that case
https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary should not
advertise supporting the git protocol. I have not seen any announcement
either, but that could just be me not paying enough attention.

We definitely still support the unencrypted git protocol. I do recommend
using https, but that doesn't mean git shouldn't work. There seems to have
been some network issues and the git daemon doesn't do a very good job of
handling hung sessions. I've cleaned up for now and it seems to be working
again, and we'll do some more digging into what actually was the root
cause.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#8Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: Magnus Hagander (#7)
Re: [HACKERS] git down

Hi,

I'm seeing this warning (git.postgresql.org[0: 2620:122:b000:7::243]:
errno=Network is unreachable) on one of the buildfarm animals (anole) from
last few weeks. The git version is 1.7.4.2. When I use https, it errors
"fatal: cannot exec 'git-remote-https': Permission denied"

On Mon, Oct 30, 2017 at 2:32 PM, Magnus Hagander <magnus@hagander.net>
wrote:

On Mon, Oct 30, 2017 at 2:35 AM, Andreas Karlsson <andreas@proxel.se>
wrote:

On 10/27/2017 10:51 PM, Erik Rijkers wrote:

git.postgresql.org is down/unreachable

( git://git.postgresql.org/git/postgresql.git )

Yes, I noticed this too, but https://git.postgresql.org/git
/postgresql.git still works fine.

I guess it makes sense to remove unencrypted access, but in that case
https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary should not
advertise supporting the git protocol. I have not seen any announcement
either, but that could just be me not paying enough attention.

We definitely still support the unencrypted git protocol. I do recommend
using https, but that doesn't mean git shouldn't work. There seems to have
been some network issues and the git daemon doesn't do a very good job of
handling hung sessions. I've cleaned up for now and it seems to be working
again, and we'll do some more digging into what actually was the root
cause.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

--
Sandeep Thakkar

#9Tom Lane
tgl@sss.pgh.pa.us
In reply to: Sandeep Thakkar (#8)
Re: [HACKERS] git down

Sandeep Thakkar <sandeep.thakkar@enterprisedb.com> writes:

I'm seeing this warning (git.postgresql.org[0: 2620:122:b000:7::243]:
errno=Network is unreachable) on one of the buildfarm animals (anole) from
last few weeks. The git version is 1.7.4.2. When I use https, it errors
"fatal: cannot exec 'git-remote-https': Permission denied"

Well, the rest of the buildfarm seems fine, so the problem must be local.
Maybe the permissions on that file (git-remote-https) got messed up?

FWIW, 1.7.4.2 is pretty durn ancient. Consider just installing a new git
revision instead of troubleshooting the one you've got.

regards, tom lane