* git issues
@ 2010-09-02 12:59 Frans Meulenbroeks
2010-09-02 13:21 ` git issues: `fatal: The remote end hung up unexpectedly` and small bandwidth Paul Menzel
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Frans Meulenbroeks @ 2010-09-02 12:59 UTC (permalink / raw)
To: openembedded-devel
For some reason recently every once in a while on a git pull or git
clone I get an error like this:
git clone git://git.openembedded.net/openembedded openembedded
Initialized empty Git repository in
/home/frans/workspace/Linux/openembedded-test/openembedded/.git/
fatal: The remote end hung up unexpectedly
make: *** [all] Error 128
Repeating the command often makes it work.
Also I notice that the transfer rate is about 100-120 KB/s
I seem to recall Leon also reported something like this with irc.
Is this something others see as well?
Especially the hangup does not really help to set up an automated test system.
Frans
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git issues: `fatal: The remote end hung up unexpectedly` and small bandwidth
2010-09-02 12:59 git issues Frans Meulenbroeks
@ 2010-09-02 13:21 ` Paul Menzel
2010-09-02 13:23 ` git issues Gary Thomas
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Paul Menzel @ 2010-09-02 13:21 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 970 bytes --]
Am Donnerstag, den 02.09.2010, 14:59 +0200 schrieb Frans Meulenbroeks:
> For some reason recently every once in a while on a git pull or git
> clone I get an error like this:
>
> git clone git://git.openembedded.net/openembedded openembedded
> Initialized empty Git repository in
> /home/frans/workspace/Linux/openembedded-test/openembedded/.git/
> fatal: The remote end hung up unexpectedly
> make: *** [all] Error 128
>
> Repeating the command often makes it work.
I experience the same without the `make` line. (You probably use some
Makefile to update your repository.)
> Also I notice that the transfer rate is about 100-120 KB/s
> I seem to recall Leon also reported something like this with irc.
I do not know about this, since I only update my repository fairly
often, so changes are small.
> Is this something others see as well?
> Especially the hangup does not really help to set up an automated test system.
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git issues
2010-09-02 12:59 git issues Frans Meulenbroeks
2010-09-02 13:21 ` git issues: `fatal: The remote end hung up unexpectedly` and small bandwidth Paul Menzel
@ 2010-09-02 13:23 ` Gary Thomas
2010-09-02 14:14 ` Maupin, Chase
2010-09-02 23:49 ` Cliff Brake
2010-09-03 8:36 ` Leon Woestenberg
3 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2010-09-02 13:23 UTC (permalink / raw)
To: openembedded-devel
On 09/02/2010 06:59 AM, Frans Meulenbroeks wrote:
> For some reason recently every once in a while on a git pull or git
> clone I get an error like this:
>
> git clone git://git.openembedded.net/openembedded openembedded
> Initialized empty Git repository in
> /home/frans/workspace/Linux/openembedded-test/openembedded/.git/
> fatal: The remote end hung up unexpectedly
> make: *** [all] Error 128
>
> Repeating the command often makes it work.
>
> Also I notice that the transfer rate is about 100-120 KB/s
> I seem to recall Leon also reported something like this with irc.
>
> Is this something others see as well?
> Especially the hangup does not really help to set up an automated test system.
I've seen this on a number of sites, not just OE. As you say, trying
again makes it happy.
I think it's a generic GIT problem (at least that's my experience)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git issues
2010-09-02 13:23 ` git issues Gary Thomas
@ 2010-09-02 14:14 ` Maupin, Chase
2010-09-02 14:50 ` Jesse Gilles
0 siblings, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2010-09-02 14:14 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Gary Thomas
> Sent: Thursday, September 02, 2010 8:23 AM
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] git issues
>
> On 09/02/2010 06:59 AM, Frans Meulenbroeks wrote:
> > For some reason recently every once in a while on a git pull or git
> > clone I get an error like this:
> >
> > git clone git://git.openembedded.net/openembedded openembedded
> > Initialized empty Git repository in
> > /home/frans/workspace/Linux/openembedded-test/openembedded/.git/
> > fatal: The remote end hung up unexpectedly
> > make: *** [all] Error 128
> >
> > Repeating the command often makes it work.
> >
> > Also I notice that the transfer rate is about 100-120 KB/s
> > I seem to recall Leon also reported something like this with irc.
> >
> > Is this something others see as well?
> > Especially the hangup does not really help to set up an automated test
> system.
>
> I've seen this on a number of sites, not just OE. As you say, trying
> again makes it happy.
>
> I think it's a generic GIT problem (at least that's my experience)
>
I've been noticing this only with openembedded so far. I'm not sure about the transfer rate issue but I have had my git pull fail the first time and succeed the second time.
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git issues
2010-09-02 14:14 ` Maupin, Chase
@ 2010-09-02 14:50 ` Jesse Gilles
0 siblings, 0 replies; 7+ messages in thread
From: Jesse Gilles @ 2010-09-02 14:50 UTC (permalink / raw)
To: openembedded-devel
On Thu, 2010-09-02 at 09:14 -0500, Maupin, Chase wrote:
> I've been noticing this only with openembedded so far. I'm not sure
> about the transfer rate issue but I have had my git pull fail the
> first time and succeed the second time.
I have also noticed the exact same behavior -- first pull fails, second
succeeds.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git issues
2010-09-02 12:59 git issues Frans Meulenbroeks
2010-09-02 13:21 ` git issues: `fatal: The remote end hung up unexpectedly` and small bandwidth Paul Menzel
2010-09-02 13:23 ` git issues Gary Thomas
@ 2010-09-02 23:49 ` Cliff Brake
2010-09-03 8:36 ` Leon Woestenberg
3 siblings, 0 replies; 7+ messages in thread
From: Cliff Brake @ 2010-09-02 23:49 UTC (permalink / raw)
To: openembedded-devel
On Thu, Sep 2, 2010 at 8:59 AM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> For some reason recently every once in a while on a git pull or git
> clone I get an error like this:
>
> git clone git://git.openembedded.net/openembedded openembedded
> Initialized empty Git repository in
> /home/frans/workspace/Linux/openembedded-test/openembedded/.git/
> fatal: The remote end hung up unexpectedly
> make: *** [all] Error 128
>
> Repeating the command often makes it work.
>
> Also I notice that the transfer rate is about 100-120 KB/s
> I seem to recall Leon also reported something like this with irc.
>
> Is this something others see as well?
> Especially the hangup does not really help to set up an automated test system.
Yeah, I know that is an issues for test systems. It happened with our
last git server as well in Germany, so I'm not sure what causes it
yet.
Cliff
--
=================
http://bec-systems.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: git issues
2010-09-02 12:59 git issues Frans Meulenbroeks
` (2 preceding siblings ...)
2010-09-02 23:49 ` Cliff Brake
@ 2010-09-03 8:36 ` Leon Woestenberg
3 siblings, 0 replies; 7+ messages in thread
From: Leon Woestenberg @ 2010-09-03 8:36 UTC (permalink / raw)
To: openembedded-devel
Hello,
On Thu, Sep 2, 2010 at 2:59 PM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
>
> git clone git://git.openembedded.net/openembedded openembedded
> Initialized empty Git repository in
> /home/frans/workspace/Linux/openembedded-test/openembedded/.git/
> fatal: The remote end hung up unexpectedly
> make: *** [all] Error 128
>
> Also I notice that the transfer rate is about 100-120 KB/s
> I seem to recall Leon also reported something like this with irc.
>
Yup, OE GIT is unreliable (or overloaded) the last week or so.
Who of the admins can have a look at this?
Regards,
--
Leon
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-09-03 8:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 12:59 git issues Frans Meulenbroeks
2010-09-02 13:21 ` git issues: `fatal: The remote end hung up unexpectedly` and small bandwidth Paul Menzel
2010-09-02 13:23 ` git issues Gary Thomas
2010-09-02 14:14 ` Maupin, Chase
2010-09-02 14:50 ` Jesse Gilles
2010-09-02 23:49 ` Cliff Brake
2010-09-03 8:36 ` Leon Woestenberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.