summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~maestro-alubia <maestro-alubia@web>2013-04-26 09:51:36 +0000
committerGravatar admin <admin@branchable.com>2013-04-26 09:51:36 +0000
commit3b6d80e4d9744d444ebb22139e910a2b982b8b46 (patch)
tree52c9bfe2cd2992f97220abcff6c7661aa1522eeb /doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn
parent088ffe916c11fc9ac8bba6f66a086e282f9c1a50 (diff)
Diffstat (limited to 'doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn')
-rw-r--r--doc/bugs/git-annex_get:_requested_key_is_not_present.mdwn43
1 files changed, 43 insertions, 0 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
new file mode 100644
index 000000000..208c3a349
--- /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.
+"""]]