Project

General

Profile

Question #14256

Updated by Alexis Mousset over 5 years ago

since Rudder agent 5.0.4 we've got warnings and errors on agent runs: 

 running# rudder agent run -g 

 Output: 
 <pre> 
 Rudder agent 5.0.4-stretch0 (or 5.0.5-stretch0) 
 Node uuid: xxxxx-xxxx-xxxx-xxxx-xxxxxxxx 
 <pre> 
 warning: ifelapsed attribute specified in action body for classes promise 'should_disable_agent', but classes promises do not support promise locking 
 warning: ifelapsed attribute specified in action body for classes promise 'should_disable_agent', but classes promises do not support promise locking 
 warning: ifelapsed attribute specified in action body for classes promise 'should_disable_agent', but classes promises do not support promise locking 
 </pre> 
 Start execution with config [20190122-172026-xxxxxx] 
 .... 
 E| compliant       Inventory                   inventory                                      Next inventory scheduled between 00:00 and 06:00 
 E| compliant       checkGenericFileContent     File                        /var/rudder/cfeng| The file /var/rudder/cfengine-community/policy_server.dat was already in accordance with the policy 
 E| compliant       checkGenericFileContent     Line deletion regular ex| /var/rudder/cfeng| The file /var/rudder/cfengine-community/policy_server.dat was not set for any line deletion 
 <pre> 
    error: List or container parameter 'args' not found while constructing scope '_log_v3' - use @(scope.variable) in calling reference 
    error: The value of variable 'default:_log_v3.args' contains a reference to itself, '@{args}' 
    error: List or container parameter 'args' not found while constructing scope 'log_rudder' - use \@(scope.variable) in calling reference 
    error: The value of variable 'default:log_rudder.args' contains a reference to itself, '@{args}' 
 </pre> 
 E| compliant       checkGenericFileContent     Line replacement regular| /var/rudder/cfeng| The file /var/rudder/cfengine-community/policy_server.dat was not set for any line replacement 
 E| compliant       checkGenericFileContent     Permission adjustment       /var/rudder/cfeng| The file /var/rudder/cfengine-community/policy_server.dat uses default permissions 
 E| compliant       checkGenericFileContent     Enforce content by secti| /var/rudder/cfeng| The file /var/rudder/cfengine-community/policy_server.dat was not set for section edition, skipping 
 E| n/a             checkGenericFileContent     Post-modification hook      /var/rudder/cfeng| No command for /var/rudder/cfengine-community/policy_server.dat was to be executed 
 .... 
 </pre> 

 any ideas? 

Back