Tagged Questions
5
votes
3answers
1k views
/sbin/getty process causing 100% CPU utilization
I have an instance of Ubuntu 12.04 LTS (GNU/Linux 3.2.0-25-virtual i686) running as a KVM-VM on a host-machine that runs one more VM beside it.
I deploy a Ruby on Rails application using the ...
1
vote
1answer
334 views
How to get a bundler enabled rails app running as a service with upstart?
I can get some random shell script to run as a service...that's not the problem. I think it's related to environment variables given some of the google-ing I did. Either a list of required rails ...
1
vote
1answer
519 views
Not able to start juggernaut server as a background processs/service
I am using ruby on rails application to implement chat. I am not able to setup juggernaut server in production mode.
I followed this guide to setup redis. and its working perfectly fine.
Then I ...