Actions
Bug #4973
closedBug #4966: Date/time is not defined on all reports in failsafe.cf from initial promises
Date/time is not defined on all reports in failsafe.cf from initial promises (Android/Windows)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The common bundle "g" contains a load of globally uses variables across our CFEngine promises. One of them is "execRun" which contains the date/time that we include in all Rudder reports. This is in failsafe.cf and site.cf. However, the failsafe.cf from initial-promises is missing this variable.
This results in log lines like these:
2014-06-09T06:08:01-0400 notice: R: @@Common@@result_error@@hasPolicyServer-root@@common-root@@00@@Update@@None@@${g.execRun}##be933c39-8781-4298-8ca5-9d5b6843ecbe@#Cannot update common Rudder ncf instance 2014-06-09T06:08:01-0400 notice: R: @@Common@@result_error@@hasPolicyServer-root@@common-root@@00@@Update@@None@@${g.execRun}##be933c39-8781-4298-8ca5-9d5b6843ecbe@#Cannot update local Rudder ncf instance 2014-06-09T06:08:01-0400 notice: R: @@Common@@result_error@@hasPolicyServer-root@@common-root@@00@@Update@@None@@${g.execRun}##be933c39-8781-4298-8ca5-9d5b6843ecbe@#Cannot update node's policy
This is the same as bug #4966, but on the 2.9 branch, where Windows and Android support for execRun was added.
Updated by Jonathan CLARKE almost 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- Pull Request changed from https://github.com/Normation/rudder-techniques/pull/397 to https://github.com/Normation/rudder-techniques/pull/398
Updated by Jonathan CLARKE almost 11 years ago
- Subject changed from Windows and Andoid: failsafe.cf in initial-promises doesn't have a "execDate" variable, causing all reports to not contain the date/time to Windows and Android: failsafe.cf in initial-promises doesn't have a "execDate" variable, causing all reports to not contain the date/time
Updated by Jonathan CLARKE almost 11 years ago
- Status changed from Pending technical review to Pending release
Updated by Vincent MEMBRÉ almost 11 years ago
- Subject changed from Windows and Android: failsafe.cf in initial-promises doesn't have a "execDate" variable, causing all reports to not contain the date/time to Date/time is not defined on all reports in failsafe.cf from initial promises (Android/Windows)
Actions