From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darren Hart Subject: Re: [PATCH 1/2] kvm tools: Add missing 9p remove handler Date: Mon, 07 Nov 2011 14:16:49 -0800 Message-ID: <4EB858D1.3060408@linux.intel.com> References: <1320679189-4123-1-git-send-email-levinsasha928@gmail.com> <1320680298.1428.89.camel@jaguar> <4EB84514.2060008@linux.intel.com> <1320702005.14351.2.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Pekka Enberg , kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com To: Sasha Levin Return-path: Received: from mga02.intel.com ([134.134.136.20]:27300 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751041Ab1KGWQu (ORCPT ); Mon, 7 Nov 2011 17:16:50 -0500 In-Reply-To: <1320702005.14351.2.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: On 11/07/2011 01:40 PM, Sasha Levin wrote: > Hi Darren, > > On Mon, 2011-11-07 at 12:52 -0800, Darren Hart wrote: >> Hi Pekka, >> >> On 11/07/2011 07:38 AM, Pekka Enberg wrote: >>> On Mon, 2011-11-07 at 17:19 +0200, Sasha Levin wrote: >>>> Signed-off-by: Sasha Levin >>> >>> -ENOCHANGELOG :-) >>> >>> I assume this is related to the git problems Darren Hart reported on >>> Google Plus? >> >> These patches certainly help things along. The git init command now >> completes and and I can remove existing git repositories (which I could >> not before). >> >> I was unable to get a git clone to complete (hangs at receiving objects >> 0%). I was able to create a new repository, edit a file, add it, and >> commit it. "git log" return nothing, same with git show HEAD: > > I've tested 'git clone' with several repositories, and it worked fine. > Maybe it's stuck because you're trying to clone something big? > > Could you try cloning a small repository and see if it works for you? sh-4.2# git clone git://github.com/dvhart/braindump.git Cloning into braindump... remote: Counting objects: 1014, done. remote: Compressing objects: 100% (441/441), done. Receiving objects: 21% (213/1014) This one made some progress on receiving objects, then hung for several minutes (stuck there now). > >> sh-4.2# cd 9ptest/ >> sh-4.2# ls >> world >> sh-4.2# git status >> # On branch master >> nothing to commit (working directory clean) >> >> (so it doesn't list "world" as untracked nor as changed but not >> committed). It has been committed. >> >> sh-4.2# git log >> sh-4.2# git show HEAD >> sh-4.2# git whatchanged HEAD > > I've tried doing as follows: > > git init > echo "test" > dummy_file > git add dummy_file > git commit -m "my message" > git log > > At that point I got the right response from 'git log', as well as from > the other status commands. Did you do anything different? That was precisely what I did. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel