summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a <Ioanas@web>2015-08-20 09:37:22 +0000
committerGravatar admin <admin@branchable.com>2015-08-20 09:37:22 +0000
commit77718658ebc4212f674269253e78a39218377d43 (patch)
tree81fbd32aac4db431df96d3afed048263d344f783
parent945234e1f3920a01e9f28c1612e3463c0efad005 (diff)
Added a comment
-rw-r--r--doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_2_545c9daafc63c5cdb80763b929c8d622._comment32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_2_545c9daafc63c5cdb80763b929c8d622._comment b/doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_2_545c9daafc63c5cdb80763b929c8d622._comment
new file mode 100644
index 000000000..efbb2327e
--- /dev/null
+++ b/doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_2_545c9daafc63c5cdb80763b929c8d622._comment
@@ -0,0 +1,32 @@
+[[!comment format=mdwn
+ username="https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a"
+ nickname="Ioanas"
+ subject="comment 2"
+ date="2015-08-20T09:37:21Z"
+ content="""
+Doesn't seem to be the case. I get nothing in my out.dat file, but still the same rsync complaint from git annex.
+
+```
+guest@labhost ~ $ ssh clusterhost /bin/true > out.dat
+guest@labhost ~ $ cat out.dat
+guest@labhost ~ $ ls -l out.dat
+-rw-r--r-- 1 guest guest 0 20. Aug 11:31 out.dat
+guest@labhost ~ $ cd /mnt/data/data/
+guest@labhost /mnt/data/data $ git annex get gt.ep/pcr/
+get gt.ep/pcr/pcr_0000.csv (from clusterhost...)
+protocol version mismatch -- is your shell clean?
+(see the rsync man page for an explanation)
+rsync error: protocol incompatibility (code 2) at compat.c(176) [Receiver=3.1.1]
+git-annex: ../chymera/data/.git/annex/transfer/upload/b8415264-4b9a-40ca-b450-7e57507cdc06/lck.SHA256E-s960--4689d3b876dfeabb3d9578204c8df7c4af0fd6c0f09691cffb3dfd86130e6a27.csv: openFd: does not exist (No such file or directory)
+git-annex-shell: sendkey: 1 failed
+
+ rsync failed -- run git annex again to resume file transfer
+
+ Unable to access these remotes: clusterhost
+
+ Try making some of these repositories available:
+ 809074b6-e079-4ea1-b2f8-2d7840deda7d -- zenbookhost
+ a1ed6786-8b93-4a14-b00d-877b741e34da -- [clusterhost]
+failed
+```
+"""]]