Actions
Bug #12134
closedUser story #12053: Add a "rudder agent history" command
Syntax error in "rudder agent history"
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
root@server:~# rudder agent history /bin/sh: 1: Syntax error: Unterminated quoted string 2018-02-20 10:59:35+00:0 (1519124377s) Enforce: 7 compliant, 2 repaired, 1 N/A, 0 errors Audit: 0 compliant, 0 non-compliant, 0 N/A, 0 errors
Updated by Alexis Mousset almost 7 years ago
+ awk -v info=0 -v full_strings=0 -v summary_only=0 -v quiet=0 -v multiline=0 -v multihost=0 -v green=\033[1;32m -v darkgreen=\033[0;32m -v red=\033[1;31m -v yellow=\033[1;33m -v magenta=\033[1;35m -v normal=\033[0;39m\033[0;49m -v white=\033[0;02m -v cyan=\033[1;36m -v dblue=\033[0;34m -v dgreen=\033[0;32m -v has_fflush=OK -f /opt/rudder/share/commands/../lib/reports.awk -v no_report=1 -v short_summary=1 -v endtime=1519124501 /bin/sh: 1: Syntax error: Unterminated quoted string
Updated by Vincent MEMBRÉ almost 7 years ago
No problem on my sles11 nor my centos7
Updated by Alexis Mousset almost 7 years ago
- Status changed from New to In progress
Updated by Alexis Mousset almost 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-agent/pull/156
Updated by Alexis Mousset almost 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|9ec295abcd5065e06f7472490c4695bb9b5c8854.
Updated by Benoît PECCATTE over 6 years ago
- Related to Bug #12151: Rudder agent history prints errors on stderr on aix added
Updated by Vincent MEMBRÉ over 6 years ago
- Related to deleted (Bug #12151: Rudder agent history prints errors on stderr on aix)
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.10 and 4.2.4 which were released today.
- 4.1.10: Announce Changelog
- 4.2.4: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions