Обсуждение: [pgsql-www] gitmaster troubles?

Поиск
Список
Период
Сортировка

[pgsql-www] gitmaster troubles?

От
Andres Freund
Дата:
Hi,

there seems to be some sort of trouble with gitmaster atm. Git's SSH
connection can be established, but commands are not executed.  Bypassing
git and directly using ssh shows the same:

ssh -v git@gitmaster.postgresql.org git --version
...
debug1: Authentication succeeded (publickey).
Authenticated to 174.143.35.198 ([174.143.35.198]:22).
...
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: git --version

And there it stops.

Greetings,

Andres Freund



Re: [pgsql-www] gitmaster troubles?

От
Tom Lane
Дата:
Andres Freund <andres@anarazel.de> writes:
> there seems to be some sort of trouble with gitmaster atm. Git's SSH
> connection can be established, but commands are not executed.  Bypassing
> git and directly using ssh shows the same:

FWIW, seems to be working fine for me ...
        regards, tom lane



Re: [pgsql-www] gitmaster troubles?

От
Stephen Frost
Дата:
Andres,

* Andres Freund (andres@anarazel.de) wrote:
> there seems to be some sort of trouble with gitmaster atm. Git's SSH
> connection can be established, but commands are not executed.  Bypassing
> git and directly using ssh shows the same:

Seems to be working here currently...

Any chance that it was just transient?  Would you try it again?  I was
able to both SSH into gemulon and to do a git pull without any issue.

Thanks!

Stephen

Re: [pgsql-www] gitmaster troubles?

От
Andres Freund
Дата:
On 2017-08-29 19:10:59 -0400, Stephen Frost wrote:
> Andres,
> 
> * Andres Freund (andres@anarazel.de) wrote:
> > there seems to be some sort of trouble with gitmaster atm. Git's SSH
> > connection can be established, but commands are not executed.  Bypassing
> > git and directly using ssh shows the same:
> 
> Seems to be working here currently...
> 
> Any chance that it was just transient?  Would you try it again?  I was
> able to both SSH into gemulon and to do a git pull without any issue.

Seems to work now. Persisted for at least ~30min though. Odd...

Thanks!

Andres



Re: [pgsql-www] gitmaster troubles?

От
Tom Lane
Дата:
Stephen Frost <sfrost@snowman.net> writes:
> Any chance that it was just transient?  Would you try it again?  I was
> able to both SSH into gemulon and to do a git pull without any issue.

traceroute gives the impression that that server is in DFW.  I would not
be surprised if some people's connections to that area are a bit, um,
soggy right now.
        regards, tom lane



Re: [pgsql-www] gitmaster troubles?

От
Stephen Frost
Дата:
Tom, all,

* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Stephen Frost <sfrost@snowman.net> writes:
> > Any chance that it was just transient?  Would you try it again?  I was
> > able to both SSH into gemulon and to do a git pull without any issue.
>
> traceroute gives the impression that that server is in DFW.  I would not
> be surprised if some people's connections to that area are a bit, um,
> soggy right now.

Indeed, the server is hosted at Rackspace in DFW.  We have not heard
anything specific from Rackspace regarding how they're being impacted,
but it's certainly possible that they had a bit of a hiccup.

Thanks!

Stephen