diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-29 13:09:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-29 13:09:30 -0400 |
commit | 846642da916800f2ea42dc2e1b97da32a11fc1bf (patch) | |
tree | da8a455f45c3e14d7e822c9ab4875d351f734d3a /doc | |
parent | 987b11fdf42b58a92d817131c416edbdbcb94297 (diff) |
webapp: Run ssh server probes in a way that will work when the login shell is a monstrosity that should have died 25 years ago, such as csh.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Detection_assumes_that_shell_is_bash.mdwn | 4 | ||||
-rw-r--r-- | doc/bugs/host_with_rysnc_installed__44___not_recognized.mdwn | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn b/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn index 46b159e80..9bb0629d3 100644 --- a/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn +++ b/doc/bugs/Detection_assumes_that_shell_is_bash.mdwn @@ -18,3 +18,7 @@ git-annex version: 3.20121017 Not everyone has bash as there login-shell. [[!tag /design/assistant]] + +> [[done]]; assistant now uses sh -c "sane shell stuff here" to work +> around csh. (There are systems without bash, but probably fewer without sh) +> --[[Joey]] diff --git a/doc/bugs/host_with_rysnc_installed__44___not_recognized.mdwn b/doc/bugs/host_with_rysnc_installed__44___not_recognized.mdwn index e411eaf9c..4513ad9db 100644 --- a/doc/bugs/host_with_rysnc_installed__44___not_recognized.mdwn +++ b/doc/bugs/host_with_rysnc_installed__44___not_recognized.mdwn @@ -13,3 +13,7 @@ ssh keys were installed to allow login, when ssh-askpass was not found on osx ve [[!meta title="webapp rsync probe command failed on FreeNAS box"]] [[!tag /design/assistant]] + +> [[done]]; based on the error message it's using csh and +> the assistant will now wrap its shell commands to work with csh. +> --[[Joey]] |