df is telling me I have 6.2G free in /home.
Do I need more free space for the sync process?
On Sun, Mar 29, 2009 at 11:22 PM, Shawn Pearce <s...@google.com> wrote:
On Sun, Mar 29, 2009 at 18:35, Lon Lentz <lon....@gmail.com> wrote:
Can someone point me to a solution for this repo sync error?
fatal: cannot pread pack file: No such file or directory
fatal: index-pack failed
error: Cannot fetch platform/frameworks/base
Hmm, git is somehow broken on your system. It created a temporary file, but can't read back from that temporary file. Disk full?
That completed with no errors. This is my first use of repo. When you say (more or less), what else is it doing?
On Sun, Mar 29, 2009 at 21:16, Lon Lentz <lon....@gmail.com> wrote:
That completed with no errors. This is my first use of repo. When you say (more or less), what else is it doing?
I'm running Mandriva in a Parallels VM on a Mac. Is repo multi-threading git? Could it be a timing issue with dependent threads? I've seen this with OE based builds. One thread's builds having dependencies from the other. If so, is there a way to force a single thread?
The Catalog File, which stores all the file and directory records in
a single data structure, results in performance problems when the
system allows multitasking,
as only one program can write to this structure at a time, meaning that
many programs may be waiting in queue due to one program "hogging" the
system. referenced from http://www.nobius.org/~dbg/practical-file-system-design.pdf