Re: Initial login to ReviewBoard site says Manual server updates required

2016-11-17 Thread Stephen Gallagher
Take a look at
https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/

(The same instructions work for 2.0, but the docs haven't been backported).

On Thu, Nov 17, 2016 at 11:46 AM Dunnigan, Terrence J <
terrence.j.dunni...@boeing.com> wrote:

> I found this on the 2.0 documentation pages (
> https://www.reviewboard.org/docs/manual/2.0/admin/installation/creating-sites/
> ):
>
>
>
> Ø  On Fedora and Red Hat-derived systems, the following commands should
> be run (as root) to avoid SELinux denials:: $ setsebool -P
> httpd_can_sendmail 1 $ setsebool -P httpd_can_network_memcache 1
>
>
>
> Is there anything else?
>
>
>
> Terry
>
>
>
> *From:* reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com]
> *On Behalf Of *Stephen Gallagher
> *Sent:* Thursday, November 17, 2016 5:30 AM
> *To:* reviewboard <reviewboard@googlegroups.com>
> *Subject:* Re: Initial login to ReviewBoard site says Manual server
> updates required
>
>
>
> That old post is far out of date. See the online documentation which
> describes how to run Review Board with SELinux in enforcing mode (much more
> secure!)
>
> On Thu, Nov 17, 2016 at 5:59 AM Muneer <ajmun...@gmail.com> wrote:
>
> Hi,
>
>
>
> The issue is resolved.
>
> I came across an old post from Christian,
>
>
>
> "Can you check if SELinux is turned on, and if so, turn it off?
>
> Christian "
>
>
>
> and that did the trick. I changed the SeLinux status to 'permissive'.
>
> Perhaps this Tip also should be enlisted in the Reviewboard initial page
> and not just 'chown -R ' commands
>
>
>
> Thanks,
>
> Muneer
>
>
>
> On Thursday, 17 November 2016 12:45:12 UTC+5:30, Muneer wrote:
>
> Hello Team,
>
>
>
> I am new to ReviewBoard.
>
> Heard that it as a great tool for code review and I tried to install the
> same in my RHEL7 machine.
>
>
>
> Installed the dependencies and ReviewBoard site (
> http://localhost/reviews.example.com)
>
>
>
> Now when I am trying to login, it says
>
>
>
> "A recent upgrade requires manual updates to be made on this server.
> After these changes are made, you should restart your web server
> Permission problems
>
> $ sudo chown -R apache "/var/www/reviews.example.com/data"
>
> $ sudo chown -R apache "/var/www/reviews.example.com/htdocs/media/ext"
>
>  $ sudo chown -R apache "/var/www/reviews.example.com/htdocs/static/ext"
>
>
>
> I gave these permissions and restarted the 'httpd' service, but still getting 
> the same Updates require page.
>
> Could you please help me here.
>
>
>
> Thanks,
>
> Muneer
>
> --
> 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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Initial login to ReviewBoard site says Manual server updates required

2016-11-17 Thread Dunnigan, Terrence J
I found this on the 2.0 documentation pages 
(https://www.reviewboard.org/docs/manual/2.0/admin/installation/creating-sites/):


Ø  On Fedora and Red Hat-derived systems, the following commands should be run 
(as root) to avoid SELinux denials:: $ setsebool -P httpd_can_sendmail 1 $ 
setsebool -P httpd_can_network_memcache 1

Is there anything else?

Terry

From: reviewboard@googlegroups.com [mailto:reviewboard@googlegroups.com] On 
Behalf Of Stephen Gallagher
Sent: Thursday, November 17, 2016 5:30 AM
To: reviewboard <reviewboard@googlegroups.com>
Subject: Re: Initial login to ReviewBoard site says Manual server updates 
required

That old post is far out of date. See the online documentation which describes 
how to run Review Board with SELinux in enforcing mode (much more secure!)
On Thu, Nov 17, 2016 at 5:59 AM Muneer 
<ajmun...@gmail.com<mailto:ajmun...@gmail.com>> wrote:
Hi,

The issue is resolved.
I came across an old post from Christian,

"Can you check if SELinux is turned on, and if so, turn it off?
Christian "

and that did the trick. I changed the SeLinux status to 'permissive'.
Perhaps this Tip also should be enlisted in the Reviewboard initial page and 
not just 'chown -R ' commands

Thanks,
Muneer


On Thursday, 17 November 2016 12:45:12 UTC+5:30, Muneer wrote:
Hello Team,

I am new to ReviewBoard.
Heard that it as a great tool for code review and I tried to install the same 
in my RHEL7 machine.

Installed the dependencies and ReviewBoard site 
(http://localhost/reviews.example.com)

Now when I am trying to login, it says

"A recent upgrade requires manual updates to be made on this server. After 
these changes are made, you should restart your web server
Permission problems

$ sudo chown -R apache 
"/var/www/reviews.example.com/data<http://reviews.example.com/data>"

$ sudo chown -R apache 
"/var/www/reviews.example.com/htdocs/media/ext<http://reviews.example.com/htdocs/media/ext>"

 $ sudo chown -R apache 
"/var/www/reviews.example.com/htdocs/static/ext<http://reviews.example.com/htdocs/static/ext>"



I gave these permissions and restarted the 'httpd' service, but still getting 
the same Updates require page.

Could you please help me here.



Thanks,

Muneer
--
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 
reviewboard+unsubscr...@googlegroups.com<mailto:reviewboard+unsubscr...@googlegroups.com>.
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 
reviewboard+unsubscr...@googlegroups.com<mailto:reviewboard+unsubscr...@googlegroups.com>.
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Initial login to ReviewBoard site says Manual server updates required

2016-11-17 Thread Stephen Gallagher
That old post is far out of date. See the online documentation which
describes how to run Review Board with SELinux in enforcing mode (much more
secure!)
On Thu, Nov 17, 2016 at 5:59 AM Muneer  wrote:

> Hi,
>
> The issue is resolved.
> I came across an old post from Christian,
>
> "Can you check if SELinux is turned on, and if so, turn it off?
> Christian "
>
> and that did the trick. I changed the SeLinux status to 'permissive'.
> Perhaps this Tip also should be enlisted in the Reviewboard initial page
> and not just 'chown -R ' commands
>
> Thanks,
> Muneer
>
>
> On Thursday, 17 November 2016 12:45:12 UTC+5:30, Muneer wrote:
>
> Hello Team,
>
> I am new to ReviewBoard.
> Heard that it as a great tool for code review and I tried to install the
> same in my RHEL7 machine.
>
> Installed the dependencies and ReviewBoard site (
> http://localhost/reviews.example.com)
>
> Now when I am trying to login, it says
>
> "A recent upgrade requires manual updates to be made on this server.
> After these changes are made, you should restart your web server
> Permission problems
>
> $ sudo chown -R apache "/var/www/reviews.example.com/data"
>
> $ sudo chown -R apache "/var/www/reviews.example.com/htdocs/media/ext"
>
>  $ sudo chown -R apache "/var/www/reviews.example.com/htdocs/static/ext"
>
>
> I gave these permissions and restarted the 'httpd' service, but still getting 
> the same Updates require page.
>
> Could you please help me here.
>
>
> Thanks,
>
> Muneer
>
> --
> 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 reviewboard+unsubscr...@googlegroups.com.
> 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Initial login to ReviewBoard site says Manual server updates required

2016-11-17 Thread Muneer
Hi,

The issue is resolved.
I came across an old post from Christian,

"Can you check if SELinux is turned on, and if so, turn it off?
Christian "

and that did the trick. I changed the SeLinux status to 'permissive'.
Perhaps this Tip also should be enlisted in the Reviewboard initial page 
and not just 'chown -R ' commands

Thanks,
Muneer


On Thursday, 17 November 2016 12:45:12 UTC+5:30, Muneer wrote:
>
> Hello Team,
>
> I am new to ReviewBoard.
> Heard that it as a great tool for code review and I tried to install the 
> same in my RHEL7 machine.
>
> Installed the dependencies and ReviewBoard site (
> http://localhost/reviews.example.com)
>
> Now when I am trying to login, it says
>
> "A recent upgrade requires manual updates to be made on this server. 
> After these changes are made, you should restart your web server
> Permission problems
>
> $ sudo chown -R apache "/var/www/reviews.example.com/data"
>
> $ sudo chown -R apache "/var/www/reviews.example.com/htdocs/media/ext"
>
>  $ sudo chown -R apache "/var/www/reviews.example.com/htdocs/static/ext"
>
>
> I gave these permissions and restarted the 'httpd' service, but still getting 
> the same Updates require page.
>
> Could you please help me here.
>
>
> Thanks,
>
> Muneer
>
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.