Package: clusterssh
Version: 2.18-1
Severity: normal

I get:

sh: -c: line 1: syntax error near unexpected token `('
sh: -c: line 1: `x-terminal-emulator ARRAY(0xd47590)  -title 'ssh:neil' -e
/usr/bin/perl /usr/lib/cchp  -s 0.1 -k 0 -x /tmp/tcB4vNu5oE -y 21522 -z 238
/usr/bin/ssh -x  -p 22 -C neil &'
Could not create session to neil: No such file or directory  at /usr/bin/cssh
line 571.

My config file is:

always_tile = yes
cchp_path = /usr/lib
cchp_sleep = 0.1
cx_args = -C
cx_path = /usr/bin
keep_open = 0
key_addhost = Control-plus
key_clientname = Alt-n
key_quit = Control-q
reserve_bottom = 0
reserve_right = 0
term_font = 6x13
term_size = 80x24
terminal = x-terminal-emulator
terminal_options =
tiocsti = 21522
title_number = no
titlebar_size = 30
user = antony
variables = no

wayforth_servers = neil
clusters = wayforth_servers

This file was generated with cssh -u > ~/.csshrc, as per the manpage.

Line 571 is:

system("$user_config{'default.terminal'}
$user_config{'default.terminal_options'} $place -title '$method:$serv' -e $^X
$user_config{'default.cchp_path'}/cchp $debug -s
$user_config{'default.cchp_sleep'} -k $user_config{'default.keep_open'} -x
$servers{$serv_name}[2] -y $user_config{'default.tiocsti'} -z $KILLOFF
$path_method $portarg $user_config{'default.cx_args'} $serv &") == 0 or
warn("Could not create session to $serv: $! ");

It appears that terminal_options having no value in the default config file,
causes the perl script to hang.  I bodged it by making the line:
terminal_options = -sb
but really the program shouldn't fail with an unintelligible error if an
option is not given.

Antony

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-12-amd64-k8
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages clusterssh depends on:
ii  libconfig-simple-p 4.58-1                simple configuration file class
ii  perl-suid          5.8.4-8sarge3         Runs setuid Perl scripts
ii  perl-tk            1:800.025-2           Perl module providing the Tk graph
ii  rxvt-unicode [x-te 5.3-1                 RXVT-like terminal emulator with U
ii  ssh                1:3.8.1p1-8.sarge.4   Secure rlogin/rsh/rcp replacement 
ii  xbase-clients      4.3.0.dfsg.1-14sarge1 miscellaneous X clients
ii  xterm [x-terminal- 4.3.0.dfsg.1-14sarge1 X terminal emulator

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to