Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird behaviour of 'vagrant destroy' using Cygwin on Windows #1430

Closed
thasmo opened this issue Mar 16, 2013 · 5 comments
Closed

Weird behaviour of 'vagrant destroy' using Cygwin on Windows #1430

thasmo opened this issue Mar 16, 2013 · 5 comments

Comments

@thasmo
Copy link

thasmo commented Mar 16, 2013

This is the shell log - thought it's weird. ;)

https://gist.github.com/Thasmo/2688eec83285847db05a

@mitchellh
Copy link
Contributor

That happens if Ruby is telling us that STDIN is not a TTY: https://github.com/mitchellh/vagrant/blob/9a29cecfdfe933f497cd15fda4358b3a319cac3a/lib/vagrant/ui.rb#L66

I'm not sure why this would be with Cygwin... any ideas?

@thasmo
Copy link
Author

thasmo commented Mar 16, 2013

I'm no expert on this either, but does this help you somehow:
http://jira.codehaus.org/browse/JRUBY-5068

@mitchellh
Copy link
Contributor

It slightly helps. I know now that Cygwin does weird things with stdin.

Next, I need to know how to reliably determine tty with Cygwin. :(

@thasmo
Copy link
Author

thasmo commented Mar 16, 2013

@mitchellh
Copy link
Contributor

Fixed! :) Will be part of 1.2.0

@ghost ghost locked and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants