Reposado/NetSUS not creating new directories

steviethetv
New Contributor III

I'm running NetSUS on CentOS, but I cannot get any of my newly created branches to appear in the ...../html/content/catalogs directory.

I have verified that repoutil --configure has set the html and metadata directories correctly. I also have each folders permissions set as followed:

html: drwxr-xr-x 3 root root
content: drwxr-xr-x 4 root root
catalogs: drwxr-xr-x 4 root root

I don't know if this will play a factor, but the directory that html and metadata live on are on an NFS share

1 REPLY 1

MacSysAdmin
Contributor

Try chown -R webadmin:root from your html directory down to through all subdirectories.

This is so that the web application will have the rights to create the directories because it does not run as root.