You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. If the command, example start, failed, in output writed only error code, example: "systemctl" failed: exit status 5 - it is not informative.
On my opinion, in function: service_unix:55 func run, if you want to process stderr buffer, better to use bytes.Buffer instead of StderrPipe:
Hello. If the command, example
start
, failed, in output writed only error code, example:"systemctl" failed: exit status 5
- it is not informative.On my opinion, in function: service_unix:55 func run, if you want to process stderr buffer, better to use
bytes.Buffer
instead ofStderrPipe
:In the error will write a valid output from the service, example for systemctl:
Failed to start name.service: Unit name.service not found.
The text was updated successfully, but these errors were encountered: