Question
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
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?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×