From 0a775db9b747155630f7e7fe89453cd55bcb631f Mon Sep 17 00:00:00 2001 From: CandyAngel Date: Fri, 27 Mar 2015 12:13:45 +0000 Subject: [PATCH] Added a comment --- ...ment_1_f9fbaa2232113803db5fe95b7466298f._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/git-annex_sync_fails_with___34__error_while_loading_shared_libraries__34__/comment_1_f9fbaa2232113803db5fe95b7466298f._comment 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 0000000000..54d87f6b35 --- /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. +"""]]