Problem:
When installing the repository server on Linux, you are getting permission issues/errors even though you have write access to the installation directory.
Solution:
Check the SELINUX
value in the configuration file and set value as
disabled
.
To change config file setting
Go to /etc/selinux/ and open the config.txt file.
Locate
SELINUX
.If the current value is
enforcing
, change value to:SELINUX=disabled
Reboot your server system.