summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Tom <Tom@web>2017-06-03 13:47:26 +0000
committerGravatar admin <admin@branchable.com>2017-06-03 13:47:26 +0000
commitf0b6ae5710fc1eec5c67fc613d97d5772173102e (patch)
treea656e465849610647e3915fe498a5c60df133b4d /doc
parent32e1a57dd4aedff43b07abe3a2ac8c0d871c2f2d (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/bash__58___git-annex-shell__58___command_not_found.mdwn59
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/bugs/bash__58___git-annex-shell__58___command_not_found.mdwn b/doc/bugs/bash__58___git-annex-shell__58___command_not_found.mdwn
new file mode 100644
index 000000000..d2de68912
--- /dev/null
+++ b/doc/bugs/bash__58___git-annex-shell__58___command_not_found.mdwn
@@ -0,0 +1,59 @@
+### Please describe the problem.
+
+I run a script (via cron) to sync my various git-annex repositories. Recently, I noticed the following error message (which I'd not seen before):
+
+ bash: git-annex-shell: command not found
+
+I can't say for certain when it first appeared, but I first noticed it after recently upgrading to git-annex 6.20170519.
+
+### What steps will reproduce the problem?
+
+ git annex sync -J5
+
+(or using any other 'jobs' option via -Jx or --jobs=x, including setting 'jobs' to '1')
+
+### What version of git-annex are you using? On what operating system?
+
+6.20170519 on MacOS Sierra (installed via homebrew)
+
+### Please provide any additional information below.
+
+git annex sync (without a 'jobs' option) does not produce the error message.
+
+In the sample transcripts below, RAID10 is a local drive. unraid, manuel & drobo are all accessed via ssh.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+[tom:~/annex/dl] git annex sync -J1
+On branch master
+nothing to commit, working tree clean
+commit ok
+bash: git-annex-shell: command not found
+pull RAID10 ok
+pull unraid ok
+pull manuel ok
+pull drobo ok
+
+[tom:~/annex/dl] git annex sync
+commit
+On branch master
+nothing to commit, working tree clean
+ok
+pull RAID10
+ok
+pull unraid
+ok
+pull manuel
+ok
+pull drobo
+ok
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+I've used git-annex for well over a year, syncing multiple repositories, without a problem. I don't know how I ever got along without it! :-)
+