Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Target Management » Problems connecting to the dstore on linux
Problems connecting to the dstore on linux [message #1166968] Sat, 02 November 2013 09:47 Go to next message
Martin Tauber is currently offline Martin TauberFriend
Messages: 122
Registered: July 2009
Senior Member
I have a problem connecting to the dsore on linux I'm using the
following code

ISystemRegistry registry = RSECorePlugin.getDefault().getSystemRegistry();

ISystemProfile profile =
registry.getSystemProfileManager().getDefaultPrivateSystemProfile();

IHost host = registry.getHost(profile, hostFieldValue);
if (host == null) {
try {
host =
registry.createHost(RSECorePlugin.getTheCoreRegistry().getSystemTypeById(IRSESystemType.SYSTEMTYPE_LINUX_ID),

hostFieldValue, hostFieldValue, "Connection to
" + hostFieldValue);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}



1.) unlike using SSH_ONLY I don#t get asked for the users password ...
:( which results in connection problems.

2.) When I create the connection using the remote systems view I can
access the remote files, but when I run commands, they hang ... I start
receiving output, but not the complete output of the command. :(

Thanks
Martin
Re: Problems connecting to the dstore on linux [message #1282567 is a reply to message #1166968] Wed, 02 April 2014 13:58 Go to previous message
David McKnight is currently offline David McKnightFriend
Messages: 244
Registered: July 2009
Senior Member
Sorry, for the late response - I must have missed this one. Did you resolve these issues?
Previous Topic:Unable to Remote Make
Next Topic:How can RSE use a specific key for a connection
Goto Forum:
  


Current Time: Fri Apr 26 00:29:21 GMT 2024

Powered by FUDForum. Page generated in 0.03502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top