Your message dated Mon, 06 Nov 2006 18:17:44 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#397201: fixed in clusterssh 3.19.1-4 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: clusterssh Version: 3.19.1-3 Severity: important cssh gets confused by directories in . that are named like the binaries it wants to execute. The problem is in line 232, where to check if we already are configured we test if "$binary" is executeable: | if ( ! -x $binary ) by default this gets called with 'ssh' and '/usr/bin/xterm'. [EMAIL PROTECTED]:~$ mkdir ssh [EMAIL PROTECTED]:~$ cssh asteria Terminal binary not found (ssh) - please amend $PATH or the cssh config file Died at /usr/bin/cssh line 263. I think the find_binary() function should be slightly changed: - if $binary has a / in its name somewhere, test if it's an executable file. if yes, be happy, if no bail out. - otherwise, do the PATH searching dance: --- /usr/bin/cssh 2006-11-05 20:29:52.000000000 +0100 +++ cssh 2006-11-05 20:30:52.471959807 +0100 @@ -229,7 +229,7 @@ logmsg( 2, "Looking for $binary" ); my $path; - if ( ! -x $binary ) + unless ( $binary =~ m#/# ) { # search the users $PATH and then a few other places to find the binary # just in case $PATH isnt set up right
--- End Message ---
--- Begin Message ---Source: clusterssh Source-Version: 3.19.1-4 We believe that the bug you reported is fixed in the latest version of clusterssh, which is due to be installed in the Debian FTP archive: clusterssh_3.19.1-4.diff.gz to pool/main/c/clusterssh/clusterssh_3.19.1-4.diff.gz clusterssh_3.19.1-4.dsc to pool/main/c/clusterssh/clusterssh_3.19.1-4.dsc clusterssh_3.19.1-4_all.deb to pool/main/c/clusterssh/clusterssh_3.19.1-4_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. tony mancill <[EMAIL PROTECTED]> (supplier of updated clusterssh package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 6 Nov 2006 17:51:10 -0800 Source: clusterssh Binary: clusterssh Architecture: source all Version: 3.19.1-4 Distribution: unstable Urgency: medium Maintainer: tony mancill <[EMAIL PROTECTED]> Changed-By: tony mancill <[EMAIL PROTECTED]> Description: clusterssh - administer multiple ssh or rsh shells simultaneously Closes: 397201 Changes: clusterssh (3.19.1-4) unstable; urgency=medium . * cssh can now handle directories named ssh and rsh in the PWD Thanks to Peter Palfrader for the patch. (closes: #397201) Files: 7ca8a7d35651664b95fc6f037f998fac 577 admin optional clusterssh_3.19.1-4.dsc a0ca53f4d32934240f5b12469facb647 12676 admin optional clusterssh_3.19.1-4.diff.gz abf4347a9e2fea8f55d9d81b1232524a 39482 admin optional clusterssh_3.19.1-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFT+q4pdwBkPlyvgMRAng5AJkBQ6CnLb3RXEAdffo6PbOEVmTGpQCfQ3Qx mg1ps1R29ppFGMcbzp9lIxI= =5JSn -----END PGP SIGNATURE-----
--- End Message ---

