Added a comment

This commit is contained in:
http://joeyh.name/ 2013-03-27 19:22:06 +00:00 committed by admin
parent 1d0b692198
commit 04c8d5e96c

View file

@ -0,0 +1,21 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 3"
date="2013-03-27T19:22:06Z"
content="""
Hmm, the message you got indicates it saw the \"loggedin\", but not the \"rsync\".
Actually, the command it runs is closer to this:
<pre>
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
</pre>
It's possible that ssh is somehow truncating or not running all of that. The ssh command
would be something like this:
<pre>
ssh $HOSTNAME -n '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'
<pre>
"""]]