-
Notifications
You must be signed in to change notification settings - Fork 545
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
[collector] Saltstack transport remote_exec handle stderr like other transports #3886
[collector] Saltstack transport remote_exec handle stderr like other transports #3886
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
1 similar comment
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
Not knowing saltstack myself, can you give some context as to the implications of this change? At a high level I'm assuming this means we're wrapping everything inside a |
Short answer, it returns only the exit code 127 for command not found, but not the string. The long answer: The Adding some debug I examined
Applicable lines: sos/sos/policies/package_managers/flatpak.py Lines 23 to 28 in b7cdc23
Changing the module to |
Looking back at sos/sos/collector/transports/__init__.py Lines 230 to 233 in b7cdc23
|
c3bfc54
to
1f7e95c
Compare
Signed-off-by: Trevor Benson <trevor.benson@gmail.com>
1f7e95c
to
f5bc759
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the explanation! Makes sense to me.
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines
Closes #3860