Re: can not set up a git repository with reviewboard

2015-09-08 Thread Tony Dubu Yang
I'm receiving this error, too, running on an Azure VM with version 2.0.19 of ReviewBoard installed. I've set the logging level for ReviewBoard to DEBUG, but all I'm getting is cache misses and 'Using reviewboard.scmtools.svn.pysvn backend for SVN' in the logs. Tried looking in the

Re: rbt post for perforce on review board

2015-09-08 Thread Christian Hammond
What versions of Review Board, RBTools, and GNU diff are you using? Can you show the complete output when doing 'rbt post --debug 325766' ? We'll also need to see a sample diff that fails. Note that this is all going to be publicly-visible, so you'll need to be sure you're not providing anything

Re: can not set up a git repository with reviewboard

2015-09-08 Thread Christian Hammond
The CSRF verification failure is likely due to trying to re-post a form after reloading the web server. It's a protection mechanism that requires that you first load/navigate to the page, then post, all with the web server running, without restarting. It's used to prevent sites from tricking you

Re: Getting "No matching DirectoryIndex (index.html) found" error

2015-09-08 Thread Christian Hammond
Hi, This looks to be purely an Apache configuration issue. Some virtualhost config is likely taking precedence. It's also possible your new virtualhost entry isn't matching the necessary hostname/IP. Do you have a 000-default file somewhere in Apache? Christian On Tuesday, September 8, 2015,

Re: can not set up a git repository with reviewboard

2015-09-08 Thread Tony Yang
Getting the same error as anoop is getting above: Unknown error when linking the account: 'URLError' object has no attribute 'read' This happens when I attempt to add a public GitHub repository (non-enterprise) to my reviewboard and click save. I'm trying to determine whether this is an error

RB 2.0.19 and Django 1.6.11.1 = No email

2015-09-08 Thread MoonWalker
hi, I updated both RB 2.0.19 and Django 1.6.11.1 on my Ubuntu Server and endup with no emails. I did this to try to understand if Django is reporting any issue: 1) sudo rb-site manage /var/www/reviewboard shell 2) >>> from django.core.mail import send_mail send_mail('Subject here', 'Here is

DEBUG = True and Bad Request (400)

2015-09-08 Thread MoonWalker
I am using RB 2.0.19 and Django 1.6.11.1 . 1) In settings_local.py I set DEBUG = False2) Restart apache 3) try to access my RB page on my browser, but it shows Bad Request (400) If I put back DEBUG = True

Re: DEBUG = True and Bad Request (400)

2015-09-08 Thread MoonWalker
Christian, Super! that did the trick. Thank you :-) On Wednesday, September 9, 2015 at 11:05:03 AM UTC+10, Christian Hammond wrote: > > Hi, > > It's possible that Django is blocking the request for security reasons, > due to ALLOWED_HOSTS in conf/settings_local.py not containing the proper >

Re: Getting "No matching DirectoryIndex (index.html) found" error

2015-09-08 Thread Ajoy Bhatia
Thanks for the prompt reply, Christian! Everything OK now. It was a bad entry in my machine's routing table. I was not able to ping my own IP address. Deleting that entry with "route delete " did the trick. - Ajoy On Tuesday, September 8, 2015 at 1:34:56 PM UTC-7, Christian Hammond wrote:

Re: DEBUG = True and Bad Request (400)

2015-09-08 Thread Christian Hammond
Hi, It's possible that Django is blocking the request for security reasons, due to ALLOWED_HOSTS in conf/settings_local.py not containing the proper list of valid hostnames for Review Board. It should look something like: ALLOWED_HOSTS = ['reviews.mycompany.com', 'reviews2.mycompany.com'] See

Re: RB 2.0.19 and Django 1.6.11.1 = No email

2015-09-08 Thread Christian Hammond
What are you using for a mail server? Christian -- Christian Hammond - chip...@chipx86.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Sep 8, 2015 at 5:42 PM, MoonWalker wrote: > hi, > > I updated both RB 2.0.19

rbt post for perforce on review board

2015-09-08 Thread iqbal sayeedi
I am getting the below error while trying to push a P4 changelist to review board. I have done rbt setup-repo to setup the P4 repositoryt. Please let me know if anything else is required to create a review with changelist. rbt post 352766 Generating diff for pending changeset 352766 ERROR: