If I was to guess, I'd say that the issue was resolved by rebooting after editing /etc/selinux/config, which doesn't take effect until reboot. (You can change it within a single live runtime with "setenforce 0". I'd like for you to do "audit2why -a" as root and attach the output so I can try to figure out why SELinux was in the way.
I suspect it may be because you installed into /var/www rather than the default (Fedora) location of /var/lib/reviewboard/sites . All of the SELinux rules are based on things being installed into that location. On recent versions of RB, if you don't specify a path, just a name of the site, this is where it will go (e.g. rb-site install mysitename) On Thu, Jul 2, 2015 at 2:13 AM Noopur Sankhere <[email protected]> wrote: > Hi Stephen, > > I reboot the my machine and then reviewboard started working. My problem > is resolved now. But I am confused which thing worked. I rebooted my > machine 2 times before also, but didn't work at that time. > > Thanks for your support :) > > On Thursday, 2 July 2015 11:24:34 UTC+5:30, Noopur Sankhere wrote: >> >> Also, I have exceuted following commands: >> >> 1) setsebool -P httpd_can_sendmail 1 >> 2) setsebool -P httpd_can_network_memcache 1 >> 3) disabled selinux in /etc/selinux/config file >> 4) restart mysqld and httpd service >> >> >> On Thursday, 2 July 2015 10:49:16 UTC+5:30, Noopur Sankhere wrote: >>> >>> Yes. I added reviewboard.niit-mts.com.conf ([sitename].conf ) >>> to /etc/httpd/conf.d. Also disabled firewall service. >>> >>> I am getting this page: >>> >>> Manual server updates required >>> >>> A recent upgrade requires manual updates to be made on this server. >>> After these changes are made, you should restart your web server. >>> >>> If you have any questions or problems, please contact us on our mailing >>> list <http://groups.google.com/group/reviewboard>. >>> Data directory changes >>> >>> Your site's data directory isn't properly set up. This directory is >>> where Review Board will store various state and configuration needed to >>> access repositories. >>> >>> Your data directory is currently at: /var/www/ >>> reviewboard.niit-mts.com/data >>> Permission problems >>> >>> The data directory must be writable by the web server. On >>> Linux/Unix/Mac, you can fix this by typing: >>> >>> $ sudo chown -R apache "/var/www/reviewboard.niit-mts.com/data" >>> >>> On Windows, right-click the data directory and change the ownership to >>> apache and restart the server. >>> Extensions static media directory changes >>> >>> Your site's extensions static media directory isn't properly set up. >>> This directory is where Review Board will store various extension media >>> files. >>> >>> Your extensions static media directory is currently at: /var/www/ >>> reviewboard.niit-mts.com/htdocs/media/ext >>> Permission problems >>> >>> The directory must be writable by the web server. On Linux/Unix/Mac, you >>> can fix this by typing: >>> >>> $ sudo chown -R apache >>> "/var/www/reviewboard.niit-mts.com/htdocs/media/ext" >>> >>> >>> >>> I have given above permissions already. >>> >> >> > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
