By laurie
While trying to start Unicorn, with the command $: sudo service unicorn_myapp start I get the following result. bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell
From then on, it locks me out of sudo with this message sudo: no tty present and no askpass program specified
I can get back in to opening a new terminal but the problem repeats itself.
I have no clue how to fix this. I have been following this tutorial https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-unicorn-and-nginx-on-ubuntu-14-04 and used rbenv and postgresql per the prerequisites.
Any ideas how to fix this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This is likely due to a shell script being asked to act as an interactive process. You should be able to address this by removing the i from the shell script you’re running, but this should also be resolved with newer packages if you were to run through this guide again.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.