From 4baa89ffd1712527f4caead4fef9fcb4d1143567 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 29 Mar 2013 16:47:30 +0000 Subject: [PATCH] Added a comment --- ...mment_5_6ef1a377b0b4d3efeffdf9693d0b496b._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/host_with_rysnc_installed__44___not_recognized/comment_5_6ef1a377b0b4d3efeffdf9693d0b496b._comment diff --git a/doc/bugs/host_with_rysnc_installed__44___not_recognized/comment_5_6ef1a377b0b4d3efeffdf9693d0b496b._comment b/doc/bugs/host_with_rysnc_installed__44___not_recognized/comment_5_6ef1a377b0b4d3efeffdf9693d0b496b._comment new file mode 100644 index 0000000000..b62c8a9ec3 --- /dev/null +++ b/doc/bugs/host_with_rysnc_installed__44___not_recognized/comment_5_6ef1a377b0b4d3efeffdf9693d0b496b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 5" + date="2013-03-29T16:47:28Z" + content=""" +Sounds like it may not provide a POSIX shell for interactive use (based on the error message, I think it's csh), in which case this could work: + + ssh $HOSTNAME -n 'sh -c \"echo git-annex-probe loggedin;if which git-annex-shell; then echo git-annex-probe git-annex-shell; fi;if which rsync; then echo git-annex-probe rsync; fi\"' + + +"""]]