Project

General

Profile

Actions

Bug #16472

closed

Output redirection of rudder-init is broken

Added by Félix DALLIDET over 4 years ago. Updated over 4 years ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:

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" 


Subtasks 1 (0 open1 closed)

Bug #16474: Output redirection of rudder-init is broken #2ReleasedBenoît PECCATTEActions
Actions

Also available in: Atom PDF