diff options
author | jg123h12jh3y12g3y <jg123h12jh3y12g3y@web> | 2014-08-05 14:46:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-08-05 14:46:51 +0000 |
commit | 39da5477e97453a77d139f1d9912a6cb8c653788 (patch) | |
tree | 205a620bf09ccaf66a598e7d54f4972e6ed4f130 /doc/bugs | |
parent | 7d43f3ff0c2e430269447eb0a22bf3876d88c0c2 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/git_annex_repair_fails_-___47__tmp__47__tmprepo.1__47__.git__47__gc.pid:_removeLink:_does_not_exist___40__No_such_file_or_directory__41__.mdwn | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_repair_fails_-___47__tmp__47__tmprepo.1__47__.git__47__gc.pid:_removeLink:_does_not_exist___40__No_such_file_or_directory__41__.mdwn b/doc/bugs/git_annex_repair_fails_-___47__tmp__47__tmprepo.1__47__.git__47__gc.pid:_removeLink:_does_not_exist___40__No_such_file_or_directory__41__.mdwn new file mode 100644 index 000000000..5407db36a --- /dev/null +++ b/doc/bugs/git_annex_repair_fails_-___47__tmp__47__tmprepo.1__47__.git__47__gc.pid:_removeLink:_does_not_exist___40__No_such_file_or_directory__41__.mdwn @@ -0,0 +1,38 @@ +### Please describe the problem. +git annex repair fails to repair the repo and reports this error: + + git-annex: /tmp/tmprepo.2/.git/gc.pid: removeLink: does not exist (No such file or directory) + failed + git-annex: repair: 1 failed + + +### What steps will reproduce the problem? + + +### What version of git-annex are you using? On what operating system? +git-annex-5.20140717 on gentoo with use flags: assistant cryptohash dbus desktop-notify dns feed inotify pairing production quvi s3 tahoe tdfa testsuite webapp webapp-secure webdav xmpp + +### Please provide any additional information below. + +[[!format sh """ +~/annex $ git annex repair +Running git fsck ... +Unpacking all pack files. +Unpacking objects: 100% (630/630), done. +Unpacking objects: 100% (630/630), done. +Unpacking objects: 100% (638/638), done. +Initialized empty Git repository in /tmp/tmprepo.2/.git/ +Trying to recover missing objects from remote 192.168.1.246_annex. +Unpacking all pack files. +Unpacking objects: 100% (210608/210608), done. +Trying to recover missing objects from remote 192.168.1.246_annex. +Auto packing the repository in background for optimum performance. +See "git help gc" for manual housekeeping. + +git-annex: /tmp/tmprepo.2/.git/gc.pid: removeLink: does not exist (No such file or directory) +failed +git-annex: repair: 1 failed + + +# End of transcript or log. +"""]] |