From d61cd586d4e8f2cfefe01991f55a2c85094b566f Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmTlfbCC37CAjhQrS107ZWRVA_sF4s3gLU" Date: Sun, 7 Sep 2014 15:27:16 +0000 Subject: [PATCH] --- .../annex_tries_to_start_old_binaray.mdwn | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/bugs/annex_tries_to_start_old_binaray.mdwn diff --git a/doc/bugs/annex_tries_to_start_old_binaray.mdwn b/doc/bugs/annex_tries_to_start_old_binaray.mdwn new file mode 100644 index 0000000000..76f9350015 --- /dev/null +++ b/doc/bugs/annex_tries_to_start_old_binaray.mdwn @@ -0,0 +1,45 @@ +### Please describe the problem. +See the logs. git-annex-shell tries to use not existing runshell + + +### What steps will reproduce the problem? +I am on Debian testing and have, some month ago, tried the tarball distribution. +I have returned to deb packages later and deleted the tarball installation. +Seems that there some traces left. + +I have tried to find the runshell configuration, but failed to do so. + +I have destroyed the repo completely, has not helped. + +### What version of git-annex are you using? On what operating system? +ii git-annex 5.20140831 amd64 + +### Please provide any additional information below. + +[[!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 + +[2014-09-07 17:15:04 CEST] main: starting assistant version 5.20140831 +[2014-09-07 17:15:04 CEST] Cronner: Consistency check in progress +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +(scanning...) [2014-09-07 17:16:47 CEST] Watcher: Performing startup scan +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.2013121/ +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found +/home//.ssh/git-annex-shell: 4: exec: /home//git-annex.linux.5.20131213/runshell: not found + +# End of transcript or log. +"""]]