summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar CandyAngel <CandyAngel@web>2015-03-27 12:13:45 +0000
committerGravatar admin <admin@branchable.com>2015-03-27 12:13:45 +0000
commit0f95c8477e5a5a7491da097387989a9cabb16235 (patch)
treee94bd5c5e9fa5e8abfb94e94de6eb8fb7301f83d
parent4d8a9524293469c4c8d029c475f096895dc1601a (diff)
Added a comment
-rw-r--r--doc/bugs/git-annex_sync_fails_with___34__error_while_loading_shared_libraries__34__/comment_1_f9fbaa2232113803db5fe95b7466298f._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_fails_with___34__error_while_loading_shared_libraries__34__/comment_1_f9fbaa2232113803db5fe95b7466298f._comment b/doc/bugs/git-annex_sync_fails_with___34__error_while_loading_shared_libraries__34__/comment_1_f9fbaa2232113803db5fe95b7466298f._comment
new file mode 100644
index 000000000..54d87f6b3
--- /dev/null
+++ b/doc/bugs/git-annex_sync_fails_with___34__error_while_loading_shared_libraries__34__/comment_1_f9fbaa2232113803db5fe95b7466298f._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="CandyAngel"
+ subject="comment 1"
+ date="2015-03-27T12:13:44Z"
+ content="""
+This is something to do with sshcaching..
+
+ git annex sync -c annex.sshcaching=false
+
+works for me.
+
+For some reason, it is trying to load the hostnames as a shared library.. which seems like a potential security problem to me.
+"""]]