Project

General

Profile

Bug #16733

Updated by François ARMAND almost 4 years ago

On a server Rudder I had some perms errors in the technique editor which was unable to read some technique.cf files. 
 I tried to run the script /opt/rudder/bin/rudder-fix-repository-permissions but it did nothing. 

 I fixed it by running a chown ncf-api-venv:rudder -R on the ncf_techniques folder. 

 The script should definitly apply (group)ownership to the techniques. The hard part is to find which user/group apache is running under. 
 Or we should correct file rights written by technique editor.

Back