All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael P. Soulier" <msoulier@digitaltorque.ca>
To: git@vger.kernel.org
Subject: dumb protocol problems
Date: Fri, 4 Jul 2008 15:00:07 -0400	[thread overview]
Message-ID: <20080704190007.GU28001@tigger.digitaltorque.ca> (raw)

[-- Attachment #1: Type: text/plain, Size: 1749 bytes --]

I'm in a situation where sharing via http is my simplest method, although I
will migrate to use git-daemon in the near future. 

I'm on CentOS 4.6, Apache works fine, the bare repository is viewable and
there's a info/refs file like there should be. 

msoulier@espresso:~/temp$ cat /var/www/git/cqr.git/info/refs
0a27e2807d8d3c32aa8912d01c939bd1cdd0df68        refs/heads/master

But cloning fails. 

git clone http://espresso.nssg.mitel.com/gitdir/cqr.git
Initialize cqr/.git
Initialized empty Git repository in /usr/home/msoulier/temp/cqr/.git/
Getting alternates list for http://espresso.nssg.mitel.com/gitdir/cqr.git
Getting pack list for http://espresso.nssg.mitel.com/gitdir/cqr.git
Getting index for pack d22362ff6cdd729015f787a7eae057e079fcee39
Getting pack d22362ff6cdd729015f787a7eae057e079fcee39
 which contains 0a27e2807d8d3c32aa8912d01c939bd1cdd0df68
error: packfile
/usr/home/msoulier/temp/cqr/.git/objects/pack/pack-d22362ff6cdd729015f787a7eae057e079fcee39.pack
size changed
fatal: packfile
/usr/home/msoulier/temp/cqr/.git/objects/pack/pack-d22362ff6cdd729015f787a7eae057e079fcee39.pack
cannot be accessed

This is not on NFS, it's an LVM filesystem on a local disk. 

msoulier@espresso:~/temp$ df -h .
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       36G   22G   13G  64% /

I'm not sure what the issue could be. 

git --version
git version 1.5.6.rc0

I'll start by picking up the latest. 

Thanks,
Mike
-- 
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2008-07-04 19:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-04 19:00 Michael P. Soulier [this message]
2008-07-04 19:10 ` dumb protocol problems Junio C Hamano
2008-07-04 19:19   ` Michael P. Soulier

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=20080704190007.GU28001@tigger.digitaltorque.ca \
    --to=msoulier@digitaltorque.ca \
    --cc=git@vger.kernel.org \
    /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.