Re: submitters

2013-12-03 Thread Christian Hammond
Hi Usha,

That looks to be an oversight in the code. I'll see about fixing it up for
the next 1.7.x release. We certainly want it to pull from the auth backend
if the user isn't already in the database.

I can send you a patch to try in the meantime.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Mon, Dec 2, 2013 at 11:36 PM, Usha Penumarthi usha...@gmail.com wrote:

 Hi,

 In order to use submit-as option for post-review command, do i need to
 create all the users in the reviewboard? I am using NIS for Authentication.

 post-review command is failing for the reason that

  Error data: {u'stat': u'fail', u'err': {u'msg': u'User does not
 exist', u'code': 208}}
 Error creating review request: User does not exist (HTTP 400, API Error
 208)

 Do i need to create all the users manually...?


 Usha

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Error while setting up git repos in ReviewBoard by using Raw file URL mask:Unable to authenticate against this repository using one of the supported authentication types.

2013-12-03 Thread Jillala Srinivas
Hi, 

I setup ReviewBoard to work with git. I'm using gitolite to host the git 
repos. ReviewBoard is working when I have local clone and I have script for 
synching repos.
However, I'm trying to setup by giving the Raw url mask of the gitweb, it's 
giving the above said error.

Working setup :
Hosting Service:Custom
Repository type:Git
Path:/path/to/local_cloned_repo/.git
Mirror Path:  g...@example.com:repo.git


Not working Setup:
Hosting Service:  Custom
Repository type:  Git
Path:  g...@example.com:repo.git   (i.e., output of 
 git remote show origin)
Mirror Path  g...@example.com:repo.git   (i.e., output of  git 
remote show origin)
Raw file URL mask:  http://eaxmple.com/gitweb/?p=repo.git

Note: I have uploaded SSH public key of RB into git server and I have given 
access rights for repos.

Can anyone give some pointers on where I am doing wrong? How to setup this 
to work with Raw file URL mask.

Thanks and regds, 
Srinivas Reddy

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: Email not working on fresh 1.7.19 install

2013-12-03 Thread James Short
I figured it out, it was selinux.

On Tuesday, December 3, 2013 1:41:51 PM UTC-5, Raja wrote:

 Can you check if the options in Admin--Review Emails--Email Settings are 
 all checked? 

 Regards
 Raja



 On Tue, Dec 3, 2013 at 7:36 PM, James Short sho...@gmail.comjavascript:
  wrote:

 I just setup reviewboard yesterday and everything is working except for 
 email.  I configured postfix minimally to just send emails and tested using 
 the mail cli and it works fine from there, but reviewboard is not sending 
 emails on closing requests etc.

 Is there additional config that I need to do?

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: Email not working on fresh 1.7.19 install

2013-12-03 Thread Stephen Gallagher
On 12/03/2013 03:18 PM, James Short wrote:
 I figured it out, it was selinux.

If you are using the ReviewBoard RPMs from Fedora or EPEL, would you
please file a Bugzilla ticket at https://bugzilla.redhat.com so we can
get the policy corrected?

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: Email not working on fresh 1.7.19 install

2013-12-03 Thread James Short
Also, now that emails are sending, when a new user is created, the email I 
get is from r...@domain.com   where domain.com is not the correct domain. 
 Also, the Sender field does not have the correct domain either.  It is 
also nore...@domain.com   where in the email configuration I have 
nore...@other.parts.of.the.domain.com.  Any ideas on this?

Thanks

On Tuesday, December 3, 2013 3:27:53 PM UTC-5, Stephen Gallagher wrote:

 On 12/03/2013 03:18 PM, James Short wrote: 
  I figured it out, it was selinux. 

 If you are using the ReviewBoard RPMs from Fedora or EPEL, would you 
 please file a Bugzilla ticket at https://bugzilla.redhat.com so we can 
 get the policy corrected? 



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Help!! No module named django.core.handlers.wsgi

2013-12-03 Thread Jarrus Steele
Hello I installed RB on Red Hat Enterprise Linux Server release 5.9. 

I did everything detailed on the Linux install instructions from the RB 
website.  After installing all dependencies Im getting the following errors.

If I try to go to the site I get:

Review Board is taking a nap
There are several possible reasons:
   
   - We're updating it.
   - You're trying to look at a really huge diff without collapsing, and it 
   timed out (try viewing another diff and going back to collapsed changes; 
   we're working on fixing this).
   - Our lazy good-for-nothing oompa-loompas stopped pedalling.

It'll be back soon.

Here is Apache error log:

[Tue Dec 03 14:46:40 2013] [error] [client ] Traceback (most recent call 
last):, referer: http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ]   File 
/var/www/reviewboard/htdocs/reviewboard.wsgi, line 11, in ?, referer: 
http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] import 
django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] ImportError: No module named 
django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] mod_wsgi (pid=22059): Target 
WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi' cannot be loaded 
as Python module., referer: http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] mod_wsgi (pid=22059): 
Exception occurred processing WSGI script 
'/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] Traceback (most recent call 
last):, referer: http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ]   File 
/var/www/reviewboard/htdocs/reviewboard.wsgi, line 11, in ?, referer: 
http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] import 
django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
[Tue Dec 03 14:46:40 2013] [error] [client ] ImportError: No module named 
django.core.handlers.wsgi, referer: http://dcooapetl01/reviews

I'm using the following:


   - Domain = localhost
   - Root Path = reviews/
   - Media URL = media/
   - Database Type = mysql
   - Database Name = reviewboard
   - Database server = localhost
   - Cache Type = memcache
   - Memcache Server = memcached://localhost:11211/ (This should be the 
   default)
   - Webserver = apache
   - Python loader = mod_wsgi

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.


Re: Error while setting up git repos in ReviewBoard by using Raw file URL mask:Unable to authenticate against this repository using one of the supported authentication types.

2013-12-03 Thread David Trowbridge
I don't see any error message in here?

-David


On Tue, Dec 3, 2013 at 2:29 AM, Jillala Srinivas
srinivasredd...@gmail.comwrote:

 Hi,

 I setup ReviewBoard to work with git. I'm using gitolite to host the git
 repos. ReviewBoard is working when I have local clone and I have script for
 synching repos.
 However, I'm trying to setup by giving the Raw url mask of the gitweb,
 it's giving the above said error.

 Working setup :
 Hosting Service:Custom
 Repository type:Git
 Path:/path/to/local_cloned_repo/.git
 Mirror Path:  g...@example.com:repo.git


 Not working Setup:
 Hosting Service:  Custom
 Repository type:  Git
 Path:  g...@example.com:repo.git   (i.e., output of
  git remote show origin)
 Mirror Path  g...@example.com:repo.git   (i.e., output of
  git remote show origin)
 Raw file URL mask:  http://eaxmple.com/gitweb/?p=repo.git

 Note: I have uploaded SSH public key of RB into git server and I have
 given access rights for repos.

 Can anyone give some pointers on where I am doing wrong? How to setup this
 to work with Raw file URL mask.

 Thanks and regds,
 Srinivas Reddy

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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/groups/opt_out.