I have cssh installed on RHEL4 update 8. The following version of the required software are in stalled:
perl-Tk-804.028
perl-X11-Protocol-0.56
clusterssh-3.28
It works fine, except when i try to paste anything i get the following error:
<<Paste>>
(command bound to event)
Use of uninitialized value in pattern match (m//) at /usr/bin/cssh line 577.
Use of uninitialized value in concatenation (.) or string at /usr/bin/cssh line 581.
Use of uninitialized value in concatenation (.) or string at /usr/bin/cssh line 581.
Use of uninitialized value in pattern match (m//) at /usr/bin/cssh line 584.
Use of uninitialized value in pattern match (m//) at /usr/bin/cssh line 588.
Use of uninitialized value in pattern match (m//) at /usr/bin/cssh line 592.
Use of uninitialized value in pattern match (m//) at /usr/bin/cssh line 596.
Tk::Error: Should never reach here at /usr/bin/cssh line 601.
main::get_keycode_state at /usr/bin/cssh line 601
main::send_text at /usr/bin/cssh line 839
main::__ANON__ at /usr/bin/cssh line 1753
It creates this error both with a ^v and clicking mouse 2 button.
Sean