Error running rb-site install

2013-05-26 Thread adinkale
Hi, I have Ubuntu, and I have followed installation instructions successfully until I reached the part I need to run rb-site install: rb-site install /var/www/reviews/example.com Traceback (most recent call last): File "/usr/local/bin/rb-site", line 5, in from pkg_resources import load_entr

Re: Getting 403 Forbidden when accessing Reviewboard

2013-05-26 Thread Neil Pandya
On Wed, May 22, 2013 at 8:55 AM, Justin O'Doherty wrote: > Thanks for the feedback, I didn't know of the other hosting options until > you posted them. > > I have resolved the 403 issue on my current installation. I had to add the > following line to the httpd-vhosts.conf > > "Require all granted

Re: Status of mercurial+ssh support

2013-05-26 Thread jimmy jiang
Christian, After add logging and i find where is the problem is. it is same with the issue in below link: https://code.google.com/p/reviewboard/issues/detail?id=2556 I setup ssh based mercurial repo with reviewboard, when i try to upload diff file to RB, it reports error which is same with above

Re: Status of mercurial+ssh support

2013-05-26 Thread Christian Hammond
Hi Jimmy, Can you provide here the following info 1) RB version 2) Version of bzr on the server 3) The full traceback and related reviewboard.log entries for this error 4) The command line you're using for generating the diff 4) Ideally, a diff you can show me that reproduces this problem Thank

Re: Error running rb-site install

2013-05-26 Thread Christian Hammond
Hi, What version of paramiko is on your server? Can you tell me how you installed it? And how you installed the ReviewBoard package? Also, can you verify that paramiko was installed for Python 2.7? Thanks, Christian On May 26, 2013, at 1:12, adinkale wrote: > Hi, > I have Ubuntu, and I ha