Actions
Bug #4975
closedWindows clients may run the execRun command several times - for cygwin and plain windows cases
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
This code could lead to double execution and various problems:
windows:: "execRun" string => execresult("\"${g.rudder_sbin}\getDate.bat\"", "noshell"); (!windows|cygwin).!android:: "execRun" string => execresult("/bin/date -u \"+%Y-%m-%d %T+00:00\"", "noshell");;
See #4967 for a related issue.
Updated by Jonathan CLARKE over 10 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/401
Updated by Jonathan CLARKE over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:b740fb4525270c6977c4eeaedf4cd5ab62d5f851.
Updated by Nicolas CHARLES over 10 years ago
Applied in changeset policy-templates:commit:e0275e08e902d24142cb2e2be61edf3252ad6d71.
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder versions that were released today.
- 2.6.14 (announcement , changelog)
- 2.9.6 (announcement , changelog)
- 2.10.2 (announcement , changelog)
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions