All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Sasha Levin <levinsasha928@gmail.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>,
	kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com,
	gorcunov@gmail.com
Subject: Re: [PATCH 1/2] kvm tools: Add missing 9p remove handler
Date: Mon, 07 Nov 2011 14:16:49 -0800	[thread overview]
Message-ID: <4EB858D1.3060408@linux.intel.com> (raw)
In-Reply-To: <1320702005.14351.2.camel@lappy>



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 <levinsasha928@gmail.com>
>>>
>>> -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

  reply	other threads:[~2011-11-07 22:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-07 15:19 [PATCH 1/2] kvm tools: Add missing 9p remove handler Sasha Levin
2011-11-07 15:19 ` [PATCH 2/2] kvm tools: Add missing 9p rename handler Sasha Levin
2011-11-07 15:38 ` [PATCH 1/2] kvm tools: Add missing 9p remove handler Pekka Enberg
2011-11-07 15:38   ` Sasha Levin
2011-11-07 15:43     ` Pekka Enberg
2011-11-07 15:45       ` Sasha Levin
2011-11-07 20:52   ` Darren Hart
2011-11-07 21:40     ` Sasha Levin
2011-11-07 22:16       ` Darren Hart [this message]
2011-11-08  6:36         ` Pekka Enberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EB858D1.3060408@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=asias.hejun@gmail.com \
    --cc=gorcunov@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=levinsasha928@gmail.com \
    --cc=mingo@elte.hu \
    --cc=penberg@cs.helsinki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.