-
Notifications
You must be signed in to change notification settings - Fork 90
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
detect_arista_eos raises exception against unix host #160
Comments
Adding pry debug points in When I log into that host and try to run
|
I have a feeling why this happens. Not sure why this is not happening on my system though |
@tyler-ball Could you find out the result of https://github.com/chef/train/blob/master/lib/train/extras/os_detect_arista_eos.rb#L16 |
|
Why is the stderr piped into stdout? |
Looks like it is piped to stdout because we enabled the PTY. Disabling the PTY in the connection settings results in
|
Train version 0.21.0. Original stacktrace:
I have tried trying to access both an Ubuntu and Centos node using a Train connection.
The text was updated successfully, but these errors were encountered: