From b538943bc47b7c2690833934fd484fdb6219effd Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 25 Sep 2014 15:42:41 +0000 Subject: [PATCH] Added a comment --- ...mment_2_496e2f3a61b609ebb28ab55e5c30022b._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_2_496e2f3a61b609ebb28ab55e5c30022b._comment diff --git a/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_2_496e2f3a61b609ebb28ab55e5c30022b._comment b/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_2_496e2f3a61b609ebb28ab55e5c30022b._comment new file mode 100644 index 0000000000..f0e63837c0 --- /dev/null +++ b/doc/forum/Git_annex_assistant_can__39__t_find_rsync_nor_git-annex_on_server/comment_2_496e2f3a61b609ebb28ab55e5c30022b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.144" + subject="comment 2" + date="2014-09-25T15:42:41Z" + content=""" +You need to be able to `ssh yourserver which rsync` and have it succeed. That's what git-annex uses to probe if rsync etc is present. + +Note that, since that does not start a login shell, bash doesn't source ~/.bash* at all, or even /etc/profile. So none of the ways people add nonstandard directories to PATH will work. + +So, use this to check the PATH that is available on the system: `ssh yourserver 'echo $PATH'` +"""]]