Project

Profile

Help

Task #4948

Updated by ttereshc almost 5 years ago

/var/lib/pulp/published is owned by apache, so 'metadata' can't be created. 

 It is owned by apache so the pulp user cannot create it. 

 For Pulp2:  
  - create @pulp@ group 
  - add user @apache@ to it 
  - change permissions for /var/lib/pulp/ recursively 

 Those changes should happen at rpm install time.

Back