Bug#631950: issues with NX plugin and current libssh

2011-09-01 Thread Vic Lee
http://remmina.git.sourceforge.net/git/gitweb.cgi?p=remmina/remmina;a=patch;h=3a512f5 OK this simple patch fixed the problem. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#631950: issues with NX plugin and current libssh

2011-09-01 Thread Vic Lee
http://remmina.git.sourceforge.net/git/gitweb.cgi?p=remmina/remmina;a=patch;h=3f6c309 Add this one as well just in case (seems to be a requirement for blocking send in libssh 0.5). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#631950: issues with NX plugin and current libssh

2011-09-01 Thread Laurent Bigonville
Le Thu, 01 Sep 2011 15:25:44 +0800, Vic Lee llyzs@gmail.com a écrit : http://remmina.git.sourceforge.net/git/gitweb.cgi?p=remmina/remmina;a=patch;h=3f6c309 Add this one as well just in case (seems to be a requirement for blocking send in libssh 0.5). Thanks for looking at this :) But

Bug#631950: issues with NX plugin and current libssh

2011-09-01 Thread Christoph Anton Mitterer
reassign 631950 remmina-plugin-nx stop Hi Vic. Thanks for tracing this up :) Laurent, thanks for you help, too. I'm reassign this now to remmina-plugin-nx. Luca, could you please apply the patches from Vic (or take a new upstream version, if there's already one)?, Thanks all, Chris.

Bug#631950: issues with NX plugin and current libssh

2011-09-01 Thread Christoph Anton Mitterer
On Thu, 2011-09-01 at 10:18 +0200, Laurent Bigonville wrote: But I've the feeling that libssh shouldn't change his behavior like that. Guess you're not alone with your feeling ;) Chris. smime.p7s Description: S/MIME cryptographic signature

Bug#631950: issues with NX plugin and current libssh

2011-09-01 Thread Vic Lee
Hold on a second. libssh team thinks it might be libssh's issue. I've created a libssh bug report here. https://red.libssh.org/issues/60 Let's see what will be the best solution. Thanks! Vic -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#631950: issues with NX plugin and current libssh

2011-08-31 Thread Christoph Anton Mitterer
Hi Vic. We have some problems with the NX plugin and current versions of libssh (0.5.1) as you can read in this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631950 Can you help or have you got any idea what could cause the troubles? Cheers, Chris. btw: It seems that the NX

Bug#631950: issues with NX plugin and current libssh

2011-08-31 Thread Christoph Anton Mitterer
On Wed, 31 Aug 2011 22:39:48 +0800, Vic Lee ll...@163.com wrote: In main window, please open Help-Debug Window menu, then connecting to the server. You should be able to see many NX related output. With 0.5.1: [NX] HELLO NXSERVER - Version 3.2.0-74-SVN OS (GPL, using backend: 3.5.0) [NX] NX

Bug#631950: issues with NX plugin and current libssh

2011-08-31 Thread Vic Lee
Hi, It seems the current ssh code is incompatible with libssh 0.5. More specifically, in libssh 0.4 channel_write() call is a blocking call which ensure the packets has been delivered on the wire, while in 0.5 it has been changed to nonblocking behavior and I don't find an option in libssh