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.