From edec6c1294edab5c90f3b9eda43567eabb922d03 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U" Date: Sat, 23 Nov 2013 11:58:01 +0000 Subject: --- ...pair_fails_when_home_on_seperate_partition.mdwn | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn (limited to 'doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn') diff --git a/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn b/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn new file mode 100644 index 000000000..0db4d8d41 --- /dev/null +++ b/doc/bugs/repair_fails_when_home_on_seperate_partition.mdwn @@ -0,0 +1,54 @@ +### Please describe the problem. + + +### What steps will reproduce the problem? + +(1) Place a broken repo on a different mount point than the root partition. + +(2) Run + git annex repair. + +### What version of git-annex are you using? On what operating system? + + 5.20131118-gc7e5cde on Ubuntu 12.04 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + +$ git annex repair --force + +Running git fsck ... +git fsck found 74 broken objects. +Unpacking all pack files. +Unpacking objects: 100% (2307/2307), done. +Unpacking objects: 100% (241565/241565), done. +Re-running git fsck to see if it finds more problems. +Initialized empty Git repository in /tmp/tmprepo.0/.git/ +Trying to recover missing objects from remote pi.fritz.box__var_lib_store_annex +Trying to recover missing objects from remote pi.fritz.box__var_lib_store_annex +74 missing objects could not be recovered! + + +Deleted remote branch pi.fritz.box__var_lib_store_annex/master (was dffa056). +error: Could not read 4e01bbdc7ce31247ad66ab13ca46925ac2c8db9a +fatal: Failed to traverse parents of commit 718525a48b4d6b3404eda5e189332d73c968a2be +Deleted remote branch pi.fritz.box__var_lib_store_annex/synced/git-annex (was 718525a). +Deleted remote branch pi.fritz.box__var_lib_store_annex/synced/master (was 9aedf69). +Deleted remote branch pi.fritz.box_annex/synced/master (was 92b1042). +Deleted remote branch store/master (was b059380). +removed 5 remote tracking branches that referred to missing objects +fatal: bad object refs/heads/git-annex +fatal: bad object refs/heads/git-annex +fatal: bad object refs/heads/git-annex +error: remote branch 'git-annex' not found. + +git-annex: /tmp/packed-refs19813: rename: unsupported operation (Invalid cross-device link) +failed +git-annex: repair: 1 failed + + +# End of transcript or log. +"""]] -- cgit v1.2.3