Hi,

tony mancill, le Mon 24 Apr 2006 12:52:18 -0700, a écrit :
> Upstream is aware of this issue and has requested the output of:
> 
>       cssh -dD somesystem > /tmp/cssh.debug
> 
> during which you should generate one of the keystrokes that is not 
> mapped correctly.  (And please specify what the keystroke should have 
> been.)

Here it is.  I tried to paste the '0' character, for which you have to
press shift-[0] on a french keyboard, and got an 'à' in xterm (i.e. it
looks like cssh didn't simulate the shift press before pressing the [0]
key)

Regards,
Samuel

22:06:02: Reading in from config file /etc/csshrc
22:06:02: Reading in from config file /home/samy/.csshrc
22:06:02: ignore_host_errors=yes
22:06:02: terminal_options=-fn 
-misc-fixed-medium-r-normal--7-70-75-75-c-50-iso8859-15 -bg black -fg white
22:06:02: terminal=xterm
22:06:02: clusters=daltons daltons_ipv6 dalton sci sci_rens sparc interf
22:06:02: dalton=joe jack william averell calamity billy ma
22:06:02: daltons=joe jack william averell calamity billy ma
22:06:02: daltons_ipv6=joe jack.ipv6 william.ipv6 averell.ipv6 calamity.ipv6 
billy.ipv6 ma.ipv6
22:06:02: sci=sci0 sci1 sci2 sci3 sci4 sci5 sci6 sci7
22:06:02: sci_rens=sci0.rens sci1.rens sci2.rens sci3.rens sci4.rens sci5.rens 
sci6.rens sci7.rens
22:06:02: sparc=sparc2 sparc3 sparc4 sparc5 sparc6 sparc7 sparc8
22:06:02: interf=interface
22:06:02: Checking path to xterm
22:06:02: Looking for xterm
22:06:02: Looking in /usr/lib/ccache
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /home/samy/bin
22:06:02: Looking in /usr/lib/ccache
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /home/samy/bin
22:06:02: Looking in /usr/lib/ccache
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /home/samy/bin
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /usr/bin
22:06:02: Found at /usr/bin/xterm
22:06:02: Checking path to ssh
22:06:02: Looking for ssh
22:06:02: Looking in /usr/lib/ccache
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /home/samy/bin
22:06:02: Looking in /usr/lib/ccache
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /home/samy/bin
22:06:02: Looking in /usr/lib/ccache
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /home/samy/bin
22:06:02: Looking in /usr/local/bin
22:06:02: Looking in /usr/bin
22:06:02: Found at /usr/bin/ssh
22:06:02: Fetching font size
22:06:02: Done with font size
22:06:02: Logging for /etc/clusters
22:06:02: Looking for csshrc
22:06:02: Loading clusters in from csshrc
22:06:02: cluster daltons = joe jack william averell calamity billy ma
22:06:02: cluster daltons_ipv6 = joe jack.ipv6 william.ipv6 averell.ipv6 
calamity.ipv6 billy.ipv6 ma.ipv6
22:06:02: cluster dalton = joe jack william averell calamity billy ma
22:06:02: cluster sci = sci0 sci1 sci2 sci3 sci4 sci5 sci6 sci7
22:06:02: cluster sci_rens = sci0.rens sci1.rens sci2.rens sci3.rens sci4.rens 
sci5.rens sci6.rens sci7.rens
22:06:02: cluster sparc = sparc2 sparc3 sparc4 sparc5 sparc6 sparc7 sparc8
22:06:02: cluster interf = interface
22:06:02: Finished loading clusters
22:06:02: Resolving cluster names: started
22:06:02: Found server interf
22:06:02: Found server interface
22:06:02: leaving with interface
22:06:02: Resolving cluster names: completed
22:06:02: create_windows: started
22:06:05: REAPER currently returns: -1
22:06:05: create_windows: completed
22:06:05: create_menubar: started
22:06:06: create_menubar: completed
22:06:06: Capture map events
22:06:06: Setting up helper script
22:06:06:               my $pipe=shift;
                my $svr=shift;
                my $user=shift;
                $user = $user ? "-l $user" : "";
                open(PIPE, ">", $pipe);
                print PIPE "$$:$ENV{WINDOWID}";
                close(PIPE);
                if($svr =~ /==$/)
                {
                        $svr =~ s/==$//;
                        warn("

WARNING: failed to resolve IP address for $svr.

".
                                "Either 'ignore_host_errors' or -i is set.  
This connection may hang


"
                        );
                }
                exec("/usr/bin/ssh -x -o ConnectTimeout=10 $user $svr");

22:06:06: Helper script done
22:06:06: Working on server interface for interface
22:06:06: Set temp name to: /tmp/WxSwEhr2N5
22:06:06: Terminal testing line:
/usr/bin/xterm -xrm 'XTerm.VT100.allowSendEvents:true' -e "/usr/bin/perl" "-e" 
'print "Working\n" ; sleep 5'

22:06:06: Terminal exec line:
/usr/bin/xterm  -xrm 'XTerm.VT100.allowSendEvents:true' -T 'CSSH:interface' 
-font 6x13 -e "/usr/bin/perl" "-e" '                my $pipe=shift;
                my $svr=shift;
                my $user=shift;
                $user = $user ? "-l $user" : "";
                open(PIPE, ">", $pipe);
                print PIPE "$$:$ENV{WINDOWID}";
                close(PIPE);
                if($svr =~ /==$/)
                {
                        $svr =~ s/==$//;
                        warn("

WARNING: failed to resolve IP address for $svr.

".
                                "Either 'ignore_host_errors' or -i is set.  
This connection may hang


"
                        );
                }
                exec("/usr/bin/ssh -x -o ConnectTimeout=10 $user $svr");
' /tmp/WxSwEhr2N5 interface 

22:06:06: Performing sysread
22:06:06: Done and closing pipe
22:06:06: All client windows opened
22:06:06: Retiling windows
22:06:06: Count is currently 1
22:06:06: Screen Columns: 2
22:06:06: Screen Rows: 1
22:06:06: Terminal height=984
22:06:06: Tiling top left going bot right
22:06:06: x:0 y:0, r:0 c:0
22:06:06: Moving interface window
22:06:06: Moving window 52428814 to x:0 y:0 (size x:488 y:322)
22:06:06: Setting focus on interface
22:06:06: Setting retile marker to 1
22:06:06: Sending console to front
22:06:07: main window state=normal
22:06:07: Got map event (-4:1)
22:06:07: Building hosts menu
22:06:07: Menu deleted
22:06:07: Parsing list
22:06:07: Checking interface and restoring active value
22:06:07: Changing window title
22:06:07: Done
22:06:07: Removing retile flag
22:06:07: Sleeping for a mo
22:06:07: Sorting focus on console
22:06:07: Marking main window as user positioned
22:06:07: Setting up repeat
22:06:07: Repeat setup
22:06:07: Starting MainLoop
22:06:07: main window state=normal
22:06:07: Got map event (-3:0)
22:06:08: Running repeat (count=1)
22:06:08: Number of servers in hash is: 1
22:06:08: Number after tidy is: 1
22:06:08: repeat completed
22:06:08: Running repeat (count=2)
22:06:08: Number of servers in hash is: 1
22:06:08: Number after tidy is: 1
22:06:08: repeat completed
22:06:09: Running repeat (count=3)
22:06:09: Number of servers in hash is: 1
22:06:09: Number after tidy is: 1
22:06:09: repeat completed
22:06:09: Running repeat (count=4)
22:06:09: Number of servers in hash is: 1
22:06:09: Number after tidy is: 1
22:06:09: repeat completed
22:06:10: Running repeat (count=5)
22:06:10: Number of servers in hash is: 1
22:06:10: Number after tidy is: 1
22:06:10: repeat completed
22:06:10: Running repeat (count=6)
22:06:10: Number of servers in hash is: 1
22:06:10: Number after tidy is: 1
22:06:10: repeat completed
22:06:11: Running repeat (count=7)
22:06:11: Number of servers in hash is: 1
22:06:11: Number after tidy is: 1
22:06:11: repeat completed
22:06:11: Running repeat (count=8)
22:06:11: Number of servers in hash is: 1
22:06:11: Number after tidy is: 1
22:06:11: repeat completed
22:06:12: Running repeat (count=9)
22:06:12: Number of servers in hash is: 1
22:06:12: Number after tidy is: 1
22:06:12: repeat completed
22:06:12: Running repeat (count=10)
22:06:12: Number of servers in hash is: 1
22:06:12: Number after tidy is: 1
22:06:12: repeat completed
22:06:13: Running repeat (count=11)
22:06:13: Number of servers in hash is: 1
22:06:13: Number after tidy is: 1
22:06:13: repeat completed
22:06:13: Running repeat (count=12)
22:06:13: Number of servers in hash is: 1
22:06:13: Number after tidy is: 1
22:06:13: repeat completed
22:06:14: Running repeat (count=13)
22:06:14: Number of servers in hash is: 1
22:06:14: Number after tidy is: 1
22:06:14: repeat completed
22:06:14: Running repeat (count=14)
22:06:15: Number of servers in hash is: 1
22:06:15: Number after tidy is: 1
22:06:15: repeat completed
22:06:15: Running repeat (count=15)
22:06:15: Number of servers in hash is: 1
22:06:15: Number after tidy is: 1
22:06:15: repeat completed
22:06:15: Running repeat (count=16)
22:06:15: Number of servers in hash is: 1
22:06:15: Number after tidy is: 1
22:06:15: repeat completed
22:06:16: PASTE EVENT: got '0'
22:06:16: Sending to interface text:0:
22:06:16: servers{interface}{wid}=52428814
22:06:16: char=:0: code=:0: mask=:0: number=:19:
22:06:16: event=KeyPress
22:06:16: event=KeyRelease
22:06:16: Running repeat (count=17)
22:06:16: Number of servers in hash is: 1
22:06:16: Number after tidy is: 1
22:06:16: repeat completed
22:06:17: Running repeat (count=18)
22:06:17: Number of servers in hash is: 1
22:06:17: Number after tidy is: 1
22:06:17: repeat completed
22:06:17: Running repeat (count=19)
22:06:17: Number of servers in hash is: 1
22:06:17: Number after tidy is: 1
22:06:17: repeat completed
22:06:18: Running repeat (count=20)
22:06:18: Number of servers in hash is: 1
22:06:18: Number after tidy is: 1
22:06:18: repeat completed
22:06:18: Running repeat (count=21)
22:06:18: Number of servers in hash is: 1
22:06:18: Number after tidy is: 1
22:06:18: repeat completed
22:06:19: Running repeat (count=22)
22:06:19: Number of servers in hash is: 1
22:06:19: Number after tidy is: 1
22:06:19: repeat completed
22:06:19: Running repeat (count=23)
22:06:19: Number of servers in hash is: 1
22:06:19: Number after tidy is: 1
22:06:19: repeat completed
22:06:20: Running repeat (count=24)
22:06:20: Number of servers in hash is: 1
22:06:20: Number after tidy is: 1
22:06:20: repeat completed
22:06:20: Running repeat (count=25)
22:06:20: Number of servers in hash is: 1
22:06:20: Number after tidy is: 1
22:06:20: repeat completed
22:06:21: Running repeat (count=26)
22:06:21: Number of servers in hash is: 1
22:06:21: Number after tidy is: 1
22:06:21: repeat completed
22:06:21: Running repeat (count=27)
22:06:21: Number of servers in hash is: 1
22:06:21: Number after tidy is: 1
22:06:21: repeat completed
22:06:22: Running repeat (count=28)
22:06:22: Number of servers in hash is: 1
22:06:22: Number after tidy is: 1
22:06:22: repeat completed
22:06:22: REAPER currently returns: 8274
22:06:22: REAPER currently returns: -1
22:06:22: Running repeat (count=29)
22:06:22: Number of servers in hash is: 1
22:06:22: interface session closed
22:06:22: Autoquitting
22:06:22: Exiting via normal routine
22:06:22: Exiting via normal routine
22:06:22: Exiting via normal routine


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

Reply via email to