From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Cattelan Subject: Re: [xfs-masters] git://oss.sgi.com broke Date: Mon, 06 Oct 2008 11:31:31 -0500 Message-ID: <48EA3D63.2080703@thebarn.com> References: <20081003121903.6c9a7ebc.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org, Andrew Morton To: xfs-masters@oss.sgi.com X-From: git-owner@vger.kernel.org Mon Oct 06 19:07:53 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KmtTA-0005bU-2s for gcvg-git-2@gmane.org; Mon, 06 Oct 2008 19:02:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753741AbYJFRAt (ORCPT ); Mon, 6 Oct 2008 13:00:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753711AbYJFRAs (ORCPT ); Mon, 6 Oct 2008 13:00:48 -0400 Received: from cattelan-host202.dsl.visi.com ([208.42.117.202]:53874 "EHLO slurp.thebarn.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753177AbYJFRAs (ORCPT ); Mon, 6 Oct 2008 13:00:48 -0400 X-Greylist: delayed 1714 seconds by postgrey-1.27 at vger.kernel.org; Mon, 06 Oct 2008 13:00:47 EDT Received: from funky.thebarn.com (slurp.thebarn.com [208.42.117.201]) (authenticated bits=0) by slurp.thebarn.com (8.14.0/8.13.8) with ESMTP id m96GVVmt015316; Mon, 6 Oct 2008 11:31:32 -0500 (CDT) (envelope-from cattelan@thebarn.com) User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) In-Reply-To: <20081003121903.6c9a7ebc.akpm@linux-foundation.org> X-Virus-Scanned: ClamAV 0.91.2/8378/Mon Oct 6 07:51:03 2008 on slurp.thebarn.com X-Virus-Status: Clean Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Andrew Morton wrote: > y:/usr/src/git26> git --version > git version 1.5.6.rc0 > > y:/usr/src/git26> cat .git/branches/git-xfs > git://oss.sgi.com:8090/xfs/xfs-2.6.git#master > > y:/usr/src/git26> git-fetch git-xfs > remote: usage: git-pack-objects [{ -q | --progress | --all-progress }] > remote: [--max-pack-size=N] [--local] [--incremental] > remote: [--window=N] [-remote: -window-memory=N] [--depth=N] > remote: [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset] > remote: [--threads=N] [--non-empty] [--reremote: vs [--unpacked | --all]*] [--reflog] > remote: [--stdout | base-name] [--keep-unreachable] [ remote: aborting due to possible repository corruption on the remote side. > fatal: protocol error: bad pack header > > It was OK yesterday. > Hmm sees to work for me. oss is running a newer version of git 1.6.0.2, I wonder if there some version incomparability happening? I'm using 1.5.6.4 on my remote client and it did a clone just fine. Ahh but indeed a fetch failed ... But it also fails with using v1.5.6.5 of git-daemon ... So I don't know what is going on. I'll keep digging into it. Ohh and BTW we finally got the firewall set up to allow native git traffic so you can drop port 8090 from the url. > (cc'ing the git list in case this is an faq?) > > The last two error messages there look wrong/misleading? > >