2
votes
1answer
116 views

Sudo <any command> throws: Command not found but works without sudo

I'm on a CentOS VPS and using RVM and Capistrano to deploy. for some deployments I need to use sudo, but when I deploy with something like: desc "Restart the application services" task :restart, ...
2
votes
0answers
113 views

How do I install sass on centos 5.9 with ruby 1.8.7?

I have CentOS 5.9 on an x86_64. I've installed ruby 1.8.7. Whenever I try to install sass I get an Error saying sass requires Ruby version >= 1.8.7. but that's what I have installed. This is the ...
1
vote
1answer
197 views

How to set up a NAT and and a Host Only adapter using Vagrant?

I am trying to make a NAT connection (for yum downloads) and a Host-Only connection (for talking with host) at the same time on my CentOS box when using Vagrant. I CAN do it by SSHing and checking ...
0
votes
1answer
923 views

Using rvm within a bash script on CentOS 6.2

I'm trying to write a script that does goes through all the steps for installing and setting up a graylog2 server and web interface on CentOS 6.2. Here is the section that I'm having trouble with: ...
0
votes
1answer
567 views

JRuby rpm for Centos 5.3?

Has anybody built a JRuby RPM for Centos 5.3? I know that JRuby can be just 'dropped in' and it will work on Centos 5.3, but I would like an RPM because it can be distributed, installed etc. easily ...