Thread: Re: gitmaster server problem?
Bruce Momjian <bruce@momjian.us> writes: > About 20 minutes ago I starting getting gitmaster pull errors: > ... > Can anyone confirm or report on the cause? Yeah, for me it's hanging up at the connection establishment stage ("ssh -fMN gitmaster.postgresql.org"). Traceroute gets as far as some rackspace.net machines, but gemulon itself isn't answering. regards, tom lane
I wrote: > Bruce Momjian <bruce@momjian.us> writes: >> About 20 minutes ago I starting getting gitmaster pull errors: >> Can anyone confirm or report on the cause? > Yeah, for me it's hanging up at the connection establishment > stage ("ssh -fMN gitmaster.postgresql.org"). Traceroute gets > as far as some rackspace.net machines, but gemulon itself > isn't answering. ssh and git pull are working again now for me. Oddly, "ping gemulon.postgresql.org" is still showing 98%+ packet drop rate. Not sure if that's normal. regards, tom lane
On 8/17/24 10:22, Tom Lane wrote: > I wrote: >> Bruce Momjian <bruce@momjian.us> writes: >>> About 20 minutes ago I starting getting gitmaster pull errors: >>> Can anyone confirm or report on the cause? > >> Yeah, for me it's hanging up at the connection establishment >> stage ("ssh -fMN gitmaster.postgresql.org"). Traceroute gets >> as far as some rackspace.net machines, but gemulon itself >> isn't answering. > > ssh and git pull are working again now for me. > > Oddly, "ping gemulon.postgresql.org" is still showing 98%+ > packet drop rate. Not sure if that's normal. I don't even get that, it is still dying at: 9 cored-aggr181a-1.dfw3.rackspace.net (148.62.65.5) > > regards, tom lane > > -- Adrian Klaver adrian.klaver@aklaver.com
On Sat, Aug 17, 2024 at 01:22:18PM -0400, Tom Lane wrote: > I wrote: > > Bruce Momjian <bruce@momjian.us> writes: > >> About 20 minutes ago I starting getting gitmaster pull errors: > >> Can anyone confirm or report on the cause? > > > Yeah, for me it's hanging up at the connection establishment > > stage ("ssh -fMN gitmaster.postgresql.org"). Traceroute gets > > as far as some rackspace.net machines, but gemulon itself > > isn't answering. > > ssh and git pull are working again now for me. ssh and git pull are still failing for me to gitmaster.postgresql.org. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.
On Sat, Aug 17, 2024 at 02:24:54PM -0400, Bruce Momjian wrote: > On Sat, Aug 17, 2024 at 01:22:18PM -0400, Tom Lane wrote: > > I wrote: > > > Bruce Momjian <bruce@momjian.us> writes: > > >> About 20 minutes ago I starting getting gitmaster pull errors: > > >> Can anyone confirm or report on the cause? > > > > > Yeah, for me it's hanging up at the connection establishment > > > stage ("ssh -fMN gitmaster.postgresql.org"). Traceroute gets > > > as far as some rackspace.net machines, but gemulon itself > > > isn't answering. > > > > ssh and git pull are working again now for me. > > ssh and git pull are still failing for me to gitmaster.postgresql.org. Joe Conway, CC'ed, is aware of the issue and is now working on it. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.
On Sat, Aug 17, 2024 at 02:53:44PM -0400, Bruce Momjian wrote: > On Sat, Aug 17, 2024 at 02:24:54PM -0400, Bruce Momjian wrote: > > On Sat, Aug 17, 2024 at 01:22:18PM -0400, Tom Lane wrote: > > > I wrote: > > > > Bruce Momjian <bruce@momjian.us> writes: > > > >> About 20 minutes ago I starting getting gitmaster pull errors: > > > >> Can anyone confirm or report on the cause? > > > > > > > Yeah, for me it's hanging up at the connection establishment > > > > stage ("ssh -fMN gitmaster.postgresql.org"). Traceroute gets > > > > as far as some rackspace.net machines, but gemulon itself > > > > isn't answering. > > > > > > ssh and git pull are working again now for me. > > > > ssh and git pull are still failing for me to gitmaster.postgresql.org. > > Joe Conway, CC'ed, is aware of the issue and is now working on it. Joe reports that everything should be working normally now. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.
Bruce Momjian <bruce@momjian.us> writes: > Joe reports that everything should be working normally now. ACK - things look good from here. (I did have to restart my ssh tunnel to gitmaster again.) Thanks Joe! regards, tom lane