diff options
author | 2013-11-30 05:40:22 +0000 | |
---|---|---|
committer | 2013-11-30 05:40:22 +0000 | |
commit | 5f3953c403748dab665c3ab957bed2a419548ef6 (patch) | |
tree | c5c6cfdc491711d77ee226e0b858bd4472a4f222 | |
parent | b62eb78e49ce8c0cb93ee535f61adec2c37d3592 (diff) |
-rw-r--r-- | doc/forum/rebuild_location_log_from_encrypted_remote.mdwn | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/forum/rebuild_location_log_from_encrypted_remote.mdwn b/doc/forum/rebuild_location_log_from_encrypted_remote.mdwn new file mode 100644 index 000000000..bf3f0e830 --- /dev/null +++ b/doc/forum/rebuild_location_log_from_encrypted_remote.mdwn @@ -0,0 +1,35 @@ +Hi, + +I apologize, but I can't retrace my steps, so my problem is not replicable. The current situation is: 1 main repo and 1 directory/encrypted special remote. From the main repo, I see 0 available copy of the files I need. But when I do a fsck I do see the file. The problem is that the location log does not seem to get fixed after fsck, as I cannot use git-annex get to obtain the file, even after the fsck command. + +Do you have any suggestions for next diagnostic/repair steps? + +Thanks a lot for your time and answer! + +Vincent + +macbook% git annex fsck foo.zip --from needle +fsck foo.zip (gpg) +You need a passphrase to unlock the secret key for +user: “me <email@email.edu>” +2048-bit RSA key, ID ???????, created 2013-01-11 (main key ID ????????) + +(checking needle...) +GPGHMACSHA1--d7036fd17214c06c83d53479dcec9554a7dc2109 + 13815014 100% 14.16MB/s 0:00:00 (xfer#1, to-check=0/1) + +sent 13816832 bytes received 42 bytes 9211249.33 bytes/sec +total size is 13815014 speedup is 1.00 +(fixing location log) (checksum...) + ** No known copies exist of foo.zip +failed +(Recording state in git...) +git-annex: fsck: 1 failed + + +macbook% git annex get foo.zip +get foo.zip (not available) + No other repository is known to contain the file. +failed +git-annex: get: 1 failed +macbook% |