background: dell gx110 loaded with debian etch. xorg 7, & xfce4. Running a vnc4server session from server and accessing through windowsXP using vncviewer. When attempting to paste from windows clipboard to clusterssh. Initial paste will take ownership; however, it takes approx 30-60 secs before displaying on clusterssh child windows. Afterwards, clusterssh will not release value. I am able to copy/paste from the selected window back to the windows app, but not to the central window. Or I should say that, I can copy/paste from windows to vnc(xterm) windows with no problems. Immediate copy/paste. Any suggestions? I have tried verifying keycodes but have had no success. Is there a vt100 translation I might need to input?
This is the first time I have heard of this happening; I'll have a look through the code when I can to see if I am watching for paste events inefficiently or something.
Duncs
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have exactly the same problem as you. It is very frustrating trying to do work, when trying to copy text from Windows XP notepad into the cssh main Console Window, because it only works for the first paste :-(
The only work around I can think of is as follows.
(1) first copy the command to one of the normal x-term windows rather than the console window.
(2) Then I select the text from the normal x-term window and paste it into the console window with the mouse middle button.
Did you ever get an easier work around or patch to fix the bug?
Please help.
Regards,
Bruce
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
background: dell gx110 loaded with debian etch. xorg 7, & xfce4. Running a vnc4server session from server and accessing through windowsXP using vncviewer. When attempting to paste from windows clipboard to clusterssh. Initial paste will take ownership; however, it takes approx 30-60 secs before displaying on clusterssh child windows. Afterwards, clusterssh will not release value. I am able to copy/paste from the selected window back to the windows app, but not to the central window. Or I should say that, I can copy/paste from windows to vnc(xterm) windows with no problems. Immediate copy/paste. Any suggestions? I have tried verifying keycodes but have had no success. Is there a vt100 translation I might need to input?
bbrady@opstest1:~$ cssh -v
Version: 3.19 (2006/07/24 19:12:54)
bbrady@opstest1:~$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.18.3, archname=i486-linux-gnu-thread-multi
uname='linux saens 2.6.18.3 #1 smp sat nov 25 13:39:52 est 2006 i686 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-20)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8
gnulibc_version='2.3.6'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
Built under linux
Compiled at Dec 6 2006 23:05:53
@INC:
/etc/perl
/usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.8
/usr/share/perl/5.8
/usr/local/lib/site_perl
.
bbrady@opstest1:~$ perl -MTk -e 'print $Tk::VERSION,$/'
804.027
bbrady@opstest1:~$ perl -MX11::Protocol -e 'print $X11::Protocol::VERSION,$/'
0.55
This is the first time I have heard of this happening; I'll have a look through the code when I can to see if I am watching for paste events inefficiently or something.
Duncs
Hi,
I really like cssh, and think it is a great tool.
I have exactly the same problem as you. It is very frustrating trying to do work, when trying to copy text from Windows XP notepad into the cssh main Console Window, because it only works for the first paste :-(
The only work around I can think of is as follows.
(1) first copy the command to one of the normal x-term windows rather than the console window.
(2) Then I select the text from the normal x-term window and paste it into the console window with the mouse middle button.
Did you ever get an easier work around or patch to fix the bug?
Please help.
Regards,
Bruce
Hi,
I just sent a message to the project administrator Jim C
asking for urgent assistance.
Regards,
Bruce