Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Frederic Gurr
It was a hostile attack of too many git d(a)emons (as mentioned earlier). ;) On 31.10.2016 12:39, Ed Willink wrote: > Hi > > Yes. Seems ok now. > > Do we have any idea what caused the failures? Unless you have fixed > something, the need for multiple restarts suggests a hostile attack. > >

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Ed Willink
Hi Yes. Seems ok now. Do we have any idea what caused the failures? Unless you have fixed something, the need for multiple restarts suggests a hostile attack. Regards Ed Willink On 31/10/2016 10:49, Frederic Gurr wrote: It seems to have stabilized now. On 29.10.2016 20:07,

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Frederic Gurr
It seems to have stabilized now. On 29.10.2016 20:07, Ed Willink wrote: > Hi > > With the OCL HIPP, I can usually (75% success) get one build after > restarting before the GIT connection fails again. > > Regards > > Ed Willink > > > On 29/10/2016 00:04, Matthias Sohn wrote: >>

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-31 Thread Frederic Gurr
This was probably an intermittent error, since the last three builds succeeded. On 29.10.2016 01:04, Matthias Sohn wrote: > EGit HIPP is again broken, restarting it didn't help to regain access to > git.eclipse.org >

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-30 Thread David Williams
Thanks for this tip. I did confirm that works, but then thought why not go all the way and avoid the network protocols and use file:///gitroot/... for builds. Works well for me in my Hudson jobs running on Linux. While it should not be required to make such changes, even after "git://" is

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-29 Thread Stephan Herrmann
On build.eclipse.org I consistently received git: Connection refused, but after changing protocol from git: to https: all was fine. Stephan On 10/29/2016 08:07 PM, Ed Willink wrote: Hi With the OCL HIPP, I can usually (75% success) get one build after restarting before the GIT connection

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-29 Thread Ed Willink
Hi With the OCL HIPP, I can usually (75% success) get one build after restarting before the GIT connection fails again. Regards Ed Willink On 29/10/2016 00:04, Matthias Sohn wrote: EGit HIPP is again broken, restarting it didn't help to regain access to git.eclipse.org

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Matthias Sohn
EGit HIPP is again broken, restarting it didn't help to regain access to git.eclipse.org https://hudson.eclipse.org/egit/job/egit-stable.gerrit/908/console On Fri, Oct 28, 2016 at 10:36 PM, Andrey Loskutov wrote: > Thank you Frederic! > > Am 28. Oktober 2016 22:35:24 MESZ,

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Andrey Loskutov
Thank you Frederic! Am 28. Oktober 2016 22:35:24 MESZ, schrieb Frederic Gurr : >I've restarted the platform HIPP and now it works again. > >On 28.10.2016 22:16, Andrey Loskutov wrote: >> Platform UI still has issues: >>

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Frederic Gurr
I've restarted the platform HIPP and now it works again. On 28.10.2016 22:16, Andrey Loskutov wrote: > Platform UI still has issues: > https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console > > > Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr >

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Andrey Loskutov
Platform UI still has issues: https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/11059/console Am 28. Oktober 2016 22:14:01 MESZ, schrieb Frederic Gurr : >Matt had to kill some wild running git daemon processes. >And yes, the "connection refused"

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Frederic Gurr
Matt had to kill some wild running git daemon processes. And yes, the "connection refused" errors happened during the process of fixing this. Now Git should work again. On 28.10.2016 22:00, Roland Grunberg wrote: >> Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In >> fact even

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Roland Grunberg
> Yes, I'm seeing the same thing on the linuxtools-gerrit instance. In > fact even cloning from the commandline fails. > > I'm no longer seeing 'connection reset by peer' now, but I am seeing : > 'git.eclipse.org[0: 198.41.30.196]: errno=Connection refused'. I've done a simple reboot of our HIPP

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread Roland Grunberg
> Hi, > > A lot of our Hudson builds have been failing with for example: > Command "git fetch -t > git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git > refs/changes/24/84124/2" returned status code 128: fatal: read error: > Connection reset by peer Yes, I'm seeing the same

Re: [cross-project-issues-dev] Git servers not working well?

2016-10-28 Thread David Williams
On 10/28/2016 02:26 PM, Marc-André Laperle wrote: A lot of our Hudson builds have been failing with for example: Command "git fetch -t git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git refs/changes/24/84124/2"