diff options
author | http://joeyh.name/ <joey@web> | 2013-04-27 19:54:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-27 19:54:42 +0000 |
commit | a89d57aca1329ea9c29b9e8b2ab8512701be2273 (patch) | |
tree | c19e36ae8d365b025a7929dd8bc5fcbe67e26c24 | |
parent | 74975fdd56b50eed19b7ef02856e83aef6ea4bb0 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/git-annex_get:_requested_key_is_not_present/comment_1_d4baa6607a61d0e6a7cea1325a5ddf95._comment | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_get:_requested_key_is_not_present/comment_1_d4baa6607a61d0e6a7cea1325a5ddf95._comment b/doc/bugs/git-annex_get:_requested_key_is_not_present/comment_1_d4baa6607a61d0e6a7cea1325a5ddf95._comment new file mode 100644 index 000000000..70c3f77d0 --- /dev/null +++ b/doc/bugs/git-annex_get:_requested_key_is_not_present/comment_1_d4baa6607a61d0e6a7cea1325a5ddf95._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-27T19:54:42Z" + content=""" +This error message means that the file's content is not present on your server. + +It seems like git-annex *thinks* the file is there, so it sent it there. But something appears to have happened to it. + +You can investigate like this: + +* Get the file's key, by running `basename $(git cat-file p 'HEAD:Musik/+⁄-/2003 - You Are Here (Bonus Disc)/01 - I've Been Lost.ogg')` +* Run `find` in /mnt/raid/Audio on the server, and grep for that key. + +If that finds any files, we may have a git-annex bug of some kind. + +If it finds an empty directory, that's an indication that the file's content was sent to the server before, but has now somehow gotten deleted. + +---- + +You may also want to run, on the client: `git annex fsck --fast --from eifel.fritz.box__mnt_raid_Audio` +That will check that all the files it thinks should be on the server are still there. If it says \"fixing location log\", +then it's found other files that were expected to be on the server but don't seem to be any longer. + +"""]] |