After running rake, I get the following error:

`setrlimit': Operation not permitted - setrlimit (Errno::EPERM)

I'm using Ubuntu 11.10, and Rails is run through rvm

rvm was installed with a normal "single user installation" see Installing RVM

Rake stopped working after running:

apt-get install ruby-rvm
apt-get remove ruby-rvm

(Don't ask why I did this)

I have removed rvm, using rvm implode and installed it again, I have deleted remaining files from the "ruby-rvm" installation such as /etc/rvmc and /usr/share/rvm, but I keep getting this error message when running rake.

link|improve this question
Try apt-get remove --purge ruby-rvm. This removes any residual configuration files. – Ben Simpson Dec 4 '11 at 3:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.