[Engine-devel] Upstream git repo hung

This is a multi-part message in MIME format. --------------050104080601090706000007 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I got, /fatal: The remote end hung up unexpectedly/ -- Regards, Dhandapani --------------050104080601090706000007 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <tt>I got, <br> </tt><tt><i>fatal: The remote end hung up unexpectedly</i></tt><tt><br> </tt><tt><br> </tt><tt>--</tt><tt><br> </tt><tt>Regards,</tt><tt><br> </tt><tt>Dhandapani</tt><tt><br> </tt> </body> </html> --------------050104080601090706000007--

I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit... Regards Kanagaraj M ----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung I got, fatal: The remote end hung up unexpectedly -- Regards, Dhandapani _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

FYI: http (/not/ https) also seems to work ----- Original Message -----
From: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> To: "Dhandapani" <dgopal@redhat.com> Cc: engine-devel@ovirt.org Sent: Monday, September 17, 2012 9:17:38 AM Subject: Re: [Engine-devel] Upstream git repo hung
I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit...
Regards Kanagaraj M
----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung
I got, fatal: The remote end hung up unexpectedly
-- Regards, Dhandapani
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

On 09/17/2012 09:17 AM, Kanagaraj Mayilsamy wrote:
I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit...
last time this was around file descriptors, but it is currently set to 'unlimited'. looking at other potential issues. as allon mentioned, using http based urls works without an issue.
Regards Kanagaraj M
----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung
I got, fatal: The remote end hung up unexpectedly

Thanks for your information, http based urls are working fine. But i am wondering, why gerrit doesn't show the SSH/HTTP based urls even though i logged in. It shows only the Anonymous Git url, the ones starts with git:// . But previously the gerrit used to show all 3 type of urls (GIT/SSH/HTTPS). It would be easier to copy & paste, otherwise we have to manually edit the url before proceeding. ----- Original Message ----- From: "Itamar Heim" <iheim@redhat.com> To: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> Cc: "Dhandapani" <dgopal@redhat.com>, engine-devel@ovirt.org Sent: Wednesday, September 19, 2012 6:41:56 PM Subject: Re: [Engine-devel] Upstream git repo hung On 09/17/2012 09:17 AM, Kanagaraj Mayilsamy wrote:
I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit...
last time this was around file descriptors, but it is currently set to 'unlimited'. looking at other potential issues. as allon mentioned, using http based urls works without an issue.
Regards Kanagaraj M
----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung
I got, fatal: The remote end hung up unexpectedly

On 09/19/2012 04:27 PM, Kanagaraj Mayilsamy wrote:
Thanks for your information, http based urls are working fine.
But i am wondering, why gerrit doesn't show the SSH/HTTP based urls even though i logged in. It shows only the Anonymous Git url, the ones starts with git:// . But previously the gerrit used to show all 3 type of urls (GIT/SSH/HTTPS). It would be easier to copy & paste, otherwise we have to manually edit the url before proceeding.
are you sure you are looking in the same place? gitweb is the one showing all urls. i.e., after i login to gerrit, i see for this url: http://gerrit.ovirt.org/gitweb?p=vdsm.git these 3 repo locations (last one is the personalized one) http://gerrit.ovirt.org/p/vdsm.git git://gerrit.ovirt.org/vdsm.git ssh://iheim@gerrit.ovirt.org:29418/vdsm.git
----- Original Message ----- From: "Itamar Heim" <iheim@redhat.com> To: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> Cc: "Dhandapani" <dgopal@redhat.com>, engine-devel@ovirt.org Sent: Wednesday, September 19, 2012 6:41:56 PM Subject: Re: [Engine-devel] Upstream git repo hung
On 09/17/2012 09:17 AM, Kanagaraj Mayilsamy wrote:
I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit...
last time this was around file descriptors, but it is currently set to 'unlimited'. looking at other potential issues. as allon mentioned, using http based urls works without an issue.
Regards Kanagaraj M
----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung
I got, fatal: The remote end hung up unexpectedly

Sorry i am not looking at http://gerrit.ovirt.org/gitweb?p=vdsm.git , but at http://gerrit.ovirt.org. Just open any one of the patch, and expand a patch set, there will be download section. we will have 4 options there checkout,pull,cherry-pick and patch. In parallel to that we used have Anonymous GIT, SSH and HTTPS. Previously i used to all see these 3 options, but i could see only Anonymous GIT. ----- Original Message ----- From: "Itamar Heim" <iheim@redhat.com> To: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> Cc: "Allon Mureinik" <amureini@redhat.com>, "Dhandapani" <dgopal@redhat.com>, engine-devel@ovirt.org Sent: Wednesday, September 19, 2012 10:20:43 PM Subject: Re: [Engine-devel] Upstream git repo hung On 09/19/2012 04:27 PM, Kanagaraj Mayilsamy wrote:
Thanks for your information, http based urls are working fine.
But i am wondering, why gerrit doesn't show the SSH/HTTP based urls even though i logged in. It shows only the Anonymous Git url, the ones starts with git:// . But previously the gerrit used to show all 3 type of urls (GIT/SSH/HTTPS). It would be easier to copy & paste, otherwise we have to manually edit the url before proceeding.
are you sure you are looking in the same place? gitweb is the one showing all urls. i.e., after i login to gerrit, i see for this url: http://gerrit.ovirt.org/gitweb?p=vdsm.git these 3 repo locations (last one is the personalized one) http://gerrit.ovirt.org/p/vdsm.git git://gerrit.ovirt.org/vdsm.git ssh://iheim@gerrit.ovirt.org:29418/vdsm.git
----- Original Message ----- From: "Itamar Heim" <iheim@redhat.com> To: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> Cc: "Dhandapani" <dgopal@redhat.com>, engine-devel@ovirt.org Sent: Wednesday, September 19, 2012 6:41:56 PM Subject: Re: [Engine-devel] Upstream git repo hung
On 09/17/2012 09:17 AM, Kanagaraj Mayilsamy wrote:
I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit...
last time this was around file descriptors, but it is currently set to 'unlimited'. looking at other potential issues. as allon mentioned, using http based urls works without an issue.
Regards Kanagaraj M
----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung
I got, fatal: The remote end hung up unexpectedly

On 09/19/2012 08:24 PM, Kanagaraj Mayilsamy wrote:
Sorry i am not looking at http://gerrit.ovirt.org/gitweb?p=vdsm.git , but at http://gerrit.ovirt.org. Just open any one of the patch, and expand a patch set, there will be download section. we will have 4 options there checkout,pull,cherry-pick and patch. In parallel to that we used have Anonymous GIT, SSH and HTTPS. Previously i used to all see these 3 options, but i could see only Anonymous GIT.
well, anonymous git should be ok now. i ran git gc based on this helper gerrit script to pack the repo. https://gerrit.googlesource.com/gerrit/+/43a4e17fbb54a9a3f3bca7ea0fd6eb675d1...
----- Original Message ----- From: "Itamar Heim" <iheim@redhat.com> To: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> Cc: "Allon Mureinik" <amureini@redhat.com>, "Dhandapani" <dgopal@redhat.com>, engine-devel@ovirt.org Sent: Wednesday, September 19, 2012 10:20:43 PM Subject: Re: [Engine-devel] Upstream git repo hung
On 09/19/2012 04:27 PM, Kanagaraj Mayilsamy wrote:
Thanks for your information, http based urls are working fine.
But i am wondering, why gerrit doesn't show the SSH/HTTP based urls even though i logged in. It shows only the Anonymous Git url, the ones starts with git:// . But previously the gerrit used to show all 3 type of urls (GIT/SSH/HTTPS). It would be easier to copy & paste, otherwise we have to manually edit the url before proceeding.
are you sure you are looking in the same place? gitweb is the one showing all urls. i.e., after i login to gerrit, i see for this url: http://gerrit.ovirt.org/gitweb?p=vdsm.git
these 3 repo locations (last one is the personalized one) http://gerrit.ovirt.org/p/vdsm.git git://gerrit.ovirt.org/vdsm.git ssh://iheim@gerrit.ovirt.org:29418/vdsm.git
----- Original Message ----- From: "Itamar Heim" <iheim@redhat.com> To: "Kanagaraj Mayilsamy" <kmayilsa@redhat.com> Cc: "Dhandapani" <dgopal@redhat.com>, engine-devel@ovirt.org Sent: Wednesday, September 19, 2012 6:41:56 PM Subject: Re: [Engine-devel] Upstream git repo hung
On 09/17/2012 09:17 AM, Kanagaraj Mayilsamy wrote:
I am facing the same issue, this happens when we use Anonymous Git. After that i tried with ssh, its working fine. Gerrit doesn't show the SSH/HTTPS url's for me even though I logged in. So you can manually modify the url's before doing a cherry-pick/fetch/checkout and try. Instead of git://gerrit... you can use ssh://username@gerrit...
last time this was around file descriptors, but it is currently set to 'unlimited'. looking at other potential issues. as allon mentioned, using http based urls works without an issue.
Regards Kanagaraj M
----- Original Message ----- From: "Dhandapani" <dgopal@redhat.com> To: engine-devel@ovirt.org Sent: Monday, September 17, 2012 11:42:30 AM Subject: [Engine-devel] Upstream git repo hung
I got, fatal: The remote end hung up unexpectedly
participants (4)
-
Allon Mureinik
-
Dhandapani
-
Itamar Heim
-
Kanagaraj Mayilsamy