diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-09-06 02:58:42 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-09-06 02:58:42 -0400 |
commit | 98253f5bca3f6745ab74a2d0e39109f32e7b173c (patch) | |
tree | f607cd6127c03d6f9dcd6b11f7cde8d95bb48743 /website | |
parent | 3a8b658ab1d952a40a7208828a710aba50847f1e (diff) |
adding new bug about cssh.
Diffstat (limited to 'website')
-rw-r--r-- | website/bugs/monkeysphere-interferes-with-cssh.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/website/bugs/monkeysphere-interferes-with-cssh.mdwn b/website/bugs/monkeysphere-interferes-with-cssh.mdwn new file mode 100644 index 0000000..4fcb4af --- /dev/null +++ b/website/bugs/monkeysphere-interferes-with-cssh.mdwn @@ -0,0 +1,22 @@ +[[meta title="Monkeysphere interferes with clusterssh"]] + +clusterssh is a package that allows you to control multiple ssh xterm +sessions at the same time. + +When the monkeysphere-ssh-proxycommand is enabled and I launch 5 or more +cssh sessions, intermittently one or two out of every five will fail +with: Connection timed out during banner exchange. + +I tried to debug by running: + + MONKEYSPHERE_LOG_LEVEL=debug cssh -D -d <server1> <server2> etc. + +However, while it produced some private data, it didn't give me any +insight into what was going wrong. Also, it didn't output any +Monkeysphere debugging info. + +I had no luck with google and the error message being output. + +This isn't a huge priority (it's not hard to disable the +monkeysphere-ssh-proxycommand before running cssh), however, it would be +nice to figure out why it's not working. |