Skip to content

Instantly share code, notes, and snippets.

@dysinger
Created June 6, 2014 23:55
Show Gist options
  • Select an option

  • Save dysinger/3831c8bd5f581650c65c to your computer and use it in GitHub Desktop.

Select an option

Save dysinger/3831c8bd5f581650c65c to your computer and use it in GitHub Desktop.
test kitchen / vagrant TTY error
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
@bixu

bixu commented May 29, 2015

Copy link
Copy Markdown

I'm also running into this issue - did you ever find a workaround or solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment