Bug #16472
closed
Output redirection of rudder-init is broken
Added by Félix DALLIDET almost 5 years ago.
Updated almost 5 years ago.
Category:
Server components
Description
In Rudder-init we are executing cf-agent on the subset "root_component_check" bundle which should be logged to the install log file.
we are executing:
"${CF_AGENT}" -b root_component_check >> "$TMP_LOG" 2>&1
Which for some reason fails to log the output, we should instead use the following since we are executing it under the bash shell:
"${CF_AGENT}" -b root_component_check &>"$TMP_LOG"
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2175
- Status changed from Pending technical review to Pending release
- Related to Bug #16474: Output redirection of rudder-init is broken #2 added
- Fix check changed from To do to Checked
- Related to deleted (Bug #16474: Output redirection of rudder-init is broken #2)
- Name check changed from To do to Reviewed
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.2 which was released today.
Also available in: Atom
PDF