Project

General

Profile

Bug #3526

Updated by François ARMAND about 11 years ago

When trying to add a node on Rudder 2.5.2 on CentOS , 2.5.2, we get the error: 

 <pre> 
    Error when trying to accept node f58dab50-6f5b-4463-b44e-5a5be0fce562  
 <- Error when executing accept node process named accept_new_server:add_system_configuration_rules  
 <- Could not update the technical group with ID 'NodeGroupId(hasPolicyServer-root)'  
 <- Exception caught during execution of add command  
 </pre> 

 This was from a fresh install from Rudder-vagrant (branch 2.5, vagrant up centos6).  
 It does not works any better when upgrading to Rudder 2.6 nigtlies.  

 It does work for a fresh install on Debian (from Rudder-vagrant, branch 2.5, vagrant up server). 
 It does work on dev machine, or in other test environment (orch-3). 

 In fact, this is due to a bad initialisation of the .git in /var/rudder/configuration-repository 
 


Back