[linuxtools-dev] LTTng 2.0 connection type

2012-06-13 Thread Anna Dushistova
Hi All, I have a question about LTTng2.0 connection type. Documentation says "requires an SSH server to be running on the remote host". My remote host has ssh, however, it doesn't have sftp, which is actually very common in the embedded world. TM has now an SCP file subsystem (http://www.eclipse.o

Re: [linuxtools-dev] LTTng 2.0 connection type

2012-06-13 Thread Bernd Hufmann
Hi Anna You're right the LTTng 2.0 connection type also needs a sftp_server to be available on the remote side. This is used for importing traces from the remote node. I've already updated the user documentation on the wiki. The LTTng 2.0 connection type (RSE system type) uses internally the RSE

[linuxtools-dev] Juno RC4 Last Day

2012-06-13 Thread Jeff Johnston
: http://build.eclipse.org/technology/epp/epp_build/juno/download/20120613-0624/ Please test. For the LTTng folks, I removed the Linux Tools category from LTTng Legacy so it should not appear as an immediate choice to an end-user, but should still be available via search. Please verify this is

Re: [linuxtools-dev] LTTng 2.0 connection type

2012-06-13 Thread Anna Dushistova
Hi Bernd, I looked through the code and didn't notice any use of ssh/sftp specific classes/methods. I personally would like to be able to use LTTng 2.0 through any connection that has files and shells/terminals subsystems, be it over SSH or TCF or anything else. I implemented something like this i