This commit is contained in:
jec@8edf298ac8f8152bffcd4fdc1a310949d3547fe4 2015-10-06 01:37:55 +00:00 committed by admin
parent f9ad9e26d1
commit 2f9bc946f3

View file

@ -10,19 +10,19 @@ find . -size +5M -exec git-annex add --debug {} \; 2>&1 | tee -a ./annex-add.l
When the command completes, I see a number of these types of errors in the log:
[2015-10-05 21:14:13.502615] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","cat-file","--batch"]
[2015-10-05 21:14:13.521586] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","cat-file","--batch"]
[2015-10-05 21:14:13.533095] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","diff","--name-only","--diff-filter=T","-z","--","./application/mozilla/firefox/linux/firefox-39.0/media/firefox-39.0.tar.bz2"]
[2015-10-05 21:14:13.545739] feed: xargs ["-0","git","--git-dir=.git","--work-tree=.","--literal-pathspecs","add","--"]
[2015-10-05 21:14:13.562727] process done ExitSuccess
[2015-10-05 21:14:13.564103] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","hash-object","-w","--stdin-paths","--no-filters"]
[2015-10-05 21:14:13.56616] feed: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","update-index","-z","--index-info"]
[2015-10-05 21:14:13.58032] process done ExitSuccess
fatal: Out of memory, getdelim failed
[2015-10-05 21:14:13.582109] process done ExitFailure 128
ok
(recording state in git...)
git-annex: user error (git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","hash-object","-w","--stdin-paths","--no-filters"] exited 128)
[2015-10-05 21:14:13.502615] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","cat-file","--batch"]
[2015-10-05 21:14:13.521586] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","cat-file","--batch"]
[2015-10-05 21:14:13.533095] read: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","diff","--name-only","--diff-filter=T","-z","--","./application/mozilla/firefox/linux/firefox-39.0/media/firefox-39.0.tar.bz2"]
[2015-10-05 21:14:13.545739] feed: xargs ["-0","git","--git-dir=.git","--work-tree=.","--literal-pathspecs","add","--"]
[2015-10-05 21:14:13.562727] process done ExitSuccess
[2015-10-05 21:14:13.564103] chat: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","hash-object","-w","--stdin-paths","--no-filters"]
[2015-10-05 21:14:13.56616] feed: git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","update-index","-z","--index-info"]
[2015-10-05 21:14:13.58032] process done ExitSuccess
fatal: Out of memory, getdelim failed
[2015-10-05 21:14:13.582109] process done ExitFailure 128
ok
(recording state in git...)
git-annex: user error (git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","hash-object","-w","--stdin-paths","--no-filters"] exited 128)
I've googled around and searched the forums/bug reports here without much success.
I have tried setting the queuesize to smaller values, but that does not seem to help.
@ -32,7 +32,7 @@ I am using git-annex version: 5.20150930-g40fdbe9 on RHEL 6.
I am happy to help debug further...
Thanks,
JC
P.S. - Is it normal that some links in the .git dir are created without user write access?