diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmTIL7ubr5opWM69Q5VtCxuxC2H0SSnzic <Petr@web> | 2014-04-29 04:48:30 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-29 04:48:30 +0000 |
commit | 26823fbfdd775c9312c990b94870ae28e4e7d0aa (patch) | |
tree | 1e192b9ee5743ff2bacf8e56dcaa374add6d8a85 /doc | |
parent | 5526ab8f39e514d40db33b5877395cd0adf9b0a9 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__.mdwn | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__.mdwn b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__.mdwn new file mode 100644 index 000000000..bc0c2d8c8 --- /dev/null +++ b/doc/bugs/ssh_remote_sync_only_metadata___40__git-annex-shell_not_found__41__.mdwn @@ -0,0 +1,45 @@ +### Please describe the problem. + +- Add remote ssh repository (from add more repositories menu) +- Repos sync even files, but remote repo is marked (metadata only) - there is Fail on sync with this repository. + +The actual issue is that UUID was not found. I checked the logs and it's obvious that git-annex-shell was not found on the remote. + +### What steps will reproduce the problem? + +I have +Linux box with (ZSH as a primary shell) where ~/.zshrc contains "export PATH=/path/to/annex:$PATH) +MacOSX box with (ZSH as a primary shell) where ~/.zshrc and ~/.bash contains "export PATH=/path/to/annex:$PATH) + +The issue appears both directions. +When I use ssh to connect remote host git-annex-shell is on PATH and works. + +I guess you don't have full shell context of the user. +Worth to mention, that add remote repo (using a discovery - local computer) works well in the same repo. + +### What version of git-annex are you using? On what operating system? + +git-annex version 5.20140420-ga25b8bb + +### Please provide any additional information below. + + +Can't find the original original log, but once repo created it contains "zsh:1: git-annex-shell not found" so it later switch repository to (metadata only) mode. + +This frequently repeat in the log: + + +[[!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 + + +Please make sure you have the correct access rights +and the repository exists. +Permission denied, please try again. +Permission denied, please try again. +Permission denied (publickey,password). +fatal: Could not read from remote repository. + +# End of transcript or log. +"""]] |