Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Maybe needs update for Ruby 2.2 SSL errors, net-ssh 2.9.3.beta1 #679

Open
laggingreflex opened this issue Mar 28, 2015 · 5 comments
Open

Comments

@laggingreflex
Copy link

Latest rhc setup gives error no such file dl/import.

http://stackoverflow.com/questions/28896733/rhc-setup-gives-error-no-such-file-dl-import

Solution: gem install net-ssh -v 2.9.3.beta1

Not sure but probably related to latest Ruby SSL errors ([workaround][2])

@laggingreflex
Copy link
Author

Also causing error when doing rhc tail application

You can tail this application directly with:
ssh -t XXX 'tail app-root/logs/nodejs.log'
Could not parse PKey: no start line
Usage: rhc tail <application>
Pass '--help' to see the full list of options

Here's a solution (gem install net-ssh -v 2.5.2) which I haven't actually tried because it conflicts with the other solution posted above

@Filirom1
Copy link
Contributor

I have the same problem.

Rhc now works with gem install net-ssh -v 2.9.3.beta1, but rhc tail fails

@rlesiak
Copy link

rlesiak commented Mar 30, 2015

I have the same problem

@michaelwills
Copy link

gem uninstall net-ssh # uninstall v2.9.3.beta1
get install net-ssh -v 2.9.2

rhc tail and other commands appear to work as expected though I have not yet tested all options.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants