"stdin: is not a tty"

Hello, my congratulations for this work. Anyway when i try "vagrant up" it works but i get 2 errors saying "stdin: is not a tty". I tryed to solve following this http://tech.karbassi.com/2011/11/09/stdin-is-not-a-tty/ (even if i didnt have mesg n in my bashrc i added what he said) but i still get the same errors.

Sorry You must be a logged in, registered user to answer a question.

Answers

Hi! Thanks for posting this, and many thanks to the guys making this tutorial and this website!

I have the same problem: I'm on a recently fresh version of Linux Mint, have had VirtualBox running before (so that shouldn't be an issue), downloaded and installed Vagrant, etc.

When I run 'vagrant up', the VM boots successfully, but then when it starts to provision, I get this same error.

After an unreasonable amount of time, I get a sea of red errors: ``` stdin: is not a tty ERROR: Error installing chef: ERROR: Failed to build gem native extension.

    /opt/vagrant_ruby/bin/ruby extconf.rb

creating Makefile

make sh: 1: make: not found

Gem files will remain installed in /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma-1.6.3 for inspection. Results logged to /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma-1.6.3/ext/puma_http11/gem_make.out Building native extensions. This could take a while... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!

chmod +x /tmp/vagrant-shell && /tmp/vagrant-shell

Stdout from the command:

Building native extensions. This could take a while...

Stderr from the command:

stdin: is not a tty ERROR: Error installing chef: ERROR: Failed to build gem native extension.

    /opt/vagrant_ruby/bin/ruby extconf.rb

creating Makefile

make sh: 1: make: not found

Gem files will remain installed in /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma-1.6.3 for inspection. Results logged to /opt/vagrant_ruby/lib/ruby/gems/1.8/gems/puma-1.6.3/ext/puma_http11/gem_make.out ```

How do we get around this? Thanks again!