01-01-2018, 10:55 AM
Check if you have selinux active and deactivate it to try:
If that works, the correct way to do it would be to configure selinux to permit using coreBOS correctly but I don't know how to do that.
Quote:Now you will need to disable your SELinux. To completely disable the SELinux you will need to edit /etc/selinux/config file.
If you don't have nano installed, you can install it using yum -y install nano Find the following line:Code:
nano /etc/selinux/config
Change it to:Code:
SELINUX=enforcing
Now you will need to reboot your server so that the new configuration can take effect.Code:
SELINUX=disabled
If that works, the correct way to do it would be to configure selinux to permit using coreBOS correctly but I don't know how to do that.
Joe
TSolucio
TSolucio