You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
I am using Ruby Version Manager (RVM). Instead of using the .rvmrc file I'm using echo 1.9.3@my-app-name > .ruby-version. My Ruby on Rails application is working well using Passenger 3.0.13. I just cannot access the commands like passenger-status.
Here is my question. Do I need REE installed to access these commands?
Any help would be appreciated.
Hongli Lai
unread,
Aug 13, 2012, 1:02:34 PM8/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
No. You just need to ensure passenger-status is in $PATH. It is
located in the RubyGems bin directory which RVM should put in $PATH by
default.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
I have not had a chance to review this reply until now. It sounds like you are saying that what I did should give me access to commands like passenger-status. It did not. Maybe it is how you are phrasing your response. You stated that it should be there by default. It does not work.
Tinco Andringa
unread,
Oct 4, 2012, 7:43:57 PM10/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phusion-...@googlegroups.com
What he means is that if you have the passenger gem installed, the
passenger-status binary is installed in an rvm directory. If your rvm
is configured correctly you should just be able to run it, but since
you seem not to perhaps something is wrong with your rvm installation.