From 2d78fb8ab94141f1392d329b452d206aa41d39c8 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~maestro-alubia" Date: Fri, 26 Apr 2013 09:51:36 +0000 Subject: [PATCH 1/4] --- ...nex_get:_requested_key_is_not_present.mdwn | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn diff --git a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn new file mode 100644 index 0000000000..208c3a3490 --- /dev/null +++ b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn @@ -0,0 +1,43 @@ +### Please describe the problem. + +I setup 3 repositories on my laptop and 3 on my server using the webapp, see the following scheme: + +Laptop <- sync with -> Server + +/home/fabian/Dokumente (Client) <-> /mnt/raid/Dokumente (Full-Backup) +/home/fabian/Bilder (Client) <-> /mnt/raid/Bilder (Full-Backup) +/mnt/data-common/Audio (Manual) <-> /mnt/raid/Audio (Full-Backup) + +As you can see, the Audio folder is in manual mode on the laptop, so it does not get any files automatically. +If I now want to get a folder with 'git-annex get' I get the following error: + + fabian@fabian-thinkpad ~/Audio $ git annex get Musik/ + get Musik/+⁄-/2003 - You Are Here (Bonus Disc)/01 - I've Been Lost.ogg (from eifel.fritz.box__mnt_raid_Audio...) + requested key is not present + rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] + rsync error: error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9] + + Unable to access these remotes: eifel.fritz.box__mnt_raid_Audio + + Try making some of these repositories available: + efe13d8c-2b02-455f-9874-b7043caa332f -- eifel.fritz.box__mnt_raid_Audio (fabian@eifel:/mnt/raid/Audio) + failed + +### What steps will reproduce the problem? + +I do not really know the minimal setup to reproduce this problem. + +### What version of git-annex are you using? On what operating system? + +git-annex 4.20130417 on Gentoo Linux using Ebuilds from Haskell overlay + + +### 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/debug.log + + +# End of transcript or log. +"""]] From f17addbbc66fdb4730c99b9cca81dd47e1a3cb71 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~maestro-alubia" Date: Fri, 26 Apr 2013 09:52:15 +0000 Subject: [PATCH 2/4] --- doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn index 208c3a3490..40b88ab7c0 100644 --- a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn +++ b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn @@ -4,9 +4,9 @@ I setup 3 repositories on my laptop and 3 on my server using the webapp, see the Laptop <- sync with -> Server -/home/fabian/Dokumente (Client) <-> /mnt/raid/Dokumente (Full-Backup) -/home/fabian/Bilder (Client) <-> /mnt/raid/Bilder (Full-Backup) -/mnt/data-common/Audio (Manual) <-> /mnt/raid/Audio (Full-Backup) + /home/fabian/Dokumente (Client) <-> /mnt/raid/Dokumente (Full-Backup) + /home/fabian/Bilder (Client) <-> /mnt/raid/Bilder (Full-Backup) + /mnt/data-common/Audio (Manual) <-> /mnt/raid/Audio (Full-Backup) As you can see, the Audio folder is in manual mode on the laptop, so it does not get any files automatically. If I now want to get a folder with 'git-annex get' I get the following error: From e356a80a6d4eeac6a7b763741faa29ac2b46a24a Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~maestro-alubia" Date: Fri, 26 Apr 2013 09:53:55 +0000 Subject: [PATCH 3/4] --- .../git-annex_get:_requested_key_is_not_present.mdwn | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn index 40b88ab7c0..b59e0547b2 100644 --- a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn +++ b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn @@ -30,14 +30,3 @@ I do not really know the minimal setup to reproduce this problem. ### What version of git-annex are you using? On what operating system? git-annex 4.20130417 on Gentoo Linux using Ebuilds from Haskell overlay - - -### 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/debug.log - - -# End of transcript or log. -"""]] From 3fb7ffc1389f247855b80582bb8e5dda36bd7581 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~maestro-alubia" Date: Fri, 26 Apr 2013 09:56:26 +0000 Subject: [PATCH 4/4] --- doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn index b59e0547b2..bfe61b3337 100644 --- a/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn +++ b/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn @@ -11,7 +11,7 @@ Laptop <- sync with -> Server As you can see, the Audio folder is in manual mode on the laptop, so it does not get any files automatically. If I now want to get a folder with 'git-annex get' I get the following error: - fabian@fabian-thinkpad ~/Audio $ git annex get Musik/ + fabian@fabian-thinkpad /mnt/data-common/Audio $ git-annex get Musik get Musik/+⁄-/2003 - You Are Here (Bonus Disc)/01 - I've Been Lost.ogg (from eifel.fritz.box__mnt_raid_Audio...) requested key is not present rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]