From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9393 invoked by alias); 4 Oct 2009 11:09:20 -0000 Received: (qmail 9378 invoked by uid 22791); 4 Oct 2009 11:09:20 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Oct 2009 11:09:15 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n94B9CnZ011683; Sun, 4 Oct 2009 07:09:12 -0400 Received: from fche.csb (vpn-240-19.phx2.redhat.com [10.3.240.19]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n94B9BVp013779; Sun, 4 Oct 2009 07:09:12 -0400 Received: by fche.csb (Postfix, from userid 2569) id 421F858116; Sun, 4 Oct 2009 07:09:11 -0400 (EDT) Date: Sun, 04 Oct 2009 11:09:00 -0000 From: "Frank Ch. Eigler" To: Jim Meyering Cc: gdb@sourceware.org, overseers@sourceware.org Subject: Re: gdb.git hiccup Message-ID: <20091004110911.GI32049@redhat.com> References: <87ws3clkx8.fsf@meyering.net> <87r5tklij2.fsf@meyering.net> <87k4zclc87.fsf@meyering.net> <20091003233527.GA9182@caradoc.them.org> <877hvbk5xn.fsf@meyering.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877hvbk5xn.fsf@meyering.net> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00065.txt.bz2 Hi - On Sun, Oct 04, 2009 at 08:51:32AM +0200, Jim Meyering wrote: > [...] > But when I tried to diagnose it, I discovered that there are unreadable > temporary pack files owned by from back in February that prevent a local clone. > > sourceware$ cd /git/archer.git/objects; ls -l tmp* > -rw------- 1 rmoseley archer 368640 Feb 9 2009 tmp_pack_hMUtoO > -rw------- 1 rmoseley archer 876544 Feb 9 2009 tmp_pack_jmBcho > -rw------- 1 rmoseley archer 1007616 Feb 9 2009 tmp_pack_zbwx0m > [...] These have been zapped. - FChE