CentOS7 VM Corebos File Permissions - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: CentOS7 VM Corebos File Permissions (/showthread.php?tid=831) |
CentOS7 VM Corebos File Permissions - mweaver - 01-01-2018 Hi All... Happy New Year! I've been doing some testing using VMs and I ran into something rather strange this morning. I've got a CentOS 7 VM that I'm testing PHP7, Wordpress and Corebos on. I got the basic system config setup and started testing. Wordpress is doing fine. So, the next step was to grab a fresh copy of Corebos from GitHub and run the install. The weird thing I saw was this:
Thinking this is a bit strange I chmod config.inc.php to 755 and then hit Check again, but it makes no difference. Any idea why it would be complaining about file permissions like this when the only difference between this VM and the production server is the installation/version of PHP? I also tried setting everything to 777 and got the same results... very strange. RE: CentOS7 VM Corebos File Permissions - joebordes - 01-01-2018 Check if you have selinux active and deactivate it to try: Quote:Now you will need to disable your SELinux. To completely disable the SELinux you will need to edit /etc/selinux/config file. 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. RE: CentOS7 VM Corebos File Permissions - joebordes - 01-01-2018 Happy New Year :-) RE: CentOS7 VM Corebos File Permissions - mweaver - 01-01-2018 (01-01-2018, 10:55 AM)joebordes Wrote: Check if you have selinux active and deactivate it to try: good heavens! you're right. I completely forgot about that. Thank you Joe. |