Created
June 6, 2014 23:55
-
-
Save dysinger/3831c8bd5f581650c65c to your computer and use it in GitHub Desktop.
test kitchen / vagrant TTY error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tim@ip-192-168-0-191:~/src/k/tools/chef-repo/cookbooks/kcb_skel% kitchen converge | |
| -----> Starting Kitchen (v1.2.1) | |
| -----> Creating <default-ubuntu-1204>... | |
| >>>>>> ------Exception------- | |
| >>>>>> Class: Kitchen::ActionFailed | |
| >>>>>> Message: Failed to complete #create action: [Expected process to exit with [0], but received '1' | |
| ---- Begin output of vagrant up --no-provision --provider=virtualbox ---- | |
| STDOUT: | |
| STDERR: Vagrant failed to initialize at a very early stage: | |
| Vagrant is attempting to interface with the UI in a way that requires | |
| a TTY. Most actions in Vagrant that require a TTY have configuration | |
| switches to disable this requirement. Please do that or run Vagrant | |
| with TTY. | |
| ---- End output of vagrant up --no-provision --provider=virtualbox ---- | |
| Ran vagrant up --no-provision --provider=virtualbox returned 1] | |
| >>>>>> ---------------------- | |
| >>>>>> Please see .kitchen/logs/kitchen.log for more details | |
| >>>>>> Also try running `kitchen diagnose --all` for configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm also running into this issue - did you ever find a workaround or solution?