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 #1

Updated by Félix DALLIDET over 4 years ago

  • Status changed from New to In progress
  • Assignee set to Félix DALLIDET
Actions #2

Updated by Félix DALLIDET over 4 years ago

  • 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
Actions #3

Updated by Félix DALLIDET over 4 years ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by François ARMAND over 4 years ago

  • Related to Bug #16474: Output redirection of rudder-init is broken #2 added
Actions #5

Updated by François ARMAND over 4 years ago

  • Fix check changed from To do to Checked
Actions #6

Updated by François ARMAND over 4 years ago

  • Related to deleted (Bug #16474: Output redirection of rudder-init is broken #2)
Actions #7

Updated by Alexis Mousset over 4 years ago

  • Name check changed from To do to Reviewed
Actions #8

Updated by Vincent MEMBRÉ over 4 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 6.0.2 which was released today.

Actions

Also available in: Atom PDF