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

Less than useful output from chef-run when STDOUT isn't a TTY #133

Open
stevendanna opened this issue May 20, 2020 · 0 comments
Open

Less than useful output from chef-run when STDOUT isn't a TTY #133

stevendanna opened this issue May 20, 2020 · 0 comments
Labels
Aspect: Portability Does this project work correctly on the specified platform? Aspect: UI How users interact with the interface of the project, with a focus on interaction and visual design. Triage: Confirmed Indicates and issue has been confirmed as described. Type: Bug Does not work as expected.

Comments

@stevendanna
Copy link

Description

When stdout isn't a TTY, I get nearly no output:

> chef-run --user ubuntu some-host.com ./../../dev/cookbooks/provisioning/recipes/ldap-server.rb | tee /dev/null

The converge of the remote host failed for the
following reason:

  Expected process to exit with [0], but received '100'

And the --help output doesn't seem to include an option to work around this.

Chef Apply Version

> chef-run --version
chef-run: 0.4.16

Platform Version

macOS something

@stevendanna stevendanna added the Status: Untriaged An issue that has yet to be triaged. label May 20, 2020
@tyler-ball tyler-ball added Aspect: Portability Does this project work correctly on the specified platform? Aspect: UI How users interact with the interface of the project, with a focus on interaction and visual design. Triage: Confirmed Indicates and issue has been confirmed as described. Type: Bug Does not work as expected. and removed Status: Untriaged An issue that has yet to be triaged. labels Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect: Portability Does this project work correctly on the specified platform? Aspect: UI How users interact with the interface of the project, with a focus on interaction and visual design. Triage: Confirmed Indicates and issue has been confirmed as described. Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

2 participants