Bug 844410
| Summary: | having rvm installed on the machine can cause install errors for rhc | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Steven Citron-Pousty <spousty> |
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | bhatiam, wjiang, wsun |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-17 13:26:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Steven Citron-Pousty
2012-07-30 14:04:21 UTC
We should add an RVM addendum to the client instructions page, and maybe a link out from the app/getting_started page as well. Also rbenv if that differs. Investigating is medium severity (determine if there is a fundamental RVM problem), workaround is lower severity, documentation is medium severity So I think the doc needs to talk a bit about rvm, since not everyone who uses it understands how to manage gems inside of it. Here is doc I got from a rails committer today: 1) first they should do "rvm gemset use global" 2) "gem install rhc" They shouldn't need sudo but if they do use: rvmsudo gem install rhc This will install globally for the current ruby version - but it needs to be repeated for every other ruby version they want to use the rhc tools with I installed rvm-1.11.3.5,ruby-1.9.3,rhc-0.96.5 on RHEL5.8,but can't reproduce this bug. [root@localhost ~]# gem list|grep rvm rvm (1.11.3.5) [root@localhost ~]# gem list|grep rhc rhc (0.96.5) [root@localhost ~]# which rhc /usr/local/rvm/gems/ruby-1.9.3-p194/bin/rhc [root@localhost ~]# rhc rhc rhc-create-app rhc-ctl-domain rhc-port-forward rhc-tail-files rhc-app rhc-create-domain rhc-domain rhc-snapshot rhc-user-info rhc-chk rhc-ctl-app rhc-domain-info rhc-sshkey Documentation is updated, moving this to medium/low pri/sev so we can detect the error in the future. Please verify if this occurs with the latest version of rhc Tried via latest version of rhc(1.15.0) & rvm 1.9.6 & ruby 2.0.0, and work well, so verify this. |